include/pops/validation/physics/langmuir.hpp Source FileΒΆ
|
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
|
langmuir.hpp
Go to the documentation of this file.
Definition advection_diffusion.hpp:22
Linearized Langmuir mode: 0D kernel of the asymptotic-preserving two-fluid scheme.
Definition langmuir.hpp:40
Real omega_p
plasma frequency (stiff term)
Definition langmuir.hpp:41
POPS_HD void explicit_step(Real &a, Real &b, Real dt) const
Explicit step (slow acoustic term) in place: (a,b) <- (a,b) + dt T.
Definition langmuir.hpp:51
Real cs2k2
c_s^2 k^2 (acoustic correction, slow)
Definition langmuir.hpp:42
Real omega() const
Eigenfrequency of the mode, omega = sqrt(omega_p^2 + c_s^2 k^2) (isothermal Bohm-Gross).
Definition langmuir.hpp:69
POPS_HD void implicit_solve(Real &a, Real &b, Real dt) const
Implicit step (stiff plasma term) in place: solves (a,b) = (a*, b*) + dt S.
Definition langmuir.hpp:62
Base scalar types and the POPS_HD macro (host+device portability).
Generated by