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 <gas_cooling_losses.h>
Public Member Functions | |
GasCoolingLosses (const double flowRate, const double initialTemperature, const double finalTemperature, const double specificHeat, const double correctionFactor, const double gasDensity) | |
double | getHeatLoss () const |
Private Attributes | |
const double | flowRate |
const double | initialTemperature |
const double | finalTemperature |
const double | specificHeat |
const double | correctionFactor |
const double | gasDensity |
Gas Cooling Losses class Contains all of the properties of a cooling system and its gas media. Used to calculateThermalResistance how much heat loss is caused by the cooling components and their cooling media (a gas).
Definition at line 22 of file gas_cooling_losses.h.
|
inline |
Constructor for the gas cooling losses (including air) with all inputs specified
flowRate | double, Air or gas volumetric flow rate in SCFM (ft³/min) |
initialTemperature | double, Inlet temperature of air or gas in °F |
finalTemperature | double, Outlet temperature of air or gas in °F |
specificHeat | double, Specific heat of gas or air at average air temperature in Btu/(scf*°F) |
correctionFactor | double, Correction factor - unitless |
Definition at line 35 of file gas_cooling_losses.h.
double GasCoolingLosses::getHeatLoss | ( | ) | const |
Gets the total heat loss
|
private |
Definition at line 47 of file gas_cooling_losses.h.
|
private |
Definition at line 47 of file gas_cooling_losses.h.
|
private |
Definition at line 47 of file gas_cooling_losses.h.
|
private |
Definition at line 47 of file gas_cooling_losses.h.
|
private |
Definition at line 47 of file gas_cooling_losses.h.
|
private |
Definition at line 47 of file gas_cooling_losses.h.