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.
|
#include <array>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | atmosphere_heat_loss::GasType |
Represents a gas type and its associated specific heat at a reference temperature of \(\qty{60}{\degreeFahrenheit}\). More... | |
Namespaces | |
namespace | atmosphere_heat_loss |
Calculates heat losses from escaping atmospheric gases in process heating equipment. | |
Functions | |
const std::vector< GasType > & | atmosphere_heat_loss::gasTypes () |
Returns the predefined specific heat values for common atmospheric gases at a reference temperature of \(\qty{60}{\degreeFahrenheit}\). | |
double | atmosphere_heat_loss::totalHeatLoss (double flow_rate, double specific_heat, double inlet_temperature, double outlet_temperature, double correction_factor) |
Calculates the total heat loss from escaping atmospheric gas. | |
Variables | |
const std::array< GasType, 6 > | atmosphere_heat_loss::kGasTypes |
A collection of specific heat values for common atmospheric gases at a reference temperature of \(\qty{60}{\degreeFahrenheit}\). | |
Calculates heat losses from escaping atmospheric gases in process heating equipment.
Definition in file atmosphere_heat_loss.h.