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 <slag_other_material_losses.h>
Public Member Functions | |
SlagOtherMaterialLosses (double weight, double inletTemperature, double outletTemperature, double specificHeat, double correctionFactor) | |
double | getWeight () const |
void | setWeight (double weight) |
double | getInletTemperature () const |
void | setInletTemperature (double inletTemperature) |
double | getOutletTemperature () const |
void | setOutletTemperature (double outletTemperature) |
double | getCorrectionFactor () const |
void | setCorrectionFactor (double correctionFactor) |
double | getSpecificHeat () const |
void | setSpecificHeat (double specificHeat) |
void | setHeatLoss (double totalHeat) |
double | getHeatLoss () |
Private Attributes | |
double | weight |
double | inletTemperature |
double | outletTemperature |
double | specificHeat |
double | correctionFactor = 1.0 |
double | totalHeat |
Slag Other Material Losses class Contains all of the properties for slag/waste products. Used to calculateThermalResistance the heat loss caused by having to heat up the slag or other combustion byproducts within the furnace.' ASSUMPTIONS: Majority of slag is silicon. Specific heat does not change with temperature. WARNINGS: Glass structures in slag will change output significantly.
Definition at line 29 of file slag_other_material_losses.h.
|
inline |
Constructor for the slag - other material heat loss with all inputs specified
weight | double, weight discharged in Lb/cycle |
inletTemperature | double, initial temperature of charged materials in °F |
outletTemperature | double, Outlet/final temperature in °F |
specificHeat | double, Specific heat of material at average air temperature in Btu/(lb*°F) |
correctionFactor | double, Correction factor - unitless |
Definition at line 39 of file slag_other_material_losses.h.
|
inline |
Gets the correction factor
Definition at line 88 of file slag_other_material_losses.h.
double SlagOtherMaterialLosses::getHeatLoss | ( | ) |
Gets the heat loss
|
inline |
Gets inlet temperature
Definition at line 64 of file slag_other_material_losses.h.
|
inline |
Gets the outlet temperature
Definition at line 76 of file slag_other_material_losses.h.
|
inline |
Gets the specific heat of material
Definition at line 100 of file slag_other_material_losses.h.
|
inline |
Gets the weight discharged
Definition at line 52 of file slag_other_material_losses.h.
|
inline |
Sets correction factor
correctionFactor | double, correction factor - unitless |
Definition at line 94 of file slag_other_material_losses.h.
|
inline |
Sets the heat loss
Definition at line 112 of file slag_other_material_losses.h.
|
inline |
Sets the inlet temperature
inletTemperature | double, inlet temperature in °F |
Definition at line 70 of file slag_other_material_losses.h.
|
inline |
Sets outlet temperature
outletTemperature | double, outlet temperature in °F |
Definition at line 82 of file slag_other_material_losses.h.
|
inline |
Sets the specific heat of material
specificHeat | double, specific heat of material in btu/(lb*°F) |
Definition at line 106 of file slag_other_material_losses.h.
|
inline |
Sets the weight discharged
weight | double, weight discharged in lb/cycle |
Definition at line 58 of file slag_other_material_losses.h.
|
private |
Definition at line 126 of file slag_other_material_losses.h.
|
private |
Definition at line 123 of file slag_other_material_losses.h.
|
private |
Definition at line 124 of file slag_other_material_losses.h.
|
private |
Definition at line 125 of file slag_other_material_losses.h.
|
private |
Definition at line 128 of file slag_other_material_losses.h.
|
private |
Definition at line 122 of file slag_other_material_losses.h.