Ember
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
InterpKinetics Class Reference

#include <chemistry0d.h>

Inheritance diagram for InterpKinetics:
[legend]

Public Member Functions

 InterpKinetics ()
 
void updateROP () override
 

Private Attributes

size_t m_nInterp = 200
 number of temperatures over which to interpolate
 
double m_TminInt = 273
 minimum temperature
 
double m_TmaxInt = 3500
 maximum temperature
 
dmatrix m_kc_const
 
dmatrix m_kc_slope
 
dmatrix m_dg0_const
 
dmatrix m_dg0_slope
 

Constructor & Destructor Documentation

◆ InterpKinetics()

InterpKinetics::InterpKinetics ( )

Preempt the creation of the standard MultiRate evaluator for Arrhenius reactions

Member Function Documentation

◆ updateROP()

void InterpKinetics::updateROP ( )
override

Member Data Documentation

◆ m_nInterp

size_t InterpKinetics::m_nInterp = 200
private

number of temperatures over which to interpolate

◆ m_TminInt

double InterpKinetics::m_TminInt = 273
private

minimum temperature

◆ m_TmaxInt

double InterpKinetics::m_TmaxInt = 3500
private

maximum temperature

◆ m_kc_const

dmatrix InterpKinetics::m_kc_const
private

◆ m_kc_slope

dmatrix InterpKinetics::m_kc_slope
private

◆ m_dg0_const

dmatrix InterpKinetics::m_dg0_const
private

◆ m_dg0_slope

dmatrix InterpKinetics::m_dg0_slope
private

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