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 | List of all members
TraversePlane Class Reference
Inheritance diagram for TraversePlane:
Planar VelocityPressureTraverseData

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
 

Detailed Description

Definition at line 86 of file Planar.h.

Constructor & Destructor Documentation

◆ TraversePlane()

TraversePlane::TraversePlane ( const double  area,
const double  tdx,
const double  pbx,
const double  psx,
const double  pitotTubeCoefficient,
std::vector< std::vector< double > >  traverseHoleData 
)
inline

Definition at line 88 of file Planar.h.


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