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::Data Struct Reference
Inheritance diagram for PlaneData::NodeBinding::Data:
PlaneData::NodeBinding::DataFlange

Public Member Functions

 Data (const double density, const double velocity, const double volumeFlowRate, const double velocityPressure, const double totalPressure)
 

Public Attributes

double gasDensity = 0
 
double gasVelocity = 0
 
double gasVolumeFlowRate = 0
 
double gasVelocityPressure = 0
 
double gasTotalPressure = 0
 

Detailed Description

Definition at line 412 of file fan203.h.

Constructor & Destructor Documentation

◆ Data()

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

Definition at line 413 of file fan203.h.

Member Data Documentation

◆ gasDensity

double PlaneData::NodeBinding::Data::gasDensity = 0

Definition at line 418 of file fan203.h.

◆ gasTotalPressure

double PlaneData::NodeBinding::Data::gasTotalPressure = 0

Definition at line 419 of file fan203.h.

◆ gasVelocity

double PlaneData::NodeBinding::Data::gasVelocity = 0

Definition at line 418 of file fan203.h.

◆ gasVelocityPressure

double PlaneData::NodeBinding::Data::gasVelocityPressure = 0

Definition at line 418 of file fan203.h.

◆ gasVolumeFlowRate

double PlaneData::NodeBinding::Data::gasVolumeFlowRate = 0

Definition at line 418 of file fan203.h.


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