|
NANDRAD Data Model Library
Version 2.0
NANDRAD
|
Contains parameters for convenctive air flow through construction.
Definition at line 32 of file NANDRAD_InterfaceAirFlow.h.
#include <NANDRAD_InterfaceAirFlow.h>

Public Types | |
| enum | splinePara_t { SP_PressureCoefficient, NUM_SP } |
| Parameters to be defined for the various window model types. More... | |
| enum | modelType_t { MT_WindFlow, NUM_MT } |
| Model types supported by the window model. 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... | |
| LinearSplineParameter | m_splinePara [NUM_SP] |
| List of constant parameters. More... | |
Parameters to be defined for the various window model types.
Definition at line 37 of file NANDRAD_InterfaceAirFlow.h.
Model types supported by the window model.
Definition at line 42 of file NANDRAD_InterfaceAirFlow.h.
| void NANDRAD::InterfaceAirFlow::checkParameters | ( | ) | const |
Checks for valid parameters (value ranges).
| modelType_t NANDRAD::InterfaceAirFlow::m_modelType = NUM_MT |
Model type.
Definition at line 58 of file NANDRAD_InterfaceAirFlow.h.
| LinearSplineParameter NANDRAD::InterfaceAirFlow::m_splinePara[NUM_SP] |
List of constant parameters.
Definition at line 60 of file NANDRAD_InterfaceAirFlow.h.