class ConMolVol

Declaration

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

Declared at: ThermoFun/ThermoModelsSubstance.h:482

Method Overview

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

Methods

ConMolVol()

Description

Construct a default ConMolVol instance

Declared at: ThermoFun/ThermoModelsSubstance.h:486

ConMolVol(const ThermoFun::Substance& substance)

Description

Construct an ConMolVol instance from a Substance instance

Declared at: ThermoFun/ThermoModelsSubstance.h:489

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

Parameters

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