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.
|
#include <fan203.h>
Public Member Functions | |
DataFlange (const double density, const double velocity, const double volumeFlowRate, const double velocityPressure, const double totalPressure, const double staticPressure) | |
![]() | |
Data (const double density, const double velocity, const double volumeFlowRate, const double velocityPressure, const double totalPressure) | |
Public Attributes | |
double | staticPressure = 0 |
![]() | |
double | gasDensity = 0 |
double | gasVelocity = 0 |
double | gasVolumeFlowRate = 0 |
double | gasVelocityPressure = 0 |
double | gasTotalPressure = 0 |
density | const, double, density in pounds per sqft, lb/scf |
velocity | const, double, velocity in ft/min |
volumeFlowRate | const, double, ft3/min |
velocityPressure | const, double, pressure in inches of water (in WC) |
totalPressure | const, double, pressure in inches of water (in WC) @staticPressure const, double, pressure in inches of water (in WC) |
|
inline |
double PlaneData::NodeBinding::DataFlange::staticPressure = 0 |