Learn R Programming

comf (version 0.1.12)

createCond: Creating a List with Standard Values

Description

createCond creates a list with standard variables to be used as an input parameter for calculating comfort indices using the function calcComfInd.

Usage

createCond(a = TRUE)

createcond(a = TRUE)

Value

lsstrd

List, which is created for a = TRUE; contains standard conditions.

lsEmpty

List, which is created for a = FALSE; contains empty variables to be modified manually.

indices listed as request. For details see details above.

Arguments

a

logical. If a = TRUE, function returns a list of standard conditions. If a = FALSE, function returns a list of empty variables which may be edited manually. See details for further information.

Author

Sophia Mueller and Marcel Schweiker.

Details

lsstrd and lsEmpty contain the following elements

Variable namevalues in lsstrdvalues in lsEmptydescription
ta25NAAir temperature in (degree C)
tr25NAmean radiant temperature in (degree C)
vel.1NAAir velocity (m/s)
rh50NARelative Humidity (%)
clo.5NAclothing (do)
met1NAmetabolic rate (met)
wme0NAExternal work (met)
tu40NAturbulence intensity (%)
tmmo15NAmean monthly outdoor temperature in (degree C)
ltime60NAExposure time (min)
pb760NABarometric pressure (torr)
wt70NAweight (Kg)
ht171NAheight (cm)
trm15NARunning mean outdoor temperature in (degree C)
age21NAage (years)
gender1NAgender (female = 1)
tsk35NAmean skin temperature in (degree C)
psych-1.4NAfactor related to fixed effect on perceived control
apCoeff.293NAadaptive coefficient for pmv
epCoeff.9NAexpectancy factor for pmv
asCoeff.2NAadaptive coefficient for set
esCoeff1.3NAexpectancy factor for set
asv1.5NAactual sensation vote (0 = neutral)
tao5NAoutdoor air temperature
rho70NAoutdoor relative humidity
frad.7NA0.7(for seating), 0.73(for standing) [-]
eps.95NAemissivity [-]
ic1.085NA1.084 (average permeability), 0.4 (low permeability)
tcr37NAinitial values for core temp
tsk36NAinitial values for skin temperature
basMet58.2NAbasal metabolic rate
warmUp60NAlength of warm up period, i.e. number of times, loop is running for HBx calculation
cdil100NAvalue for cdil in 2-node model of Gagge (applied in calculation of HbEx)
sigmatr.25NAvalue for cdil in 2-node model of Gagge (applied in calculation of HbEx)

References

For references see individual functions.

See Also

see also calcComfInd

Examples

Run this code
## Creating list with standard variables
createCond()
## Creating list with empty values
createCond(a = FALSE)

Run the code above in your browser using DataLab