MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
Represents a wall type and its associated shape factor used in heat loss calculations. More...
#include <wall_heat_loss.h>
Public Attributes | |
std::string | wall_description |
Description of the wall type. | |
double | shape_factor |
Shape factor associated with the wall type \([\unit{\unitless}]\). | |
Definition at line 27 of file wall_heat_loss.h.
double wall_heat_loss::WallType::shape_factor |
Definition at line 29 of file wall_heat_loss.h.
std::string wall_heat_loss::WallType::wall_description |
Definition at line 28 of file wall_heat_loss.h.