|
rizer.cantera_ext
C++ Cantera 1-D plasma extension (custom Domain1D models and solvers)
|
Classes | |
| struct | ColumnOptions |
| Solver configuration. All fields have defaults matching a typical H2 arc. More... | |
| struct | ColumnResult |
| Output of a completed column solve. More... | |
| class | PropertyTable |
| class | ThermalPlasmaColumn1D |
| Steady radial LTE Elenbaas-Heller arc column (custom Cantera Domain1D). More... | |
Functions | |
| ColumnResult | solveColumn (double R, double electric_field, double T_wall, const PropertyTable &sigma, const PropertyTable &kappa, const PropertyTable &p_rad, const ColumnOptions &opts) |
| Build, solve, and extract the radial Elenbaas-Heller column. | |
| ColumnResult rizer::solveColumn | ( | double | R, |
| double | electric_field, | ||
| double | T_wall, | ||
| const PropertyTable & | sigma, | ||
| const PropertyTable & | kappa, | ||
| const PropertyTable & | p_rad, | ||
| const ColumnOptions & | opts ) |
Build, solve, and extract the radial Elenbaas-Heller column.
Definition at line 14 of file PlasmaColumnSolver.cpp.