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

Detailed Description

WindowFrame defines the frame of a window.

Todo:
Extend this class to hold alternative ways for defining a frame.

Definition at line 41 of file NANDRAD_WindowFrame.h.

#include <NANDRAD_WindowFrame.h>

Public Member Functions

void checkParameters (const std::vector< Material > &materials)
 

Public Attributes

unsigned int m_materialId = INVALID_ID
 Material used for frame (INVALID_ID for no frame). More...
 
IBK::Parameter m_area
 Cross section occupied by all frame elements in this window (required when m_materialID is given). More...
 
IBK::Parameter m_thickness
 Thickness of frame.
 
double m_lambda = 999
 Cached thermal conductivity in [W/mK], retrieved from referenced material in checkParameters(). More...
 

Member Data Documentation

◆ m_materialId

unsigned int NANDRAD::WindowFrame::m_materialId = INVALID_ID

Material used for frame (INVALID_ID for no frame).

Definition at line 55 of file NANDRAD_WindowFrame.h.

◆ m_area

IBK::Parameter NANDRAD::WindowFrame::m_area

Cross section occupied by all frame elements in this window (required when m_materialID is given).

Definition at line 57 of file NANDRAD_WindowFrame.h.

◆ m_lambda

double NANDRAD::WindowFrame::m_lambda = 999

Cached thermal conductivity in [W/mK], retrieved from referenced material in checkParameters().

Definition at line 64 of file NANDRAD_WindowFrame.h.


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