|
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 | |
| InsulatedPipeReduction (InsulatedPipeInput insulatedPipeInput) | |
| InsulatedPipeOutput | calculate () |
| InsulationFluidProperties | calculateAirProperties (double temp) |
| InsulatedPipeOutput | calculateNoInsulation (InsulatedPipeInput input) |
| InsulatedPipeOutput | calculateInsulation (InsulatedPipeInput input) |
| double | insulationRecursive (InsulatedPipeInput input, double innerPipeDiameter, double insulationOuterDiameter, double surfaceTemperature, double interfaceTemperature, double heatLength, int i) |
| double | noInsulationRecursive (InsulatedPipeInput input, double innerPipeDiameter, double insulationOuterDiameter, double surfaceTemperature, double interfaceTemperature, double heatLength, int i) |
| double | calculateAirProperty (int property, double temp) |
| double | lookupAirPropertyCoefficient (int property, int n) |
| const double * | lookupAirProperty (int property) |
Private Member Functions | |
| void | validateInput (InsulatedPipeInput input) |
| double | propertyFit (std::vector< double > coefficients, double temp) |
Private Attributes | |
| InsulatedPipeInput | _insulatedPipeInput |
| const double | _airPropertiesArray [6][5] |
Definition at line 92 of file InsulatedPipeReduction.h.
|
inline |
Definition at line 95 of file InsulatedPipeReduction.h.
|
private |
Definition at line 126 of file InsulatedPipeReduction.h.
|
private |
Definition at line 125 of file InsulatedPipeReduction.h.