Compute the right hand side of the resistive RMHD equations.
More...
This function constructs the one-dimensional right hand sides of the conservative Relativistic MHD equations in presence of a finite resistivity.
References
- "PLUTO: A Numerical Code for Computational Astrophysics." Mignone et al, ApJS (2007) 170, 228
- "The PLUTO Code for Adaptive Mesh Computations in Astrophysical Fluid
Dynamics" Mignone et al, ApJS (2012) 198, 7M
- Author
- A. Mignone (migno.nosp@m.ne@t.nosp@m.o.inf.nosp@m.n.it)
- Date
- Apr 29, 2020
◆ RightHandSide()
void RightHandSide |
( |
const Sweep * |
sweep, |
|
|
timeStep * |
Dts, |
|
|
int |
beg, |
|
|
int |
end, |
|
|
double |
dt, |
|
|
Grid * |
grid |
|
) |
| |
- Parameters
-
[in,out] | sweep | pointer to Sweep structure |
[in] | Dts | pointer to time step structure |
[in] | beg | initial index of computation |
[in] | end | final index of computation |
[in] | dt | time increment |
[in] | grid | pointer to Grid structure |
- Returns
- This function has no return value.
- Note
- –
- Todo:
- –