class GasSRK

Declaration

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

Declared at: ThermoFun/ThermoModelsSubstance.h:419

Method Overview

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

Methods

GasSRK()

Description

Construct a default GasSRK instance

Declared at: ThermoFun/ThermoModelsSubstance.h:423

GasSRK(const ThermoFun::Substance& substance)

Description

Construct an GasSRK instance from a Substance instance

Declared at: ThermoFun/ThermoModelsSubstance.h:426

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:431

Parameters

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