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
DeaeratorFactory.h
1
#ifndef TOOLS_SUITE_DEAERATORFACTORY_H
2
#define TOOLS_SUITE_DEAERATORFACTORY_H
3
4
#include <steamModeler/api/BoilerInput.h>
5
#include <steamModeler/api/HeaderInput.h>
6
#include <
steamModeler/Deaerator.h
>
7
#include <steamModeler/Header.h>
8
9
class
DeaeratorFactory
{
10
public
:
11
const
Deaerator
make(
const
BoilerInput
& boilerInput,
const
double
feedwaterMassFlow,
12
const
SteamSystemModelerTool::FluidProperties
& makeupWaterAndCondensateHeaderOutput,
13
const
SteamSystemModelerTool::FluidProperties
& inletHeaderOutput)
const
;
14
};
15
16
#endif
// TOOLS_SUITE_DEAERATORFACTORY_H
Deaerator.h
Calculator for the deaerator for steam systems.
BoilerInput
Definition
BoilerInput.h:9
DeaeratorFactory
Definition
DeaeratorFactory.h:9
Deaerator
Definition
Deaerator.h:24
SteamSystemModelerTool::FluidProperties
Definition
SteamSystemModelerTool.h:98
Generated by
1.9.8