Coupling propagator
CurrentCoupling5DCurlb
Advances u and energetic_ions.
What it solves
FEEC discretization of the following equations:
find and such that
time_discret: Crank-Nicolson (implicit mid-point). System size reduction via struphy.linear_algebra.schur_solver.SchurSolver:
For the detail explanation of the notations, see `2022_DriftKineticCurrentCoupling
Variables it advances
The variables this step updates over a time step dt, and the discrete spaces each one accepts.
| Name | Kind | Accepted spaces |
|---|---|---|
u | FEECVariable | HcurlHdivH1vec |
energetic_ions | PICVariable | — |
Options
Set these on the propagator in a parameter file, for example CurrentCoupling5DCurlb.Options(ep_scale=...).
| Option | Default | Choices | Description |
|---|---|---|---|
ep_scale | 1 | float | Scaling factor applied to energetic-particle contributions in the accumulation kernel. |
u_space | Hdiv | HcurlHdivH1vec | FEEC space used for the unknown u variable. |
solver | pcg | pcgcg | Symmetric iterative solver used by SchurSolver. |
precond | MassMatrixPreconditioner | MassMatrixPreconditionerMassMatrixDiagonalPreconditionerNone | Preconditioner used for the FEEC mass matrix block. |
solver_params | None | SolverParameters | Iterative-solver controls. If None, defaults to SolverParameters(). |
filter_params | None | FilterParameters | Particle-to-grid filtering parameters used by the accumulator. If None, defaults to FilterParameters(). |
Used by
Each model splits its time step into a sequence of propagators. This one appears in 1 model, at the position shown.