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
Protected Member Functions | Protected Attributes | Friends | List of all members
Planar Class Reference
Inheritance diagram for Planar:
FlangePlane MstPlane TraversePlane

Protected Member Functions

 Planar (const double area, const double tdx, const double pbx, const double psx)
 

Protected Attributes

double dryBulbTemperature
 
double barometricPressure
 
double area
 
double gasDensity = 0
 
double gasVelocity = 0
 
double gasVolumeFlowRate = 0
 
double gasVelocityPressure = 0
 
double gasTotalPressure = 0
 
double staticPressure = 0
 

Friends

class PlaneData
 
class Fan203
 

Detailed Description

Definition at line 61 of file Planar.h.

Constructor & Destructor Documentation

◆ Planar()

Planar::Planar ( const double  area,
const double  tdx,
const double  pbx,
const double  psx 
)
inlineprotected

Definition at line 63 of file Planar.h.

Friends And Related Symbol Documentation

◆ Fan203

friend class Fan203
friend

Definition at line 78 of file Planar.h.

◆ PlaneData

friend class PlaneData
friend

Definition at line 77 of file Planar.h.

Member Data Documentation

◆ area

double Planar::area
protected

Definition at line 73 of file Planar.h.

◆ barometricPressure

double Planar::barometricPressure
protected

Definition at line 73 of file Planar.h.

◆ dryBulbTemperature

double Planar::dryBulbTemperature
protected
Parameters
dryBulbTemperatureconst, double, temperature of the inputted air in °F
barometricPressure,const,double,pressurein Hg
gasDensity,double,densityof a gas in pounds per sqft or lb/scf
gasVelocity,double,velocityof a gas in ft/min
gasFlowVolumeRate,double,flowrate in ft3/min
gasVelocityPressure,double,velocityof a gas pressure in

Definition at line 73 of file Planar.h.

◆ gasDensity

double Planar::gasDensity = 0
protected

Definition at line 74 of file Planar.h.

◆ gasTotalPressure

double Planar::gasTotalPressure = 0
protected

Definition at line 74 of file Planar.h.

◆ gasVelocity

double Planar::gasVelocity = 0
protected

Definition at line 74 of file Planar.h.

◆ gasVelocityPressure

double Planar::gasVelocityPressure = 0
protected

Definition at line 74 of file Planar.h.

◆ gasVolumeFlowRate

double Planar::gasVolumeFlowRate = 0
protected

Definition at line 74 of file Planar.h.

◆ staticPressure

double Planar::staticPressure = 0
protected

Definition at line 75 of file Planar.h.


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