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
load_charge_material.h
1#pragma once
2
9enum class ThermicReactionType { ENDOTHERMIC, EXOTHERMIC, NONE };
10} // namespace LoadChargeMaterial
11
ThermicReactionType
Classifications of thermic reaction type.