Definition at line 13 of file batchReactor.h.
#include <batchReactor.h>
|
| double | temperature |
| | temperature during integrate
|
| |
| double | rho |
| | density during integrate
|
| |
|
| std::shared_ptr< Cantera::ThermoPhase > | gas |
| | Cantera thermo object.
|
| |
| std::shared_ptr< Cantera::Kinetics > | kin |
| | Cantera kinetics object.
|
| |
| int | nvar |
| | number of variables/equations solved
|
| |
| double | h_fixed |
| | adiabatic h during integrate
|
| |
| double | P_fixed |
| | pressure during integrate
|
| |
◆ batchReactor()
| batchReactor::batchReactor |
( |
| ) |
|
|
inline |
◆ react()
| virtual void batchReactor::react |
( |
double & | h, |
|
|
std::vector< double > & | y, |
|
|
const double | tRun ) |
|
pure virtual |
◆ getDensity()
| double batchReactor::getDensity |
( |
| ) |
const |
|
inline |
◆ gas
| std::shared_ptr<Cantera::ThermoPhase> batchReactor::gas |
|
protected |
◆ kin
| std::shared_ptr<Cantera::Kinetics> batchReactor::kin |
|
protected |
◆ nvar
number of variables/equations solved
Definition at line 22 of file batchReactor.h.
◆ h_fixed
| double batchReactor::h_fixed |
|
protected |
◆ P_fixed
| double batchReactor::P_fixed |
|
protected |
◆ temperature
| double batchReactor::temperature |
◆ rho
The documentation for this class was generated from the following file: