getLayers: getLayers

Description Usage Arguments Value Author(s) Examples

Description

Function to generate layers based on an external data source

Usage

1
getLayers(material, thickness, materialsData = FALSE, verbose = FALSE)

Arguments

material,

material names

thickness,

layer thickness

materialsData,

(optional default = False).

Value

Layers

Author(s)

M. Estebna Munoz H.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Materials <- c(
    "Mineralischer Edelputz",
    "Porensinterbeton mit Quarzsand_900",
    "EPS_040.30",
    "Holzwolle-Leichtbauplatten_Heraklith-Platten (Magnesia)_390",
    "Mineralischer Armierungsputz"
    )

Thicknes = c(0.02,0.24,0.04,0.025,0.015)
Layers <- getLayers(Materials, Thicknes)

emunozh/heat documentation built on May 16, 2019, 5:11 a.m.