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
Public Member Functions | Public Attributes | List of all members
PlaneData::NodeBinding::DataFlange Struct Reference

#include <fan203.h>

Inheritance diagram for PlaneData::NodeBinding::DataFlange:
PlaneData::NodeBinding::Data

Public Member Functions

 DataFlange (const double density, const double velocity, const double volumeFlowRate, const double velocityPressure, const double totalPressure, const double staticPressure)
 
- Public Member Functions inherited from PlaneData::NodeBinding::Data
 Data (const double density, const double velocity, const double volumeFlowRate, const double velocityPressure, const double totalPressure)
 

Public Attributes

double staticPressure = 0
 
- Public Attributes inherited from PlaneData::NodeBinding::Data
double gasDensity = 0
 
double gasVelocity = 0
 
double gasVolumeFlowRate = 0
 
double gasVelocityPressure = 0
 
double gasTotalPressure = 0
 

Detailed Description

Parameters
densityconst, double, density in pounds per sqft, lb/scf
velocityconst, double, velocity in ft/min
volumeFlowRateconst, double, ft3/min
velocityPressureconst, double, pressure in inches of water (in WC)
totalPressureconst, double, pressure in inches of water (in WC) @staticPressure const, double, pressure in inches of water (in WC)

Definition at line 429 of file fan203.h.

Constructor & Destructor Documentation

◆ DataFlange()

PlaneData::NodeBinding::DataFlange::DataFlange ( const double  density,
const double  velocity,
const double  volumeFlowRate,
const double  velocityPressure,
const double  totalPressure,
const double  staticPressure 
)
inline

Definition at line 430 of file fan203.h.

Member Data Documentation

◆ staticPressure

double PlaneData::NodeBinding::DataFlange::staticPressure = 0

Definition at line 435 of file fan203.h.


The documentation for this struct was generated from the following file: