NANDRAD Data Model Library
Version 2.0
NANDRAD
|
Contains parameters for vapor diffusion flux calculation.
Definition at line 31 of file NANDRAD_InterfaceVaporDiffusion.h.
#include <NANDRAD_InterfaceVaporDiffusion.h>
Public Types | |
enum | para_t { P_VaporTransferCoefficient, NUM_P } |
Parameters to be defined for the various window model types. More... | |
enum | modelType_t { MT_Constant, 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... | |
IBK::Parameter | m_para [NUM_P] |
List of constant parameters. More... | |
Parameters to be defined for the various window model types.
Definition at line 36 of file NANDRAD_InterfaceVaporDiffusion.h.
Model types supported by the window model.
Definition at line 41 of file NANDRAD_InterfaceVaporDiffusion.h.
void NANDRAD::InterfaceVaporDiffusion::checkParameters | ( | ) | const |
Checks for valid parameters (value ranges).
modelType_t NANDRAD::InterfaceVaporDiffusion::m_modelType = NUM_MT |
Model type.
Definition at line 57 of file NANDRAD_InterfaceVaporDiffusion.h.
IBK::Parameter NANDRAD::InterfaceVaporDiffusion::m_para[NUM_P] |
List of constant parameters.
Definition at line 59 of file NANDRAD_InterfaceVaporDiffusion.h.