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

Detailed Description

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

Member Enumeration Documentation

◆ modelType_t

Model types supported by this model.

Enumerator
MT_Constant 

Constant transfer coefficient.

Definition at line 37 of file NANDRAD_InterfaceHeatConduction.h.

◆ para_t

Parameters.

Enumerator
P_HeatTransferCoefficient 

Constant heat transfer coefficient [W/m2K].

Definition at line 44 of file NANDRAD_InterfaceHeatConduction.h.

Member Function Documentation

◆ checkParameters()

void NANDRAD::InterfaceHeatConduction::checkParameters ( ) const

Checks for valid parameters (value ranges).

Member Data Documentation

◆ m_modelType

modelType_t NANDRAD::InterfaceHeatConduction::m_modelType = NUM_MT

Model type.

Definition at line 61 of file NANDRAD_InterfaceHeatConduction.h.

◆ m_para

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

List of constant parameters.

Definition at line 63 of file NANDRAD_InterfaceHeatConduction.h.


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