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