Snoopy Version 6.0 (Albert)
|
Go to the source code of this file.
Functions | |
void | timestep (struct Field dfldo, struct Field fldi, const double t, const double tremap, const double dt) |
void | implicitstep (struct Field fldi, const double t, const double dt) |
void implicitstep | ( | struct Field | fldi, |
const double | t, | ||
const double | dt | ||
) |
Implicit steps of the integrator (essentially linear diffusion terms)
This is an implicit model: fldi is modified by this routine
fldi,: | (input and output) current status of the flow |
t,: | current time of the simulation |
dt,: | current timestep size |
void timestep | ( | struct Field | dfldo, |
struct Field | fldi, | ||
const double | t, | ||
const double | tremap, | ||
const double | dt | ||
) |
Compute the right hand side of the INCOMPRESSIBLE dynamical equation
dfldo,: | (output) right hand side of the dynamical equation |
fldi,: | (input) current status of the flow |
t,: | current time of the simulation |
tremap,: | current remap time (only when shear is on) |
dt,: | current timestep size |
Braginskii viscosity. *********** /*
HALL EFFECT