rizer.cantera_ext
C++ Cantera 1-D plasma extension (custom Domain1D models and solvers)
Loading...
Searching...
No Matches
TransientPlasmaChannelSolver.cpp File Reference
#include "TransientPlasmaChannelSolver.h"
#include "PlasmaChannel1D.h"
#include "cantera/oneD/Sim1D.h"
#include "cantera/oneD/Boundary1D.h"
#include "cantera/oneD/MultiNewton.h"
#include "cantera/numerics/Integrator.h"
#include "cantera/numerics/FuncEval.h"
#include "cantera/base/ctexceptions.h"
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <sstream>
#include <functional>
#include <memory>
#include <stdexcept>

Go to the source code of this file.

Namespaces

namespace  rizer

Functions

ChannelHistory rizer::solveChannelTransient (const ChannelOptions &opts)
 Build a PlasmaChannel1D from opts.cfg, advance it from t=0 to \(t = \mathtt{opts.dt} \cdot \mathtt{opts.n\_steps}\) [s] with the requested backend (opts.integrator), and return the recorded radial history.