Set labels, indexes and prototypes for the dust module.
More...
Go to the source code of this file.
Contains variable names and prototypes for the dust module
- Author
- A. Mignone (migno.nosp@m.ne@t.nosp@m.o.inf.nosp@m.n.it)
- Date
- Feb 25, 2019
TODO:
- Implicit implementation of drag coupling term.
- More careful characteristic analysis (Miniati 2010)
◆ DustFluid_DragForce()
void DustFluid_DragForce |
( |
const Sweep * |
sweep, |
|
|
int |
beg, |
|
|
int |
end, |
|
|
double |
dt, |
|
|
Grid * |
grid |
|
) |
| |
Dust-gas coupling terms (Drag force)
◆ DustFluid_Solver()
void DustFluid_Solver |
( |
const Sweep * |
sweep, |
|
|
int |
beg, |
|
|
int |
end, |
|
|
double * |
cmax, |
|
|
Grid * |
grid |
|
) |
| |
Solve Riemann problem for the adiabatic/isothermal MHD equations using the HLL Riemann solver.
- Parameters
-
[in,out] | sweep | pointer to Sweep structure |
[in] | beg | initial grid index |
[out] | end | final grid index |
[out] | cmax | 1D array of maximum characteristic speeds |
[in] | grid | pointer to array of Grid structures. |