|
rizer.cantera_ext
C++ Cantera 1-D plasma extension (custom Domain1D models and solvers)
|
#include <Plasma0DReactor.h>
Public Attributes | |
| std::string | mech |
| std::string | phase |
| Mechanism file/URI, and phase name within it. | |
| bool | reacting = true |
| If false, disables chemistry source terms in the RHS. | |
| std::vector< CollisionModel::SpeciesSpec > | specs |
| Per-species cross-section model (cross-section data / radius / ion Z). | |
| double | Te_min = 300.0 |
| Lower bound of the tabulated electron-temperature grid [K]. | |
| double | Te_max = 1.0e5 |
| Upper bound of the tabulated electron-temperature grid [K]. | |
| std::size_t | Te_n = 400 |
| Number of points in the tabulated Te grid [-]. | |
| bool | spitzer = true |
| Use Spitzer (Coulomb) conductivity contribution when true. | |
| double | gap = 0.0 |
| [m], for the polytropic volume equation (optional) | |
Definition at line 34 of file Plasma0DReactor.h.
| double rizer::Plasma0DReactor::Config::gap = 0.0 |
[m], for the polytropic volume equation (optional)
Definition at line 49 of file Plasma0DReactor.h.
| std::string rizer::Plasma0DReactor::Config::mech |
Definition at line 35 of file Plasma0DReactor.h.
| std::string rizer::Plasma0DReactor::Config::phase |
Mechanism file/URI, and phase name within it.
Definition at line 35 of file Plasma0DReactor.h.
| bool rizer::Plasma0DReactor::Config::reacting = true |
If false, disables chemistry source terms in the RHS.
Definition at line 37 of file Plasma0DReactor.h.
| std::vector<CollisionModel::SpeciesSpec> rizer::Plasma0DReactor::Config::specs |
Per-species cross-section model (cross-section data / radius / ion Z).
molar_mass and is_electron are filled by the ctor from the Solution.
Definition at line 40 of file Plasma0DReactor.h.
| bool rizer::Plasma0DReactor::Config::spitzer = true |
Use Spitzer (Coulomb) conductivity contribution when true.
Definition at line 48 of file Plasma0DReactor.h.
| double rizer::Plasma0DReactor::Config::Te_max = 1.0e5 |
Upper bound of the tabulated electron-temperature grid [K].
Definition at line 44 of file Plasma0DReactor.h.
| double rizer::Plasma0DReactor::Config::Te_min = 300.0 |
Lower bound of the tabulated electron-temperature grid [K].
Definition at line 42 of file Plasma0DReactor.h.
| std::size_t rizer::Plasma0DReactor::Config::Te_n = 400 |
Number of points in the tabulated Te grid [-].
Definition at line 46 of file Plasma0DReactor.h.