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 Attributes | List of all members
HighPressureCondensateCalculator Class Reference

Public Member Functions

const SteamSystemModelerTool::FluidProperties calc (const HeaderWithHighestPressure &highPressureHeaderInput, const Boiler &boiler) const
 

Private Attributes

const EnergyFlowCalculator energyFlowCalculator = EnergyFlowCalculator()
 
const FluidPropertiesFactory fluidPropertiesFactory = FluidPropertiesFactory()
 
const MassFlowCalculator massFlowCalculator = MassFlowCalculator()
 

Detailed Description

Definition at line 11 of file HighPressureCondensateCalculator.h.

Member Data Documentation

◆ energyFlowCalculator

const EnergyFlowCalculator HighPressureCondensateCalculator::energyFlowCalculator = EnergyFlowCalculator()
private

Definition at line 17 of file HighPressureCondensateCalculator.h.

◆ fluidPropertiesFactory

const FluidPropertiesFactory HighPressureCondensateCalculator::fluidPropertiesFactory = FluidPropertiesFactory()
private

Definition at line 18 of file HighPressureCondensateCalculator.h.

◆ massFlowCalculator

const MassFlowCalculator HighPressureCondensateCalculator::massFlowCalculator = MassFlowCalculator()
private

Definition at line 19 of file HighPressureCondensateCalculator.h.


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