PLUTO
4.4-patch2
|
#include <structs.h>
Data Fields | |
double * | cmax |
double | invDt_hyp |
double | invDt_par |
double | invDt_particles |
double | omega_particles |
double | dt_cool |
double | cfl |
double | cfl_par |
double | particles_tstart |
int | Nsub_particles |
int | Nsts |
int | Nrkc |
int | Nrkl |
The timeStep structure contains essential information for determining the time step.
double cfl |
Courant number for advection.
double cfl_par |
Courant number for diffusion (STS only).
double* cmax |
Maximum signal velocity for hyperbolic eqns.
double dt_cool |
Cooling time step.
double invDt_hyp |
Inverse of hyperbolic time step, .
double invDt_par |
Inverse of parabolic (diffusion) time step .
double invDt_particles |
Max inverse dt for particles
int Nrkc |
Maximum number of substeps used in RKC.
int Nrkl |
Maximum number of substeps used in RKL.
int Nsts |
Maximum number of substeps used in STS.
int Nsub_particles |
Number of sub-cycles in particles
double omega_particles |
Max Larmor frequency for particles
double particles_tstart |
A copy of runtime->particles_tstart