hips
Loading...
Searching...
No Matches
batchReactor Class Referenceabstract

Detailed Description

Definition at line 13 of file batchReactor.h.

#include <batchReactor.h>

Public Member Functions

 batchReactor ()
 
virtual void react (double &h, std::vector< double > &y, const double tRun)=0
 
double getDensity () const
 

Public Attributes

double temperature
 temperature during integrate
 
double rho
 density during integrate
 

Protected Attributes

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
 

Constructor & Destructor Documentation

◆ batchReactor()

batchReactor::batchReactor ( )
inline

Definition at line 35 of file batchReactor.h.

Member Function Documentation

◆ react()

virtual void batchReactor::react ( double & h,
std::vector< double > & y,
const double tRun )
pure virtual

◆ getDensity()

double batchReactor::getDensity ( ) const
inline

Definition at line 38 of file batchReactor.h.

Member Data Documentation

◆ gas

std::shared_ptr<Cantera::ThermoPhase> batchReactor::gas
protected

Cantera thermo object.

Definition at line 19 of file batchReactor.h.

◆ kin

std::shared_ptr<Cantera::Kinetics> batchReactor::kin
protected

Cantera kinetics object.

Definition at line 20 of file batchReactor.h.

◆ nvar

int batchReactor::nvar
protected

number of variables/equations solved

Definition at line 22 of file batchReactor.h.

◆ h_fixed

double batchReactor::h_fixed
protected

adiabatic h during integrate

Definition at line 24 of file batchReactor.h.

◆ P_fixed

double batchReactor::P_fixed
protected

pressure during integrate

Definition at line 25 of file batchReactor.h.

◆ temperature

double batchReactor::temperature

temperature during integrate

Definition at line 28 of file batchReactor.h.

◆ rho

double batchReactor::rho

density during integrate

Definition at line 29 of file batchReactor.h.


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