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
water_and_condensate
HeatExchangerCalculator.h
1
#pragma once
2
3
#include <memory>
4
5
#include <steamModeler/api/BoilerInput.h>
6
#include <steamModeler/domain/FluidPropertiesFactory.h>
7
#include <
steamModeler/FlashTank.h
>
8
#include <steamModeler/HeatExchanger.h>
9
10
class
HeatExchangerCalculator
{
11
public
:
12
std::shared_ptr<HeatExchanger::Output> calc(
const
BoilerInput
& boilerInput,
const
Boiler
& boiler,
13
const
SteamSystemModelerTool::FluidProperties
& makeupWaterAndMassFlow,
14
const
std::shared_ptr<FlashTank>& blowdownFlashTank)
const
;
15
16
private
:
17
const
FluidPropertiesFactory
fluidPropertiesFactory =
FluidPropertiesFactory
();
18
};
19
FlashTank.h
Calculator for the flash tank for steam systems.
BoilerInput
Definition
BoilerInput.h:8
Boiler
Definition
Boiler.h:25
FluidPropertiesFactory
Definition
FluidPropertiesFactory.h:11
HeatExchangerCalculator
Definition
HeatExchangerCalculator.h:10
SteamSystemModelerTool::FluidProperties
Definition
SteamSystemModelerTool.h:97
Generated by
1.9.8