|
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 | calc (const BoilerInput &boilerInput, const CondensingTurbine &condensingTurbineInput, const SteamSystemModelerTool::FluidProperties &returnCondensate, const std::shared_ptr< HeatExchanger::Output > &heatExchangerOutput, const SteamSystemModelerTool::FluidProperties &makeupWaterAndMassFlow, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain) const |
Private Member Functions | |
| SteamSystemModelerTool::FluidProperties | makeHeaderResult (const BoilerInput &boilerInput, const CondensingTurbine &condensingTurbineInput, const SteamSystemModelerTool::FluidProperties &returnCondensate, const std::shared_ptr< HeatExchanger::Output > &heatExchangerOutput, const SteamSystemModelerTool::FluidProperties &makeupWaterAndMassFlow, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain) const |
| SteamSystemModelerTool::SteamPropertiesOutput | calcSteamProperties (const SteamSystemModelerTool::FluidProperties &fluidProperties) const |
| void | updateHeaderWithSteam (SteamSystemModelerTool::FluidProperties &headerResult, const SteamSystemModelerTool::SteamPropertiesOutput &steamPropertiesOutput) const |
Private Attributes | |
| const FluidPropertiesFactory | fluidPropertiesFactory = FluidPropertiesFactory() |
| const HeaderFactory | headerFactory = HeaderFactory() |
Definition at line 11 of file MakeupWaterAndCondensateHeaderCalculator.h.
|
private |
Definition at line 21 of file MakeupWaterAndCondensateHeaderCalculator.h.
|
private |
Definition at line 22 of file MakeupWaterAndCondensateHeaderCalculator.h.