OpenFLUID.setDefaultDeltaTR Documentation

Sets the default time step for the simulation

Description

Sets the default time step for the simulation

Usage

OpenFLUID.setDefaultDeltaT(ofblob, deltat)

Arguments

ofblob

the simulation definition blob

deltat

the time step value in seconds

See Also

OpenFLUID.getDefaultDeltaT

Examples

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

## End(Not run)