Cantera  3.1.0a1
InterfaceData Struct Reference

Data container holding shared data for reaction rate specification with interfaces. More...

#include <InterfaceRate.h>

Inheritance diagram for InterfaceData:
[legend]

Detailed Description

Data container holding shared data for reaction rate specification with interfaces.

The data container InterfaceData holds precalculated data common to InterfaceRate and StickingRate objects.

The data container inherits from BlowersMaselData, where density is used to hold the site density [kmol/m^2].

Definition at line 29 of file InterfaceRate.h.

Public Member Functions

bool update (const ThermoPhase &bulk, const Kinetics &kin) override
 Update data container based on thermodynamic phase state. More...
 
void update (double T) override
 Update data container based on temperature T More...
 
void update (double T, const vector< double > &values) override
 Update data container based on temperature T and a vector parameter extra More...
 
virtual void perturbTemperature (double deltaT)
 
void resize (size_t nSpecies, size_t nReactions, size_t nPhases) override
 Update number of species, reactions and phases. More...
 
void update (double T) override
 
bool update (const ThermoPhase &phase, const Kinetics &kin) override
 
virtual void update (double T)
 Update data container based on temperature T More...
 
virtual void update (double T, double extra)
 Update data container based on temperature T and an extra parameter. More...
 
virtual void update (double T, const vector< double > &extra)
 Update data container based on temperature T and a vector parameter extra More...
 
virtual bool update (const ThermoPhase &phase, const Kinetics &kin)=0
 Update data container based on thermodynamic phase state. More...
 
- Public Member Functions inherited from BlowersMaselData
virtual void update (double T)
 Update data container based on temperature T More...
 
virtual void update (double T, double extra)
 Update data container based on temperature T and an extra parameter. More...
 
virtual void update (double T, const vector< double > &extra)
 Update data container based on temperature T and a vector parameter extra More...
 
virtual bool update (const ThermoPhase &phase, const Kinetics &kin)=0
 Update data container based on thermodynamic phase state. More...
 
- Public Member Functions inherited from ReactionData
virtual void update (double T, double extra)
 Update data container based on temperature T and an extra parameter. More...
 
void perturbTemperature (double deltaT)
 Perturb temperature of data container. More...
 
virtual void restore ()
 Restore data container after a perturbation. More...
 
virtual void invalidateCache ()
 Force shared data and reaction rates to be updated next time. More...
 

Public Attributes

double sqrtT = NAN
 square root of temperature More...
 
vector< double > coverages
 surface coverages More...
 
vector< double > logCoverages
 logarithm of surface coverages More...
 
vector< double > electricPotentials
 electric potentials of phases More...
 
vector< double > standardChemPotentials
 standard state chemical potentials More...
 
vector< double > standardConcentrations
 standard state concentrations More...
 
- Public Attributes inherited from BlowersMaselData
bool ready = false
 boolean indicating whether vectors are accessible More...
 
double density = NAN
 used to determine if updates are needed More...
 
vector< double > partialMolarEnthalpies
 partial molar enthalpies More...
 
- Public Attributes inherited from ReactionData
double temperature = 1.0
 temperature More...
 
double logT = 0.0
 logarithm of temperature More...
 
double recipT = 1.0
 inverse of temperature More...
 

Additional Inherited Members

- Protected Attributes inherited from BlowersMaselData
int m_state_mf_number = -1
 integer that is incremented when composition changes More...
 
- Protected Attributes inherited from ReactionData
double m_temperature_buf = -1.0
 buffered temperature More...
 

Member Function Documentation

◆ update() [1/7]

bool update ( const ThermoPhase phase,
const Kinetics kin 
)
overridevirtual

Update data container based on thermodynamic phase state.

This update mechanism is used by Kinetics reaction rate evaluators.

Returns
A boolean element indicating whether the evalFromStruct method needs to be called (assuming previously-calculated values were cached)

Reimplemented from BlowersMaselData.

Definition at line 44 of file InterfaceRate.cpp.

◆ update() [2/7]

void update ( double  T)
overridevirtual

Update data container based on temperature T

Only used in conjunction with MultiRateBase::evalSingle / ReactionRate::eval. This method allows for testing of a reaction rate expression outside of Kinetics reaction rate evaluators.

Reimplemented from BlowersMaselData.

Definition at line 17 of file InterfaceRate.cpp.

◆ update() [3/7]

void update ( double  T,
const vector< double > &  extra 
)
overridevirtual

Update data container based on temperature T and a vector parameter extra

Only used in conjunction with MultiRateBase::evalSingle / ReactionRate::eval. This method allows for testing of a reaction rate expression outside of Kinetics reaction rate evaluators.

Warning
This method is an experimental part of the Cantera API and may be changed or removed without notice.

Reimplemented from ReactionData.

Definition at line 23 of file InterfaceRate.cpp.

◆ resize()

void resize ( size_t  nSpecies,
size_t  nReactions,
size_t  nPhases 
)
inlineoverridevirtual

Update number of species, reactions and phases.

Reimplemented from BlowersMaselData.

Definition at line 43 of file InterfaceRate.h.

◆ update() [4/7]

virtual void update
inline

Update data container based on temperature T

Only used in conjunction with MultiRateBase::evalSingle / ReactionRate::eval. This method allows for testing of a reaction rate expression outside of Kinetics reaction rate evaluators.

Definition at line 25 of file ReactionData.h.

◆ update() [5/7]

virtual void update
inline

Update data container based on temperature T and an extra parameter.

Only used in conjunction with MultiRateBase::evalSingle / ReactionRate::eval. This method allows for testing of a reaction rate expression outside of Kinetics reaction rate evaluators.

Definition at line 25 of file ReactionData.h.

◆ update() [6/7]

virtual void update
inline

Update data container based on temperature T and a vector parameter extra

Only used in conjunction with MultiRateBase::evalSingle / ReactionRate::eval. This method allows for testing of a reaction rate expression outside of Kinetics reaction rate evaluators.

Warning
This method is an experimental part of the Cantera API and may be changed or removed without notice.

Definition at line 25 of file ReactionData.h.

◆ update() [7/7]

virtual bool update

Update data container based on thermodynamic phase state.

This update mechanism is used by Kinetics reaction rate evaluators.

Returns
A boolean element indicating whether the evalFromStruct method needs to be called (assuming previously-calculated values were cached)

Member Data Documentation

◆ sqrtT

double sqrtT = NAN

square root of temperature

Definition at line 53 of file InterfaceRate.h.

◆ coverages

vector<double> coverages

surface coverages

Definition at line 55 of file InterfaceRate.h.

◆ logCoverages

vector<double> logCoverages

logarithm of surface coverages

Definition at line 56 of file InterfaceRate.h.

◆ electricPotentials

vector<double> electricPotentials

electric potentials of phases

Definition at line 57 of file InterfaceRate.h.

◆ standardChemPotentials

vector<double> standardChemPotentials

standard state chemical potentials

Definition at line 58 of file InterfaceRate.h.

◆ standardConcentrations

vector<double> standardConcentrations

standard state concentrations

Definition at line 59 of file InterfaceRate.h.


The documentation for this struct was generated from the following files: