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
HeaderNotHighestPressure Class Reference

#include <HeaderInput.h>

Inheritance diagram for HeaderNotHighestPressure:
HeaderWithPressure

Public Member Functions

 HeaderNotHighestPressure (double pressure, double processSteamUsage, double condensationRecoveryRate, double heatLoss, bool flashCondensateIntoHeader, bool desuperheatSteamIntoNextHighest, double desuperheatSteamTemperature)
 
bool isDesuperheatSteamIntoNextHighest () const
 
double getDesuperheatSteamTemperature () const
 
- Public Member Functions inherited from HeaderWithPressure
 HeaderWithPressure (double pressure, double processSteamUsage, double condensationRecoveryRate, double heatLoss, bool flashCondensate)
 
double getPressure () const
 
double getProcessSteamUsage () const
 
double getCondensationRecoveryRate () const
 
double getHeatLoss () const
 
bool isFlashCondensate () const
 

Private Attributes

bool desuperheatSteamIntoNextHighest
 
double desuperheatSteamTemperature
 

Friends

std::ostream & operator<< (std::ostream &stream, const HeaderNotHighestPressure &header)
 

Additional Inherited Members

- Protected Attributes inherited from HeaderWithPressure
double pressure
 
double processSteamUsage
 
double condensationRecoveryRate
 
double heatLoss
 
bool flashCondensate
 

Detailed Description

Steam Modeler header input data for the header with the not highest pressure.

Definition at line 53 of file HeaderInput.h.

Member Data Documentation

◆ desuperheatSteamIntoNextHighest

bool HeaderNotHighestPressure::desuperheatSteamIntoNextHighest
private

Definition at line 66 of file HeaderInput.h.

◆ desuperheatSteamTemperature

double HeaderNotHighestPressure::desuperheatSteamTemperature
private

Definition at line 67 of file HeaderInput.h.


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