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
domain
FlashTankFactory.h
1
#pragma once
2
3
#include <steamModeler/api/BoilerInput.h>
4
#include <steamModeler/api/HeaderInput.h>
5
#include <
steamModeler/Boiler.h
>
6
#include <
steamModeler/FlashTank.h
>
7
#include <steamModeler/Header.h>
8
9
class
FlashTankFactory
{
10
public
:
11
std::shared_ptr<FlashTank> make(
const
HeaderInput
& headerInput,
const
BoilerInput
& boilerInput,
12
const
Boiler
& boiler)
const
;
13
14
FlashTank
make(
const
double
pressure,
const
Boiler
& boiler)
const
;
15
16
FlashTank
make(
const
double
pressure,
const
SteamSystemModelerTool::FluidProperties
& condensate)
const
;
17
18
FlashTank
make(
const
std::shared_ptr<Header>& header,
19
const
std::shared_ptr<HeaderNotHighestPressure>& headerNotHighestPressure)
const
;
20
21
FlashTank
make(
const
SteamSystemModelerTool::FluidProperties
& properties)
const
;
22
};
23
Boiler.h
Calculator for boiler.
FlashTank.h
Calculator for the flash tank for steam systems.
BoilerInput
Definition
BoilerInput.h:8
Boiler
Definition
Boiler.h:25
FlashTankFactory
Definition
FlashTankFactory.h:9
FlashTank
Definition
FlashTank.h:23
HeaderInput
Definition
HeaderInput.h:72
SteamSystemModelerTool::FluidProperties
Definition
SteamSystemModelerTool.h:97
Generated by
1.9.8