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