OpenFLUID.setDeltaTR Documentation

Sets the simulation time step

Description

Sets the simulation time step

Usage

  OpenFLUID.setDeltaT(ofblob, deltat)

Arguments

ofblob

the simulation definition blob

deltat

the time step value in seconds

See Also

OpenFLUID.getDeltaT

Examples

## Not run: 
OpenFLUID.setDeltaT(60)
OpenFLUID.setDeltaT(86400)

## End(Not run)