|
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.
|
Public Member Functions | |
| InsulatedTankReduction (InsulatedTankInput insulatedTankInput) | |
| InsulatedTankOutput | calculate () |
| InsulatedTankOutput | calculateNoInsulation (InsulatedTankInput input) |
| InsulatedTankOutput | calculateInsulation (InsulatedTankInput input) |
| InsulationFluidProperties | calculateAirProperties (double temp) |
| double | insulationRecursive () |
| double | noInsulationRecursive () |
| double | calculateAirProperty (int property, double temp) |
| double | lookupAirPropertyCoefficient (int property, int n) |
Private Member Functions | |
| void | validateInput (InsulatedTankInput input) |
| double | propertyFit (std::vector< double > coefficients, double temp) |
Private Attributes | |
| InsulatedTankInput | _insulatedTankInput |
| const double | _airPropertiesArray [4][5] |
Definition at line 82 of file InsulatedTankReduction.h.
|
inline |
Definition at line 85 of file InsulatedTankReduction.h.
|
private |
Definition at line 101 of file InsulatedTankReduction.h.
|
private |
Definition at line 100 of file InsulatedTankReduction.h.