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 | Private Attributes | List of all members
SteamMassFlowMeasuredData Class Reference

Public Member Functions

 SteamMassFlowMeasuredData (const double areaOfDuct, const double airVelocity)
 
double getAreaOfDuct () const
 
double getAirVelocity () const
 

Private Attributes

double areaOfDuct
 
double airVelocity
 

Detailed Description

Definition at line 51 of file SteamReduction.h.

Constructor & Destructor Documentation

◆ SteamMassFlowMeasuredData()

SteamMassFlowMeasuredData::SteamMassFlowMeasuredData ( const double  areaOfDuct,
const double  airVelocity 
)
inline
Parameters
areaOfDuctdouble, units m2
airVelocitydouble, units m/min

Definition at line 58 of file SteamReduction.h.

Member Function Documentation

◆ getAirVelocity()

double SteamMassFlowMeasuredData::getAirVelocity ( ) const
inline

Definition at line 62 of file SteamReduction.h.

◆ getAreaOfDuct()

double SteamMassFlowMeasuredData::getAreaOfDuct ( ) const
inline

Definition at line 61 of file SteamReduction.h.

Member Data Documentation

◆ airVelocity

double SteamMassFlowMeasuredData::airVelocity
private

Definition at line 65 of file SteamReduction.h.

◆ areaOfDuct

double SteamMassFlowMeasuredData::areaOfDuct
private

Definition at line 65 of file SteamReduction.h.


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