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
atmosphere_heat_loss::GasType Struct Reference

Represents a gas type and its associated specific heat at a reference temperature of \(\qty{60}{\degreeFahrenheit}\). More...

#include <atmosphere_heat_loss.h>

Public Attributes

std::string gas_description
 Description of the gas type.
 
double specific_heat
 Specific heat \([\unit{\btu\per\standardCubicFeet\degreeFahrenheit}]\).
 

Detailed Description

See also
Atmosphere Specific Heat Values

Definition at line 28 of file atmosphere_heat_loss.h.

Member Data Documentation

◆ gas_description

std::string atmosphere_heat_loss::GasType::gas_description

Definition at line 29 of file atmosphere_heat_loss.h.

◆ specific_heat

double atmosphere_heat_loss::GasType::specific_heat

Definition at line 30 of file atmosphere_heat_loss.h.


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