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
HighPressureFlashTankCalculator.h
1
#ifndef TOOLS_SUITE_HIGHPRESSUREFLASHTANKCALCULATOR_H
2
#define TOOLS_SUITE_HIGHPRESSUREFLASHTANKCALCULATOR_H
3
4
#include <steamModeler/api/HeaderInput.h>
5
#include <steamModeler/domain/FlashTankFactory.h>
6
#include <
steamModeler/FlashTank.h
>
7
#include <steamModeler/SteamSystemModelerTool.h>
8
9
class
HighPressureFlashTankCalculator
{
10
public
:
11
const
std::shared_ptr<FlashTank> calc(
const
int
headerCountInput,
12
const
std::shared_ptr<HeaderNotHighestPressure>& mediumPressureHeaderInput,
13
const
std::shared_ptr<HeaderNotHighestPressure>& lowPressureHeaderInput,
14
const
SteamSystemModelerTool::FluidProperties
& highPressureCondensate)
const
;
15
16
private
:
17
const
FlashTankFactory
flashTankFactory =
FlashTankFactory
();
18
};
19
20
#endif
// TOOLS_SUITE_HIGHPRESSUREFLASHTANKCALCULATOR_H
FlashTank.h
Calculator for the flash tank for steam systems.
FlashTankFactory
Definition
FlashTankFactory.h:10
HighPressureFlashTankCalculator
Definition
HighPressureFlashTankCalculator.h:9
SteamSystemModelerTool::FluidProperties
Definition
SteamSystemModelerTool.h:98
Generated by
1.9.8