|
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.
|
Struct to hold default wall type data. More...
#include <wall_type_data.h>
Public Attributes | |
| std::string | wall_description |
| double | shape_factor |
| wall_description | Description of the wall type |
| shape_factor | Shape factor associated with the wall type (unitless) |
Definition at line 18 of file wall_type_data.h.
| double wall_type_data::WallType::shape_factor |
Definition at line 20 of file wall_type_data.h.
| std::string wall_type_data::WallType::wall_description |
Definition at line 19 of file wall_type_data.h.