|
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 | |
| TraversePlane (const double area, const double tdx, const double pbx, const double psx, const double pitotTubeCoefficient, std::vector< std::vector< double > > traverseHoleData) | |
Public Member Functions inherited from VelocityPressureTraverseData | |
| double | getPv3Value () const |
| double | get75percentRule () const |
Additional Inherited Members | |
Protected Member Functions inherited from Planar | |
| Planar (const double area, const double tdx, const double pbx, const double psx) | |
Protected Member Functions inherited from VelocityPressureTraverseData | |
| VelocityPressureTraverseData (const double pitotTubeCoefficient, std::vector< std::vector< double > > traverseHoleData) | |
Protected Attributes inherited from Planar | |
| double | dryBulbTemperature |
| double | barometricPressure |
| double | area |
| double | gasDensity = 0 |
| double | gasVelocity = 0 |
| double | gasVolumeFlowRate = 0 |
| double | gasVelocityPressure = 0 |
| double | gasTotalPressure = 0 |
| double | staticPressure = 0 |
Protected Attributes inherited from VelocityPressureTraverseData | |
| double | pitotTubeCoefficient |
| double | pv3 = 0 |
| double | percent75Rule = 0 |
| std::vector< std::vector< double > > | traverseHoleData |
|
inline |