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
EnergyFlowCalculator.h
1
#pragma once
2
3
#include <
steamModeler/Boiler.h
>
4
#include <steamModeler/SteamSystemModelerTool.h>
5
6
class
EnergyFlowCalculator
{
7
public
:
8
double
calc(
const
double
massFlow,
const
Boiler
& boiler)
const
;
9
10
double
calc(
const
double
massFlow,
11
const
SteamSystemModelerTool::SteamPropertiesOutput
& steamPropertiesOutput)
const
;
12
13
double
calc(
const
double
massFlow,
const
double
specificEnthalpy)
const
;
14
};
15
Boiler.h
Calculator for boiler.
Boiler
Definition
Boiler.h:25
EnergyFlowCalculator
Definition
EnergyFlowCalculator.h:6
SteamSystemModelerTool::SteamPropertiesOutput
Definition
SteamSystemModelerTool.h:33
Generated by
1.9.8