| NANDRAD Data Model Library
    Version 2.0
    NANDRAD | 
WindowFrame defines the frame of a window.
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... | |
| 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.
| 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.
| 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.