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
RestarterService.h
1
#pragma once
2
3
#include <steamModeler/util/SteamModelerLogger.h>
4
5
#include <memory>
6
7
#include <
steamModeler/Boiler.h
>
8
#include <
steamModeler/Turbine.h
>
9
13
class
RestarterService
{
14
public
:
15
void
restartIfNotEnoughSteam(
const
std::shared_ptr<Turbine>& turbine,
const
double
availableMassFlow,
16
const
Boiler
& boiler)
const
;
17
18
void
restartIfNotEnoughSteam(
const
double
additionalSteamNeeded,
const
Boiler
& boiler)
const
;
19
20
private
:
21
void
logMessage([[maybe_unused]]
const
std::string& message)
const
;
22
};
23
Boiler.h
Calculator for boiler.
Turbine.h
Calculator for turbines for steam systems.
Boiler
Definition
Boiler.h:25
RestarterService
Definition
RestarterService.h:13
Generated by
1.9.8