AMO-Tools-Suite  v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
All Classes Namespaces Files Functions Variables Enumerations Friends Macros Pages
Public Member Functions | Friends | List of all members
GasLoadChargeMaterial Class Reference

#include <GasLoadChargeMaterial.h>

Public Member Functions

 GasLoadChargeMaterial (const LoadChargeMaterial::ThermicReactionType thermicReactionType, const double specificHeatGas, const double feedRate, const double percentVapor, const double initialTemperature, const double dischargeTemperature, const double specificHeatVapor, const double percentReacted, const double reactionHeat, const double additionalHeat)
 
LoadChargeMaterial::ThermicReactionType getThermicReactionType () const
 
void setThermicReactionType (LoadChargeMaterial::ThermicReactionType thermicReactionType)
 
double getSpecificHeatGas () const
 
void setSpecificHeatGas (double specificHeatGas)
 
double getFeedRate () const
 
void setFeedRate (double feedRate)
 
double getInitialTemperature () const
 
void setInitialTemperature (double initialTemperature)
 
double getDischargeTemperature () const
 
void setDischargeTemperature (double dischargeTemperature)
 
double getSpecificHeatVapor () const
 
void setSpecificHeatVapor (double specificHeatVapor)
 
double getPercentReacted () const
 
void setPercentReacted (double percentReacted)
 
double getReactionHeat () const
 
void setReactionHeat (double reactionHeat)
 
double getAdditionalHeat () const
 
void setAdditionalHeat (double additionalHeat)
 
double getPercentVapor () const
 
void setPercentVapor (double percentVapor)
 
std::string getSubstance () const
 
void setSubstance (std::string substance)
 
int getID () const
 
void setID (const int id)
 
double getTotalHeat ()
 
bool operator== (const GasLoadChargeMaterial &rhs) const
 bool operator
 
bool operator!= (const GasLoadChargeMaterial &rhs) const
 bool operator
 
 GasLoadChargeMaterial (const LoadChargeMaterial::ThermicReactionType thermicReactionType, const double specificHeatGas, const double feedRate, const double percentVapor, const double initialTemperature, const double dischargeTemperature, const double specificHeatVapor, const double percentReacted, const double reactionHeat, const double additionalHeat)
 
LoadChargeMaterial::ThermicReactionType getThermicReactionType () const
 
void setThermicReactionType (LoadChargeMaterial::ThermicReactionType thermicReactionType)
 
double getSpecificHeatGas () const
 
void setSpecificHeatGas (double specificHeatGas)
 
double getFeedRate () const
 
void setFeedRate (double feedRate)
 
double getInitialTemperature () const
 
void setInitialTemperature (double initialTemperature)
 
double getDischargeTemperature () const
 
void setDischargeTemperature (double dischargeTemperature)
 
double getSpecificHeatVapor () const
 
void setSpecificHeatVapor (double specificHeatVapor)
 
double getPercentReacted () const
 
void setPercentReacted (double percentReacted)
 
double getReactionHeat () const
 
void setReactionHeat (double reactionHeat)
 
double getAdditionalHeat () const
 
void setAdditionalHeat (double additionalHeat)
 
double getPercentVapor () const
 
void setPercentVapor (double percentVapor)
 
std::string getSubstance () const
 
void setSubstance (std::string substance)
 
int getID () const
 
void setID (const int id)
 
double getTotalHeat ()
 
bool operator== (const GasLoadChargeMaterial &rhs) const
 bool operator
 
bool operator!= (const GasLoadChargeMaterial &rhs) const
 bool operator
 
 GasLoadChargeMaterial (const LoadChargeMaterial::ThermicReactionType thermicReactionType, const double specificHeatGas, const double feedRate, const double percentVapor, const double initialTemperature, const double dischargeTemperature, const double specificHeatVapor, const double percentReacted, const double reactionHeat, const double additionalHeat)
 
LoadChargeMaterial::ThermicReactionType getThermicReactionType () const
 
void setThermicReactionType (LoadChargeMaterial::ThermicReactionType thermicReactionType)
 
double getSpecificHeatGas () const
 
void setSpecificHeatGas (double specificHeatGas)
 
double getFeedRate () const
 
void setFeedRate (double feedRate)
 
double getInitialTemperature () const
 
void setInitialTemperature (double initialTemperature)
 
double getDischargeTemperature () const
 
void setDischargeTemperature (double dischargeTemperature)
 
