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.
Loading...
Searching...
No Matches
Public Attributes | List of all members
wall_heat_loss::WallType Struct Reference

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}]\).
 

Detailed Description

See also
Wall Shape Factors

Definition at line 27 of file wall_heat_loss.h.

Member Data Documentation

◆ shape_factor

double wall_heat_loss::WallType::shape_factor

Definition at line 29 of file wall_heat_loss.h.

◆ wall_description

std::string wall_heat_loss::WallType::wall_description

Definition at line 28 of file wall_heat_loss.h.


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