PLUTO  4.4-patch2
Functions
dust_fluid.h File Reference

Set labels, indexes and prototypes for the dust module. More...

Go to the source code of this file.

Functions

void DustFluid_Solver (const Sweep *, int, int, double *, Grid *)
 
void DustFluid_DragForce (const Sweep *, int, int, double, Grid *)
 

Detailed Description

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:

Function Documentation

◆ 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]sweeppointer to Sweep structure
[in]beginitial grid index
[out]endfinal grid index
[out]cmax1D array of maximum characteristic speeds
[in]gridpointer to array of Grid structures.