double getSpecificHeatVapor () const
 
void setSpecificHeatVapor (double specificHeatVapor)
 
double getPercentReacted () const
 
void setPercentReacted (double percentReacted)
 
double getReactionHeat () const
 
void setReactionHeat (double reactionHeat)
 
double getAdditionalHeat () const
 
void setAdditionalHeat (double additionalHeat)
 
double getPercentVapor () const
 
void setPercentVapor (double percentVapor)
 
std::string getSubstance () const
 
void setSubstance (std::string substance)
 
int getID () const
 
void setID (const int id)
 
double getTotalHeat ()
 
bool operator== (const GasLoadChargeMaterial &rhs) const
 bool operator
 
bool operator!= (const GasLoadChargeMaterial &rhs) const
 bool operator
 

Friends

class SQLite
 

Detailed Description

Gas Load Charge Material class Contains all properties of a gas load charge material Used to find the heat required for a gas load charge material to be heated from the inlet temperature to the outlet temperature

Definition at line 24 of file GasLoadChargeMaterial.h.

Constructor & Destructor Documentation

◆ GasLoadChargeMaterial() [1/3]

GasLoadChargeMaterial::GasLoadChargeMaterial ( const LoadChargeMaterial::ThermicReactionType  thermicReactionType,
const double  specificHeatGas,
const double  feedRate,
const double  percentVapor,
const double  initialTemperature,
const double  dischargeTemperature,
const double  specificHeatVapor,
const double  percentReacted,
const double  reactionHeat,
const double  additionalHeat 
)
inline

Constructor for the gas load/charge material with all inputs specified

Parameters
thermicReactionTypeEnumerated value for either endothermic or exothermic reactions
specificHeatGasSpecific Heat of Gas in Btu/(lb*°F)
feedRateFeed Rate for Gas Mixture in lb/hr
percentVaporVapor in Gas Mixture (% of Total)
initialTemperatureInitial Temperature in °F
dischargeTemperatureDischarge Temperature in °F
specificHeatVaporSpecific Heat of Vapor in Btu/(lb*°F)
percentReactedFeed Gas Reacted (% of Total)
reactionHeatHeat of Reaction in Btu/lb
additionalHeatAdditional Heat Required in Btu/hr

Definition at line 40 of file GasLoadChargeMaterial.h.

◆ GasLoadChargeMaterial() [2/3]

GasLoadChargeMaterial::GasLoadChargeMaterial ( const LoadChargeMaterial::ThermicReactionType  thermicReactionType,
const double  specificHeatGas,
const double  feedRate,
const double  percentVapor,
const double  initialTemperature,
const double  dischargeTemperature,
const double  specificHeatVapor,
const double  percentReacted,
const double  reactionHeat,
const double  additionalHeat 
)
inline

Constructor for the gas load/charge material with all inputs specified

Parameters
thermicReactionTypeEnumerated value for either endothermic or exothermic reactions
specificHeatGasSpecific Heat of Gas in Btu/(lb*°F)
feedRateFeed Rate for Gas Mixture in lb/hr
percentVaporVapor in Gas Mixture (% of Total)
initialTemperatureInitial Temperature in °F
dischargeTemperatureDischarge Temperature in °F
specificHeatVaporSpecific Heat of Vapor in Btu/(lb*°F)
percentReactedFeed Gas Reacted (% of Total)
reactionHeatHeat of Reaction in Btu/lb
additionalHeatAdditional Heat Required in Btu/hr

Definition at line 40 of file GasLoadChargeMaterial.h.

◆ GasLoadChargeMaterial() [3/3]

GasLoadChargeMaterial::GasLoadChargeMaterial ( const LoadChargeMaterial::ThermicReactionType  thermicReactionType,
const double  specificHeatGas,
const double  feedRate,
const double  percentVapor,
const double  initialTemperature,
const double  dischargeTemperature,
const double  specificHeatVapor,
const double  percentReacted,
const double  reactionHeat,
const double  additionalHeat 
)
inline

Constructor for the gas load/charge material with all inputs specified

Parameters
thermicReactionTypeEnumerated value for either endothermic or exothermic reactions
specificHeatGasSpecific Heat of Gas in Btu/(lb*°F)
feedRateFeed Rate for Gas Mixture in lb/hr
percentVaporVapor in Gas Mixture (% of Total)
initialTemperatureInitial Temperature in °F
dischargeTemperatureDischarge Temperature in °F
specificHeatVaporSpecific Heat of Vapor in Btu/(lb*°F)
percentReactedFeed Gas Reacted (% of Total)
reactionHeatHeat of Reaction in Btu/lb
additionalHeatAdditional Heat Required in Btu/hr

