NANDRAD Data Model Library  Version 2.0
NANDRAD
NANDRAD::InterfaceVaporDiffusion Class Reference

Detailed Description

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...
 

Member Enumeration Documentation

◆ para_t

Parameters to be defined for the various window model types.

Definition at line 36 of file NANDRAD_InterfaceVaporDiffusion.h.

◆ modelType_t

Model types supported by the window model.

Definition at line 41 of file NANDRAD_InterfaceVaporDiffusion.h.

Member Function Documentation

◆ checkParameters()

void NANDRAD::InterfaceVaporDiffusion::checkParameters ( ) const

Checks for valid parameters (value ranges).

Member Data Documentation

◆ m_modelType

modelType_t NANDRAD::InterfaceVaporDiffusion::m_modelType = NUM_MT

Model type.

Definition at line 57 of file NANDRAD_InterfaceVaporDiffusion.h.

◆ m_para

IBK::Parameter NANDRAD::InterfaceVaporDiffusion::m_para[NUM_P]

List of constant parameters.

Definition at line 59 of file NANDRAD_InterfaceVaporDiffusion.h.


The documentation for this class was generated from the following file: