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
low_pressure_header
LowPressureCondensateCalculator.h
1
#ifndef TOOLS_SUITE_LOWPRESSURECONDENSATECALCULATOR_H
2
#define TOOLS_SUITE_LOWPRESSURECONDENSATECALCULATOR_H
3
4
#include <steamModeler/api/HeaderInput.h>
5
#include <steamModeler/domain/FluidPropertiesFactory.h>
6
7
class
LowPressureCondensateCalculator
{
8
public
:
9
SteamSystemModelerTool::FluidProperties
10
calc(
const
std::shared_ptr<HeaderNotHighestPressure>& lowPressureHeaderInput)
const
;
11
12
private
:
13
const
FluidPropertiesFactory
fluidPropertiesFactory =
FluidPropertiesFactory
();
14
};
15
16
#endif
// TOOLS_SUITE_LOWPRESSURECONDENSATECALCULATOR_H
FluidPropertiesFactory
Definition
FluidPropertiesFactory.h:12
LowPressureCondensateCalculator
Definition
LowPressureCondensateCalculator.h:7
SteamSystemModelerTool::FluidProperties
Definition
SteamSystemModelerTool.h:98
Generated by
1.9.8