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
domain
BoilerFactory.h
1
#ifndef AMO_TOOLS_SUITE_BOILERFACTORY_H
2
#define AMO_TOOLS_SUITE_BOILERFACTORY_H
3
4
#include <ssmt/Boiler.h>
5
#include <ssmt/api/BoilerInput.h>
6
#include <ssmt/api/HeaderInput.h>
7
8
class
BoilerFactory
{
9
public
:
10
Boiler
make(
const
HeaderInput
&headerInput,
const
BoilerInput
&boilerInput,
double
massFlow)
const
;
11
};
12
13
14
#endif //AMO_TOOLS_SUITE_BOILERFACTORY_H
Boiler
Definition:
Boiler.h:24
BoilerInput
Definition:
BoilerInput.h:9
BoilerFactory
Definition:
BoilerFactory.h:8
HeaderInput
Definition:
HeaderInput.h:73
Generated by
1.8.13