|
rizer.cantera_ext
C++ Cantera 1-D plasma extension (custom Domain1D models and solvers)
|
#include <TransientPlasmaChannelSolver.h>
Public Attributes | |
| std::vector< double > | t |
| Recorded times [s], length nframes. | |
| std::vector< double > | r |
| Radial grid [m], length npts. | |
| std::vector< double > | Tg |
| Gas temperature [K], row-major [nframes, npts]. | |
| std::vector< double > | Te |
| Electron temperature [K], row-major [nframes, npts]. | |
| std::vector< double > | ne |
| Electron number density [1/m^3], row-major [nframes, npts]. | |
| std::vector< double > | Y |
| Species mass fractions [-], row-major [nframes, npts, nsp]. | |
| std::vector< std::string > | species |
| Species names, length nsp (order matches the Y axis). | |
| std::size_t | nframes = 0 |
| Number of recorded time frames [-]. | |
| std::size_t | npts = 0 |
| Number of radial grid points [-]. | |
| std::size_t | nsp = 0 |
| Number of species [-]. | |
Definition at line 33 of file TransientPlasmaChannelSolver.h.
| std::vector<double> rizer::ChannelHistory::ne |
Electron number density [1/m^3], row-major [nframes, npts].
Definition at line 40 of file TransientPlasmaChannelSolver.h.
| std::size_t rizer::ChannelHistory::nframes = 0 |
Number of recorded time frames [-].
Definition at line 46 of file TransientPlasmaChannelSolver.h.
| std::size_t rizer::ChannelHistory::npts = 0 |
Number of radial grid points [-].
Definition at line 47 of file TransientPlasmaChannelSolver.h.
| std::size_t rizer::ChannelHistory::nsp = 0 |
Number of species [-].
Definition at line 48 of file TransientPlasmaChannelSolver.h.
| std::vector<double> rizer::ChannelHistory::r |
Radial grid [m], length npts.
Definition at line 35 of file TransientPlasmaChannelSolver.h.
| std::vector<std::string> rizer::ChannelHistory::species |
Species names, length nsp (order matches the Y axis).
Definition at line 44 of file TransientPlasmaChannelSolver.h.
| std::vector<double> rizer::ChannelHistory::t |
Recorded times [s], length nframes.
Definition at line 34 of file TransientPlasmaChannelSolver.h.
| std::vector<double> rizer::ChannelHistory::Te |
Electron temperature [K], row-major [nframes, npts].
Definition at line 38 of file TransientPlasmaChannelSolver.h.
| std::vector<double> rizer::ChannelHistory::Tg |
Gas temperature [K], row-major [nframes, npts].
Definition at line 36 of file TransientPlasmaChannelSolver.h.
| std::vector<double> rizer::ChannelHistory::Y |
Species mass fractions [-], row-major [nframes, npts, nsp].
Definition at line 42 of file TransientPlasmaChannelSolver.h.