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
Namespaces | Functions

Calculates total heat required for a solid load/charge material. More...

#include <string>
#include "load_charge_material.h"

Go to the source code of this file.

Namespaces

namespace  solid_load_charge_material_heat_required
 Namespace for solid load/charge material heat required calculation.
 

Functions

double solid_load_charge_material_heat_required::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.
 

Detailed Description

Authors
Mark Adams, Gina Accawi

Computes the total heat required for a solid load/charge material using sensible heat, latent heat, melting, reaction heat, and additional heat.

Definition in file solid_load_charge_material_heat_required.h.