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

Detailed Description

Contains parameters for convenctive air flow through construction.

Definition at line 32 of file NANDRAD_InterfaceAirFlow.h.

#include <NANDRAD_InterfaceAirFlow.h>

Collaboration diagram for NANDRAD::InterfaceAirFlow:

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

Member Enumeration Documentation

◆ splinePara_t

Parameters to be defined for the various window model types.

Definition at line 37 of file NANDRAD_InterfaceAirFlow.h.

◆ modelType_t

Model types supported by the window model.

Definition at line 42 of file NANDRAD_InterfaceAirFlow.h.

Member Function Documentation

◆ checkParameters()

void NANDRAD::InterfaceAirFlow::checkParameters ( ) const

Checks for valid parameters (value ranges).

Member Data Documentation

◆ m_modelType

modelType_t NANDRAD::InterfaceAirFlow::m_modelType = NUM_MT

Model type.

Definition at line 58 of file NANDRAD_InterfaceAirFlow.h.

◆ m_splinePara

LinearSplineParameter NANDRAD::InterfaceAirFlow::m_splinePara[NUM_SP]

List of constant parameters.

Definition at line 60 of file NANDRAD_InterfaceAirFlow.h.


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