OpenFLUID.getDefaultDeltaTR Documentation

Returns the simulation time step

Description

Returns the simulation time step

Usage

OpenFLUID.getDefaultDeltaT(ofblob)

Arguments

ofblob

the simulation definition blob

Value

the time step value in seconds

See Also

OpenFLUID.setDefaultDeltaT

Examples

## Not run: 
deltat = OpenFLUID.getDefaultDeltaT(ofsim)

## End(Not run)