Definition at line 40 of file GasLoadChargeMaterial.h.

Member Function Documentation

◆ getAdditionalHeat() [1/3]

double GasLoadChargeMaterial::getAdditionalHeat ( ) const
inline

Gets the additional heat required

Returns
double, additional heat required in btu/hr

Definition at line 197 of file GasLoadChargeMaterial.h.

◆ getAdditionalHeat() [2/3]

double GasLoadChargeMaterial::getAdditionalHeat ( ) const
inline

Gets the additional heat required

Returns
double, additional heat required in btu/hr

Definition at line 197 of file GasLoadChargeMaterial.h.

◆ getAdditionalHeat() [3/3]

double GasLoadChargeMaterial::getAdditionalHeat ( ) const
inline

Gets the additional heat required

Returns
double, additional heat required in btu/hr

Definition at line 197 of file GasLoadChargeMaterial.h.

◆ getDischargeTemperature() [1/3]

double GasLoadChargeMaterial::getDischargeTemperature ( ) const
inline

Gets the discharge temperature

Returns
double, discharge temperature in °F

Definition at line 133 of file GasLoadChargeMaterial.h.

◆ getDischargeTemperature() [2/3]

double GasLoadChargeMaterial::getDischargeTemperature ( ) const
inline

Gets the discharge temperature

Returns
double, discharge temperature in °F

Definition at line 133 of file GasLoadChargeMaterial.h.

◆ getDischargeTemperature() [3/3]

double GasLoadChargeMaterial::getDischargeTemperature ( ) const
inline

Gets the discharge temperature

Returns
double, discharge temperature in °F

Definition at line 133 of file GasLoadChargeMaterial.h.

◆ getFeedRate() [1/3]

double GasLoadChargeMaterial::getFeedRate ( ) const
inline

Gets the feed rate for gas mixture

Returns
double, feed rate for gas mixture in lb/hr

Definition at line 101 of file GasLoadChargeMaterial.h.

◆ getFeedRate() [2/3]

double GasLoadChargeMaterial::getFeedRate ( ) const
inline

Gets the feed rate for gas mixture

Returns
double, feed rate for gas mixture in lb/hr

Definition at line 101 of file GasLoadChargeMaterial.h.

◆ getFeedRate() [3/3]

double GasLoadChargeMaterial::getFeedRate ( ) const
inline

Gets the feed rate for gas mixture

Returns
double, feed rate for gas mixture in lb/hr

Definition at line 101 of file GasLoadChargeMaterial.h.

◆ getID() [1/3]

int GasLoadChargeMaterial::getID ( ) const
inline

Gets the ID of material

Returns
int, ID of material

Definition at line 245 of file GasLoadChargeMaterial.h.

◆ getID() [2/3]

int GasLoadChargeMaterial::getID ( ) const
inline

Gets the ID of material

Returns
int, ID of material

Definition at line 245 of file GasLoadChargeMaterial.h.

◆ getID() [3/3]

int GasLoadChargeMaterial::getID ( ) const
inline

Gets the ID of material

Returns
int, ID of material

Definition at line 245 of file GasLoadChargeMaterial.h.

◆ getInitialTemperature() [1/3]

double GasLoadChargeMaterial::getInitialTemperature ( ) const
inline

Gets the initial temperature

Returns
double, initial temperature in °F

Definition at line 117 of file GasLoadChargeMaterial.h.

◆ getInitialTemperature() [2/3]

double GasLoadChargeMaterial::getInitialTemperature ( ) const
inline

Gets the initial temperature

Returns
double, initial temperature in °F

Definition at line 117 of file GasLoadChargeMaterial.h.

◆ getInitialTemperature() [3/3]

double GasLoadChargeMaterial::getInitialTemperature ( ) const
inline

Gets the initial temperature

Returns
double, initial temperature in °F

Definition at line 117 of file GasLoadChargeMaterial.h.

◆ getPercentReacted() [1/3]

double GasLoadChargeMaterial::getPercentReacted ( ) const
inline

Gets the percentage of feed gas reacted

Returns
double, charge gas reacted as % of DRY gas feed

Definition at line 165 of file GasLoadChargeMaterial.h.

◆ getPercentReacted() [2/3]

double GasLoadChargeMaterial::getPercentReacted ( ) const
inline

Gets the percentage of feed gas reacted

Returns
double, charge gas reacted as % of DRY gas feed

Definition at line 165 of file GasLoadChargeMaterial.h.

◆ getPercentReacted() [3/3]

double GasLoadChargeMaterial::getPercentReacted ( ) const
inline

Gets the percentage of feed gas reacted

Returns
double, charge gas reacted as % of DRY gas feed

Definition at line 165 of file GasLoadChargeMaterial.h.

◆ getPercentVapor() [1/3]

double GasLoadChargeMaterial::getPercentVapor ( ) const
inline

Gets the percentage of vapor in gas mixture

Returns
double, vapor in gas mixture as %

Definition at line 213 of file GasLoadChargeMaterial.h.

◆ getPercentVapor() [2/3]

double GasLoadChargeMaterial::getPercentVapor ( ) const
inline

Gets the percentage of vapor in gas mixture

Returns
double, vapor in gas mixture as %

Definition at line 213 of file GasLoadChargeMaterial.h.

◆ getPercentVapor() [3/3]

double GasLoadChargeMaterial::getPercentVapor ( ) const
inline

Gets the percentage of vapor in gas mixture

Returns
double, vapor in gas mixture as %

Definition at line 213 of file GasLoadChargeMaterial.h.

◆ getReactionHeat() [1/3]

double GasLoadChargeMaterial::getReactionHeat ( ) const
inline

Gets the heat of reaction

Returns
double, heat of reaction in btu/lb

Definition at line 181 of file GasLoadChargeMaterial.h.

◆ getReactionHeat() [2/3]

double GasLoadChargeMaterial::getReactionHeat ( ) const
inline

Gets the heat of reaction

Returns
double, heat of reaction in btu/lb

Definition at line 181 of file GasLoadChargeMaterial.h.

◆ getReactionHeat() [3/3]

double GasLoadChargeMaterial::getReactionHeat ( ) const
inline

Gets the heat of reaction

Returns
double, heat of reaction in btu/lb

Definition at line 181 of file GasLoadChargeMaterial.h.

◆ getSpecificHeatGas() [1/3]

double GasLoadChargeMaterial::getSpecificHeatGas ( ) const
inline

Gets the specific heat of gas

Returns
double, specific heat of gas in btu/(lb*°F)

Definition at line 85 of file GasLoadChargeMaterial.h.

◆ getSpecificHeatGas() [2/3]

double GasLoadChargeMaterial::getSpecificHeatGas ( ) const
inline

Gets the specific heat of gas

Returns
double, specific heat of gas in btu/(lb*°F)

Definition at line 85 of file GasLoadChargeMaterial.h.

◆ getSpecificHeatGas() [3/3]

double GasLoadChargeMaterial::getSpecificHeatGas ( ) const
inline

Gets the specific heat of gas

Returns
double, specific heat of gas in btu/(lb*°F)

Definition at line 85 of file GasLoadChargeMaterial.h.

◆ getSpecificHeatVapor() [1/3]

double GasLoadChargeMaterial::getSpecificHeatVapor ( ) const
inline

Gets the specific heat of vapor

Returns
double, specific heat of vapor in btu/(lb*°F)

Definition at line 149 of file GasLoadChargeMaterial.h.

◆ getSpecificHeatVapor() [2/3]

double GasLoadChargeMaterial::getSpecificHeatVapor ( ) const
inline

Gets the specific heat of vapor

Returns
double, specific heat of vapor in btu/(lb*°F)

Definition at line 149 of file GasLoadChargeMaterial.h.

◆ getSpecificHeatVapor() [3/3]

double GasLoadChargeMaterial::getSpecificHeatVapor ( ) const
inline

Gets the specific heat of vapor

Returns
double, specific heat of vapor in btu/(lb*°F)

Definition at line 149 of file GasLoadChargeMaterial.h.

◆ getSubstance() [1/3]

std::string GasLoadChargeMaterial::getSubstance ( ) const
inline

Gets the name of substance

Returns
string, name of substance

Definition at line 229 of file GasLoadChargeMaterial.h.

◆ getSubstance() [2/3]

std::string GasLoadChargeMaterial::getSubstance ( ) const
inline

Gets the name of substance

Returns
string, name of substance

Definition at line 229 of file GasLoadChargeMaterial.h.

◆ getSubstance() [3/3]

std::string GasLoadChargeMaterial::getSubstance ( ) const
inline

Gets the name of substance

Returns
string, name of substance

Definition at line 229 of file GasLoadChargeMaterial.h.

◆ getThermicReactionType() [1/3]

LoadChargeMaterial::ThermicReactionType GasLoadChargeMaterial::getThermicReactionType ( ) const
inline

Gets the classification of thermic reaction type

Returns
LoadChargeMaterial::ThermicReactionType, type of thermic reaction

Definition at line 69 of file GasLoadChargeMaterial.h.

◆ getThermicReactionType() [2/3]

LoadChargeMaterial::ThermicReactionType GasLoadChargeMaterial::getThermicReactionType ( ) const
inline

Gets the classification of thermic reaction type

Returns
LoadChargeMaterial::ThermicReactionType, type of thermic reaction

Definition at line 69 of file GasLoadChargeMaterial.h.

◆ getThermicReactionType() [3/3]

LoadChargeMaterial::ThermicReactionType GasLoadChargeMaterial::getThermicReactionType ( ) const
inline

Gets the classification of thermic reaction type

Returns
LoadChargeMaterial::ThermicReactionType, type of thermic reaction

Definition at line 69 of file GasLoadChargeMaterial.h.

◆ getTotalHeat() [1/3]

double GasLoadChargeMaterial::getTotalHeat ( )
inline

Gets the total heat required

Returns
double, total heat required in btu/hr

Definition at line 261 of file GasLoadChargeMaterial.h.

◆ getTotalHeat() [2/3]

double GasLoadChargeMaterial::getTotalHeat ( )
inline

Gets the total heat required

Returns
double, total heat required in btu/hr

Definition at line 261 of file GasLoadChargeMaterial.h.

◆ getTotalHeat() [3/3]

double GasLoadChargeMaterial::getTotalHeat ( )
inline

Gets the total heat required

Returns
double, total heat required in btu/hr

Definition at line 261 of file GasLoadChargeMaterial.h.

◆ setAdditionalHeat() [1/3]

void GasLoadChargeMaterial::setAdditionalHeat ( double  additionalHeat)
inline

Sets the additional heat required

Parameters
additionalHeatdouble, additional heat required in btu/hr

Definition at line 205 of file GasLoadChargeMaterial.h.

◆ setAdditionalHeat() [2/3]

void GasLoadChargeMaterial::setAdditionalHeat ( double  additionalHeat)
inline

Sets the additional heat required

Parameters
additionalHeatdouble, additional heat required in btu/hr

Definition at line 205 of file GasLoadChargeMaterial.h.

◆ setAdditionalHeat() [3/3]

void GasLoadChargeMaterial::setAdditionalHeat ( double  additionalHeat)
inline

Sets the additional heat required

Parameters
additionalHeatdouble, additional heat required in btu/hr

Definition at line 205 of file GasLoadChargeMaterial.h.

◆ setDischargeTemperature() [1/3]

void GasLoadChargeMaterial::setDischargeTemperature ( double  dischargeTemperature)
inline

Sets the discharge temperature

Parameters
dischargeTemperaturedouble, discharge temperature in °F

Definition at line 141 of file GasLoadChargeMaterial.h.

◆ setDischargeTemperature() [2/3]

void GasLoadChargeMaterial::setDischargeTemperature ( double  dischargeTemperature)
inline

Sets the discharge temperature

Parameters
dischargeTemperaturedouble, discharge temperature in °F

Definition at line 141 of file GasLoadChargeMaterial.h.

◆ setDischargeTemperature() [3/3]

void GasLoadChargeMaterial::setDischargeTemperature ( double  dischargeTemperature)
inline

Sets the discharge temperature

Parameters
dischargeTemperaturedouble, discharge temperature in °F

Definition at line 141 of file GasLoadChargeMaterial.h.

◆ setFeedRate() [1/3]

void GasLoadChargeMaterial::setFeedRate ( double  feedRate)
inline

Sets the feed rate for gas mixture

Parameters
feedRatedouble, feed rate for gas mixture in lb/hr

Definition at line 109 of file GasLoadChargeMaterial.h.

◆ setFeedRate() [2/3]

void GasLoadChargeMaterial::setFeedRate ( double  feedRate)
inline

Sets the feed rate for gas mixture

Parameters
feedRatedouble, feed rate for gas mixture in lb/hr

Definition at line 109 of file GasLoadChargeMaterial.h.

◆ setFeedRate() [3/3]

void GasLoadChargeMaterial::setFeedRate ( double  feedRate)
inline

Sets the feed rate for gas mixture

Parameters
feedRatedouble, feed rate for gas mixture in lb/hr

Definition at line 109 of file GasLoadChargeMaterial.h.

◆ setID() [1/3]

void GasLoadChargeMaterial::setID ( const int  id)
inline

Sets the ID of material

Parameters
idconst int, ID of material

Definition at line 253 of file GasLoadChargeMaterial.h.

◆ setID() [2/3]

void GasLoadChargeMaterial::setID ( const int  id)
inline

Sets the ID of material

Parameters
idconst int, ID of material

Definition at line 253 of file GasLoadChargeMaterial.h.

◆ setID() [3/3]

void GasLoadChargeMaterial::setID ( const int  id)
inline

Sets the ID of material

Parameters
idconst int, ID of material

Definition at line 253 of file GasLoadChargeMaterial.h.

◆ setInitialTemperature() [1/3]

void GasLoadChargeMaterial::setInitialTemperature ( double  initialTemperature)
inline

Sets the initial temperature

Parameters
initialTemperaturedouble, initial temperature in °F

Definition at line 125 of file GasLoadChargeMaterial.h.

◆ setInitialTemperature() [2/3]

void GasLoadChargeMaterial::setInitialTemperature ( double  initialTemperature)
inline

Sets the initial temperature

Parameters
initialTemperaturedouble, initial temperature in °F

Definition at line 125 of file GasLoadChargeMaterial.h.

◆ setInitialTemperature() [3/3]

void GasLoadChargeMaterial::setInitialTemperature ( double  initialTemperature)
inline

Sets the initial temperature

Parameters
initialTemperaturedouble, initial temperature in °F

Definition at line 125 of file GasLoadChargeMaterial.h.

◆ setPercentReacted() [1/3]

void GasLoadChargeMaterial::setPercentReacted ( double  percentReacted)
inline

Sets the percentage of feed gas reacted

Parameters
percentReacteddouble, charge gas reacted as % of DRY gas feed

Definition at line 173 of file GasLoadChargeMaterial.h.

◆ setPercentReacted() [2/3]

void GasLoadChargeMaterial::setPercentReacted ( double  percentReacted)
inline

Sets the percentage of feed gas reacted

Parameters
percentReacteddouble, charge gas reacted as % of DRY gas feed

Definition at line 173 of file GasLoadChargeMaterial.h.

◆ setPercentReacted() [3/3]

void GasLoadChargeMaterial::setPercentReacted ( double  percentReacted)
inline

Sets the percentage of feed gas reacted

Parameters
percentReacteddouble, charge gas reacted as % of DRY gas feed

Definition at line 173 of file GasLoadChargeMaterial.h.

◆ setPercentVapor() [1/3]

void GasLoadChargeMaterial::setPercentVapor ( double  percentVapor)
inline

Sets the percentage of vapor in gas mixture

Parameters
percentVapordouble, vapor in gas mixture as %

Definition at line 221 of file GasLoadChargeMaterial.h.

◆ setPercentVapor() [2/3]

void GasLoadChargeMaterial::setPercentVapor ( double  percentVapor)
inline

Sets the percentage of vapor in gas mixture

Parameters
percentVapordouble, vapor in gas mixture as %

Definition at line 221 of file GasLoadChargeMaterial.h.

◆ setPercentVapor() [3/3]

void GasLoadChargeMaterial::setPercentVapor ( double  percentVapor)
inline

Sets the percentage of vapor in gas mixture

Parameters
percentVapordouble, vapor in gas mixture as %

Definition at line 221 of file GasLoadChargeMaterial.h.

◆ setReactionHeat() [1/3]

void GasLoadChargeMaterial::setReactionHeat ( double  reactionHeat)
inline

Sets the heat of reaction

Parameters
reactionHeatdouble, heat of reaction in btu/lb

Definition at line 189 of file GasLoadChargeMaterial.h.

◆ setReactionHeat() [2/3]

void GasLoadChargeMaterial::setReactionHeat ( double  reactionHeat)
inline

Sets the heat of reaction

