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
Public Member Functions | Private Attributes | Friends | List of all members
BoilerInput Class Reference

#include <BoilerInput.h>

Public Member Functions

 BoilerInput (double fuelType, double fuel, double combustionEfficiency, double blowdownRate, bool blowdownFlashed, bool preheatMakeupWater, double steamTemperature, double deaeratorVentRate, double deaeratorPressure, double approachTemperature)
 
double getFuelType () const
 
double getFuel () const
 
double getCombustionEfficiency () const
 
double getBlowdownRate () const
 
bool isBlowdownFlashed () const
 
bool isPreheatMakeupWater () const
 
double getSteamTemperature () const
 
double getDeaeratorVentRate () const
 
double getDeaeratorPressure () const
 
double getApproachTemperature () const
 

Private Attributes

double fuelType
 
double fuel
 
double combustionEfficiency
 
double blowdownRate
 
bool blowdownFlashed
 
bool preheatMakeupWater
 
double steamTemperature
 
double deaeratorVentRate
 
double deaeratorPressure
 
double approachTemperature
 

Friends

std::ostream & operator<< (std::ostream &stream, const BoilerInput &bi)
 

Detailed Description

Steam Modeler boiler input data.

Definition at line 9 of file BoilerInput.h.

Member Data Documentation

◆ approachTemperature

double BoilerInput::approachTemperature
private

Definition at line 47 of file BoilerInput.h.

◆ blowdownFlashed

bool BoilerInput::blowdownFlashed
private

Definition at line 42 of file BoilerInput.h.

◆ blowdownRate

double BoilerInput::blowdownRate
private

Definition at line 41 of file BoilerInput.h.

◆ combustionEfficiency

double BoilerInput::combustionEfficiency
private

Definition at line 40 of file BoilerInput.h.

◆ deaeratorPressure

double BoilerInput::deaeratorPressure
private

Definition at line 46 of file BoilerInput.h.

◆ deaeratorVentRate

double BoilerInput::deaeratorVentRate
private

Definition at line 45 of file BoilerInput.h.

◆ fuel

double BoilerInput::fuel
private

Definition at line 39 of file BoilerInput.h.

◆ fuelType

double BoilerInput::fuelType
private

Definition at line 38 of file BoilerInput.h.

◆ preheatMakeupWater

bool BoilerInput::preheatMakeupWater
private

Definition at line 43 of file BoilerInput.h.

◆ steamTemperature

double BoilerInput::steamTemperature
private

Definition at line 44 of file BoilerInput.h.


The documentation for this class was generated from the following file: