class GasSTP

Declaration

class GasSTP { /* full declaration omitted */ };

Declared at: ThermoFun/ThermoModelsSubstance.h:461

Method Overview

  • public GasSTP()
  • public GasSTP(const ThermoFun::Substance & substance)
  • public auto thermoProperties(double T, double P, ThermoFun::ThermoPropertiesSubstance tps) -> ThermoFun::ThermoPropertiesSubstance

Methods

GasSTP()

Description

Construct a default GasSTP instance

Declared at: ThermoFun/ThermoModelsSubstance.h:465

GasSTP(const ThermoFun::Substance& substance)

Description

Construct an GasSTP instance from a Substance instance

Declared at: ThermoFun/ThermoModelsSubstance.h:468

Parameters

const ThermoFun::Substance& substance

auto thermoProperties(
    double T,
    double P,
    ThermoFun::ThermoPropertiesSubstance tps)
    -> ThermoFun::ThermoPropertiesSubstance

Description

Returns the thermodynamic properties of the substance.

Declared at: ThermoFun/ThermoModelsSubstance.h:473

Parameters

double T
The temperature value (in units of K)
double P
The pressure value (in units of Pa)
ThermoFun::ThermoPropertiesSubstance tps