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
gas_load_charge_material_heat_required.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3#include "load_charge_material.h"
4
20
37 LoadChargeMaterial::ThermicReactionType thermic_reaction_type,
38 double specific_heat_gas,
39 double feed_rate,
40 double percent_vapor,
41 double initial_temperature,
42 double discharge_temperature,
43 double specific_heat_vapor,
44 double percent_reacted,
45 double reaction_heat,
46 double additional_heat
47);
48
49} // namespace gas_load_charge_material_heat_required
50
double totalHeatRequired(LoadChargeMaterial::ThermicReactionType thermic_reaction_type, double specific_heat_gas, double feed_rate, double percent_vapor, double initial_temperature, double discharge_temperature, double specific_heat_vapor, double percent_reacted, double reaction_heat, double additional_heat)
Calculates the total heat required for a gas load/charge material.
ThermicReactionType
Classifications of thermic reaction type.
Calculates total heat required for a gas load/charge material.