class Reaction_Vol_fT

Declaration

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

Declared at: ThermoFun/ThermoModelsReaction.h:125

Method Overview

Methods

Reaction_Vol_fT()

Description

Construct a default ReactionReaction_Vol_fT instance

Declared at: ThermoFun/ThermoModelsReaction.h:129

Reaction_Vol_fT(
    const ThermoFun::Reaction& reaction)

Description

Construct a ReactionReaction_Vol_fT instance from a reaction instance

Declared at: ThermoFun/ThermoModelsReaction.h:132

Parameters

const ThermoFun::Reaction& reaction

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

Description

Returns the thermodynamic properties of the reaction.

Declared at: ThermoFun/ThermoModelsReaction.h:137

Parameters

double T
The temperature value (in units of K)
double P
The pressure value (in units of Pa)