OpenFLUID.getDefaultDeltaTR Documentation

Returns the default time step of the simulation

Description

Returns the default time step of the simulation

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)