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
include
steamModeler
service
high_pressure_header
HighPressureCondensateCalculator.h
1
#pragma once
2
3
#include <steamModeler/api/HeaderInput.h>
4
#include <
steamModeler/Boiler.h
>
5
#include <steamModeler/domain/FluidPropertiesFactory.h>
6
#include <steamModeler/service/EnergyFlowCalculator.h>
7
#include <steamModeler/service/MassFlowCalculator.h>
8
#include <steamModeler/SteamSystemModelerTool.h>
9
10
class
HighPressureCondensateCalculator
{
11
public
:
12
const
SteamSystemModelerTool::FluidProperties
calc(
const
HeaderWithHighestPressure
& highPressureHeaderInput,
13
const
Boiler
& boiler)
const
;
14
15
private
:
16
const
EnergyFlowCalculator
energyFlowCalculator =
EnergyFlowCalculator
();
17
const
FluidPropertiesFactory
fluidPropertiesFactory =
FluidPropertiesFactory
();
18
const
MassFlowCalculator
massFlowCalculator =
MassFlowCalculator
();
19
};
20
Boiler.h
Calculator for boiler.
Boiler
Definition
Boiler.h:25
EnergyFlowCalculator
Definition
EnergyFlowCalculator.h:6
FluidPropertiesFactory
Definition
FluidPropertiesFactory.h:11
HeaderWithHighestPressure
Definition
HeaderInput.h:36
HighPressureCondensateCalculator
Definition
HighPressureCondensateCalculator.h:10
MassFlowCalculator
Definition
MassFlowCalculator.h:5
SteamSystemModelerTool::FluidProperties
Definition
SteamSystemModelerTool.h:97
Generated by
1.9.8