|
NANDRAD Data Model Library
Version 2.0
NANDRAD
|
Contains parameters for convenctive heat exchange between walls and zones/ambient climate.
Definition at line 33 of file NANDRAD_InterfaceHeatConduction.h.
#include <NANDRAD_InterfaceHeatConduction.h>
Public Types | |
| enum | modelType_t { MT_Constant, NUM_MT } |
| Model types supported by this model. More... | |
| enum | para_t { P_HeatTransferCoefficient, NUM_P } |
| Parameters. More... | |
Public Member Functions | |
| void | checkParameters () const |
| Checks for valid parameters (value ranges). More... | |
Public Attributes | |
| modelType_t | m_modelType = NUM_MT |
| Model type. More... | |
| IBK::Parameter | m_para [NUM_P] |
| List of constant parameters. More... | |
Model types supported by this model.
| Enumerator | |
|---|---|
| MT_Constant | Constant transfer coefficient. |
Definition at line 37 of file NANDRAD_InterfaceHeatConduction.h.
Parameters.
| Enumerator | |
|---|---|
| P_HeatTransferCoefficient | Constant heat transfer coefficient [W/m2K]. |
Definition at line 44 of file NANDRAD_InterfaceHeatConduction.h.
| void NANDRAD::InterfaceHeatConduction::checkParameters | ( | ) | const |
Checks for valid parameters (value ranges).
| modelType_t NANDRAD::InterfaceHeatConduction::m_modelType = NUM_MT |
Model type.
Definition at line 61 of file NANDRAD_InterfaceHeatConduction.h.
| IBK::Parameter NANDRAD::InterfaceHeatConduction::m_para[NUM_P] |
List of constant parameters.
Definition at line 63 of file NANDRAD_InterfaceHeatConduction.h.