Parameters
reactionHeatdouble, heat of reaction in btu/lb

Definition at line 189 of file GasLoadChargeMaterial.h.

◆ setReactionHeat() [3/3]

void GasLoadChargeMaterial::setReactionHeat ( double  reactionHeat)
inline

Sets the heat of reaction

Parameters
reactionHeatdouble, heat of reaction in btu/lb

Definition at line 189 of file GasLoadChargeMaterial.h.

◆ setSpecificHeatGas() [1/3]

void GasLoadChargeMaterial::setSpecificHeatGas ( double  specificHeatGas)
inline

Sets the specific heat of gas

Parameters
specificHeatGasdouble, specific heat of gas in btu/(lb*°F)

Definition at line 93 of file GasLoadChargeMaterial.h.

◆ setSpecificHeatGas() [2/3]

void GasLoadChargeMaterial::setSpecificHeatGas ( double  specificHeatGas)
inline

Sets the specific heat of gas

Parameters
specificHeatGasdouble, specific heat of gas in btu/(lb*°F)

Definition at line 93 of file GasLoadChargeMaterial.h.

◆ setSpecificHeatGas() [3/3]

void GasLoadChargeMaterial::setSpecificHeatGas ( double  specificHeatGas)
inline

Sets the specific heat of gas

Parameters
specificHeatGasdouble, specific heat of gas in btu/(lb*°F)

Definition at line 93 of file GasLoadChargeMaterial.h.

◆ setSpecificHeatVapor() [1/3]

void GasLoadChargeMaterial::setSpecificHeatVapor ( double  specificHeatVapor)
inline

Sets the specific heat of vapor

Parameters
specificHeatVapordouble, specific heat of vapor in btu/(lb*°F)

Definition at line 157 of file GasLoadChargeMaterial.h.

◆ setSpecificHeatVapor() [2/3]

void GasLoadChargeMaterial::setSpecificHeatVapor ( double  specificHeatVapor)
inline

Sets the specific heat of vapor

Parameters
specificHeatVapordouble, specific heat of vapor in btu/(lb*°F)

Definition at line 157 of file GasLoadChargeMaterial.h.

◆ setSpecificHeatVapor() [3/3]

void GasLoadChargeMaterial::setSpecificHeatVapor ( double  specificHeatVapor)
inline

Sets the specific heat of vapor

Parameters
specificHeatVapordouble, specific heat of vapor in btu/(lb*°F)

Definition at line 157 of file GasLoadChargeMaterial.h.

◆ setSubstance() [1/3]

void GasLoadChargeMaterial::setSubstance ( std::string  substance)
inline

Sets the name of substance

Parameters
substancestring , name of substance

Definition at line 237 of file GasLoadChargeMaterial.h.

◆ setSubstance() [2/3]

void GasLoadChargeMaterial::setSubstance ( std::string  substance)
inline

Sets the name of substance

Parameters
substancestring , name of substance

Definition at line 237 of file GasLoadChargeMaterial.h.

◆ setSubstance() [3/3]

void GasLoadChargeMaterial::setSubstance ( std::string  substance)
inline

Sets the name of substance

Parameters
substancestring , name of substance

Definition at line 237 of file GasLoadChargeMaterial.h.

◆ setThermicReactionType() [1/3]

void GasLoadChargeMaterial::setThermicReactionType ( LoadChargeMaterial::ThermicReactionType  thermicReactionType)
inline

Sets the classification of thermic reaction type

Parameters
thermicReactionTypeLoadChargeMaterial::ThermicReactionType, type of thermic reaction

Definition at line 77 of file GasLoadChargeMaterial.h.

◆ setThermicReactionType() [2/3]

void GasLoadChargeMaterial::setThermicReactionType ( LoadChargeMaterial::ThermicReactionType  thermicReactionType)
inline

Sets the classification of thermic reaction type

Parameters
thermicReactionTypeLoadChargeMaterial::ThermicReactionType, type of thermic reaction

Definition at line 77 of file GasLoadChargeMaterial.h.

◆ setThermicReactionType() [3/3]

void GasLoadChargeMaterial::setThermicReactionType ( LoadChargeMaterial::ThermicReactionType  thermicReactionType)
inline

Sets the classification of thermic reaction type

Parameters
thermicReactionTypeLoadChargeMaterial::ThermicReactionType, type of thermic reaction

Definition at line 77 of file GasLoadChargeMaterial.h.


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