|
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.
|
#include <fan203.h>
Classes | |
| struct | NodeBinding |
Public Member Functions | |
| PlaneData (FlangePlane fanInletFlange, FlangePlane fanOrEvaseOutletFlange, TraversePlane flowTraverse, std::vector< TraversePlane > addlTravPlanes, MstPlane inletMstPlane, MstPlane outletMstPlane, const double totalPressureLossBtwnPlanes1and4, const double totalPressureLossBtwnPlanes2and5, bool const plane5upstreamOfPlane2) | |
Private Member Functions | |
| void | establishFanInletOrOutletDensity (Planar &plane, std::function< double(Planar const &, const double)> const &calcDensity, double const mTotal, double const assumedDensity) |
| void | calculate (BaseGasDensity const &bgd) |
Private Attributes | |
| FlangePlane | fanInletFlange |
| FlangePlane | fanOrEvaseOutletFlange |
| TraversePlane | flowTraverse |
| std::vector< TraversePlane > | addlTravPlanes |
| MstPlane | inletMstPlane |
| MstPlane | outletMstPlane |
| bool const | plane5upstreamOfPlane2 |
| const double | totalPressureLossBtwnPlanes1and4 |
| const double | totalPressureLossBtwnPlanes2and5 |
Friends | |
| class | Fan203 |
| struct | NodeBinding |
|
inline |
|
inlineprivate |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |