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

#include <fan203.h>

Classes

struct  Data
 
struct  DataFlange
 
struct  Output
 

Static Public Member Functions

static Output calculate (PlaneData &planeData, BaseGasDensity const &baseGasDensity)
 

Static Private Member Functions

static Data getData (Planar const &plane)
 
static DataFlange getDataFlange (Planar const &plane)
 
static std::vector< DatagetDataTrav (std::vector< TraversePlane > const &addlPlanes)
 

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)

Definition at line 411 of file fan203.h.

Member Function Documentation

◆ calculate()

static Output PlaneData::NodeBinding::calculate ( PlaneData planeData,
BaseGasDensity const &  baseGasDensity 
)
inlinestatic

Definition at line 448 of file fan203.h.

◆ getData()

static Data PlaneData::NodeBinding::getData ( Planar const &  plane)
inlinestaticprivate

Definition at line 454 of file fan203.h.

◆ getDataFlange()

static DataFlange PlaneData::NodeBinding::getDataFlange ( Planar const &  plane)
inlinestaticprivate

Definition at line 458 of file fan203.h.

◆ getDataTrav()

static std::vector< Data > PlaneData::NodeBinding::getDataTrav ( std::vector< TraversePlane > const &  addlPlanes)
inlinestaticprivate

Definition at line 462 of file fan203.h.


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