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
solid_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
19
41 LoadChargeMaterial::ThermicReactionType thermic_reaction_type,
42 double specific_heat_solid,
43 double latent_heat,
44 double specific_heat_liquid,
45 double melting_point,
46 double charge_feed_rate,
47 double water_content_charged,
48 double water_content_discharged,
49 double initial_temperature,
50 double discharge_temperature,
51 double water_vapor_discharge_temperature,
52 double charge_melted,
53 double charge_reacted,
54 double reaction_heat,
55 double additional_heat
56);
57
58} // namespace solid_load_charge_material_heat_required
59
double totalHeatRequired(LoadChargeMaterial::ThermicReactionType thermic_reaction_type, double specific_heat_solid, double latent_heat, double specific_heat_liquid, double melting_point, double charge_feed_rate, double water_content_charged, double water_content_discharged, double initial_temperature, double discharge_temperature, double water_vapor_discharge_temperature, double charge_melted, double charge_reacted, double reaction_heat, double additional_heat)
Calculates the total heat required for a solid load/charge material.
ThermicReactionType
Classifications of thermic reaction type.
Namespace for solid load/charge material heat required calculation.