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
liquid_load_charge_material_heat_required.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3
4#include "load_charge_material.h"
5
20
39 LoadChargeMaterial::ThermicReactionType thermic_reaction_type,
40 double specific_heat_liquid,
41 double vaporizing_temperature,
42 double latent_heat,
43 double specific_heat_vapor,
44 double charge_feed_rate,
45 double initial_temperature,
46 double discharge_temperature,
47 double percent_vaporized,
48 double percent_reacted,
49 double reaction_heat,
50 double additional_heat
51);
52
53} // namespace liquid_load_charge_material_heat_required
double totalHeatRequired(LoadChargeMaterial::ThermicReactionType thermic_reaction_type, double specific_heat_liquid, double vaporizing_temperature, double latent_heat, double specific_heat_vapor, double charge_feed_rate, double initial_temperature, double discharge_temperature, double percent_vaporized, double percent_reacted, double reaction_heat, double additional_heat)
Calculates the total heat required for a liquid load/charge material.
ThermicReactionType
Classifications of thermic reaction type.
Namespace for liquid load/charge material heat required calculation.