rizer.cantera_ext
C++ Cantera 1-D plasma extension (custom Domain1D models and solvers)
Loading...
Searching...
No Matches
rizer::ChannelHistory Struct Reference

#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 [-].

Detailed Description

Definition at line 33 of file TransientPlasmaChannelSolver.h.

Member Data Documentation

◆ ne

std::vector<double> rizer::ChannelHistory::ne

Electron number density [1/m^3], row-major [nframes, npts].

Definition at line 40 of file TransientPlasmaChannelSolver.h.

◆ nframes

std::size_t rizer::ChannelHistory::nframes = 0

Number of recorded time frames [-].

Definition at line 46 of file TransientPlasmaChannelSolver.h.

◆ npts

std::size_t rizer::ChannelHistory::npts = 0

Number of radial grid points [-].

Definition at line 47 of file TransientPlasmaChannelSolver.h.

◆ nsp

std::size_t rizer::ChannelHistory::nsp = 0

Number of species [-].

Definition at line 48 of file TransientPlasmaChannelSolver.h.

◆ r

std::vector<double> rizer::ChannelHistory::r

Radial grid [m], length npts.

Definition at line 35 of file TransientPlasmaChannelSolver.h.

◆ species

std::vector<std::string> rizer::ChannelHistory::species

Species names, length nsp (order matches the Y axis).

Definition at line 44 of file TransientPlasmaChannelSolver.h.

◆ t

std::vector<double> rizer::ChannelHistory::t

Recorded times [s], length nframes.

Definition at line 34 of file TransientPlasmaChannelSolver.h.

◆ Te

std::vector<double> rizer::ChannelHistory::Te

Electron temperature [K], row-major [nframes, npts].

Definition at line 38 of file TransientPlasmaChannelSolver.h.

◆ Tg

std::vector<double> rizer::ChannelHistory::Tg

Gas temperature [K], row-major [nframes, npts].

Definition at line 36 of file TransientPlasmaChannelSolver.h.

◆ Y

std::vector<double> rizer::ChannelHistory::Y

Species mass fractions [-], row-major [nframes, npts, nsp].

Definition at line 42 of file TransientPlasmaChannelSolver.h.


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