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.
|
Public Member Functions | |
SteamSystemModelerTool::FluidProperties | make (const Header &header) const |
SteamSystemModelerTool::FluidProperties | make (const SteamSystemModelerTool::FluidProperties &properties) const |
SteamSystemModelerTool::FluidProperties | make (const HeatLoss &heatLoss) const |
SteamSystemModelerTool::FluidProperties | makeWithSpecificVolume (const HeatLoss &heatLoss, const double specificVolume) const |
SteamSystemModelerTool::FluidProperties | makeWithMassFlow (const SteamSystemModelerTool::FluidProperties &lowPressureHeaderOutput, const double massFlow) const |
SteamSystemModelerTool::FluidProperties | makeWithVentedSteamAmount (const SteamSystemModelerTool::FluidProperties &makeupWater, const double ventedSteamAmount) const |
SteamSystemModelerTool::FluidProperties | makeFromBlowdown (const Boiler &boiler) const |
SteamSystemModelerTool::FluidProperties | makeFromBlowdown (const Boiler &boiler, const double massFlow, const double energyFlow) const |
SteamSystemModelerTool::FluidProperties | make (const std::shared_ptr< HeaderNotHighestPressure > ¬HighestPressureHeaderInput) const |
SteamSystemModelerTool::FluidProperties | make (const HeaderWithHighestPressure &highPressureHeaderInput, const Header &combinedCondensateHeader) const |
Private Member Functions | |
SteamSystemModelerTool::SteamPropertiesOutput | calcLowPressureCondensateSteamOutput (const std::shared_ptr< HeaderNotHighestPressure > ¬HighestPressureHeaderInput) const |
Private Attributes | |
EnergyFlowCalculator | energyFlowCalculator = EnergyFlowCalculator() |
MassFlowCalculator | massFlowCalculator = MassFlowCalculator() |
Definition at line 12 of file FluidPropertiesFactory.h.
|
private |
Definition at line 43 of file FluidPropertiesFactory.h.
|
private |
Definition at line 44 of file FluidPropertiesFactory.h.