Snoopy Version 6.0 (Albert)
timestep.h File Reference
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

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

Parameters:
fldi,:(input and output) current status of the flow
t,:current time of the simulation
dt,:current timestep size

Here is the call graph for this function:

Here is the caller graph for this function:

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

Parameters:
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

Here is the call graph for this function:

Here is the caller graph for this function: