PLUTO
4.4-patch2
|
Add source terms before the FARGO advection step. More...
#include "pluto.h"
Functions | |
void | FARGO_Source (Data_Arr UU, Data_Arr Vs, double dt, Grid *grid) |
This function is called prior to the FARGO advection algorithm to add source terms. At present, we use it only for the energy equation in the ShearingBox module:
where . The discretization follows the algorithm of [GS10], see Eq. (51) and (63) of that paper.
Reference