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

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 > &notHighestPressureHeaderInput) const
 
SteamSystemModelerTool::FluidProperties make (const HeaderWithHighestPressure &highPressureHeaderInput, const Header &combinedCondensateHeader) const
 

Private Member Functions

SteamSystemModelerTool::SteamPropertiesOutput calcLowPressureCondensateSteamOutput (const std::shared_ptr< HeaderNotHighestPressure > &notHighestPressureHeaderInput) const
 

Private Attributes

EnergyFlowCalculator energyFlowCalculator = EnergyFlowCalculator()
 
MassFlowCalculator massFlowCalculator = MassFlowCalculator()
 

Detailed Description

Definition at line 12 of file FluidPropertiesFactory.h.

Member Data Documentation

◆ energyFlowCalculator

EnergyFlowCalculator FluidPropertiesFactory::energyFlowCalculator = EnergyFlowCalculator()
private

Definition at line 43 of file FluidPropertiesFactory.h.

◆ massFlowCalculator

MassFlowCalculator FluidPropertiesFactory::massFlowCalculator = MassFlowCalculator()
private

Definition at line 44 of file FluidPropertiesFactory.h.


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