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
medium_pressure_header
MediumPressureCondensateCalculator.h
1
#ifndef TOOLS_SUITE_MEDIUMPRESSURECONDENSATECALCULATOR_H
2
#define TOOLS_SUITE_MEDIUMPRESSURECONDENSATECALCULATOR_H
3
4
#include <steamModeler/api/HeaderInput.h>
5
#include <steamModeler/SteamSystemModelerTool.h>
6
7
#include "steamModeler/service/EnergyFlowCalculator.h"
8
#include "steamModeler/service/MassFlowCalculator.h"
9
10
class
MediumPressureCondensateCalculator
{
11
public
:
12
const
SteamSystemModelerTool::FluidProperties
13
calc(
const
std::shared_ptr<HeaderNotHighestPressure>& mediumPressureHeaderInput)
const
;
14
15
private
:
16
const
EnergyFlowCalculator
energyFlowCalculator =
EnergyFlowCalculator
();
17
const
MassFlowCalculator
massFlowCalculator =
MassFlowCalculator
();
18
};
19
20
#endif
// TOOLS_SUITE_MEDIUMPRESSURECONDENSATECALCULATOR_H
EnergyFlowCalculator
Definition
EnergyFlowCalculator.h:7
MassFlowCalculator
Definition
MassFlowCalculator.h:6
MediumPressureCondensateCalculator
Definition
MediumPressureCondensateCalculator.h:10
SteamSystemModelerTool::FluidProperties
Definition
SteamSystemModelerTool.h:98
Generated by
1.9.8