AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
Variables
Enumerations
Related Functions
+
Files
File List
+
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Friends
Macros
Pages
include
ssmt
service
EnergyFlowCalculator.h
1
#ifndef AMO_TOOLS_SUITE_ENERGYFLOWCALCULATOR_H
2
#define AMO_TOOLS_SUITE_ENERGYFLOWCALCULATOR_H
3
4
#include <ssmt/Boiler.h>
5
#include <ssmt/SteamSystemModelerTool.h>
6
7
class
EnergyFlowCalculator
{
8
public
:
9
double
calc(
const
double
massFlow,
const
Boiler
&boiler)
const
;
10
11
double
12
calc(
const
double
massFlow,
const
SteamSystemModelerTool::SteamPropertiesOutput
&steamPropertiesOutput)
const
;
13
14
double
calc(
const
double
massFlow,
const
double
specificEnthalpy)
const
;
15
};
16
17
#endif //AMO_TOOLS_SUITE_ENERGYFLOWCALCULATOR_H
Boiler
Definition:
Boiler.h:24
EnergyFlowCalculator
Definition:
EnergyFlowCalculator.h:7
SteamSystemModelerTool::SteamPropertiesOutput
Definition:
SteamSystemModelerTool.h:36
Generated by
1.8.13