FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
IncompNS.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine IncompNS (timeEndAdv, dt, dtOld, sweepOrder)
 

Function/Subroutine Documentation

◆ IncompNS()

subroutine IncompNS ( real  timeEndAdv,
real  dt,
real  dtOld,
integer  sweepOrder 
)

Performs INS timestep advancement.

The blockList and blockCount arguments tell this routine on which blocks and on how many to operate. blockList is an integer array of size blockCount that contains the local block numbers of blocks on which to advance.

dt gives the timestep through which this update should advance, and timeEndAdv tells the time that this update will reach when it finishes. dtOld gives the previously taken timestep.

timeEndAdv - dummy consistent with toplayer stub function dt - timestep dtOld - dummy consistent with toplayer stub function sweepOrder - dummy argument for the unsplit scheme, just a dummy variable to be consistent with a top-layer stub function

Definition at line 38 of file IncompNS.F90.