PLUTO  4.4-patch2
Functions
particles_cr_predictor.c File Reference

Predictor step for CR particles. More...

#include "pluto.h"

Functions

void Particles_CR_Predictor (Data *data, double dt, Grid *grid)
 

Detailed Description

Authors
A. Mignone (migno.nosp@m.ne@t.nosp@m.o.inf.nosp@m.n.it)
References
  • "MAGNETOHYDRODYNAMIC-PARTICLE-IN-CELL METHOD FOR COUPLING COSMIC RAYS WITH A THERMAL PLASMA: APPLICATION TO NON-RELATIVISTIC SHOCKS"
    Bai et al., ApJ (2015) 809, 55
Date
May 08, 2020

Function Documentation

◆ Particles_CR_Predictor()

void Particles_CR_Predictor ( Data data,
double  dt,
Grid grid 
)

Advance particle velocity and speed by dt using an implicit-explicit 1st order scheme. Compute Fcr at F(t+dt), then restore particles into their original position.

Parameters
data[in/out] PLUTO data array
dt[in] Time step to be achieved
grid[in] pointer to Grid structure