class ReactionFromReactantsProperties

Declaration

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

Declared at: ThermoFun/ThermoModelsReaction.h:105

Method Overview

Methods

ReactionFromReactantsProperties()

Description

Construct a default ReactionReactionFromReactantsProperties instance

Declared at: ThermoFun/ThermoModelsReaction.h:109

ReactionFromReactantsProperties(
    const ThermoFun::Reaction& reaction)

Description

Construct a ReactionReactionFromReactantsProperties instance from a reaction instance

Declared at: ThermoFun/ThermoModelsReaction.h:112

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

Parameters

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