call

   'call' <parameters>
This keyword is used to allow the user to control his own functionality which he had coded in the file ”userFunction.c”. The default function “hydro” calculates the hydrodynamic stresses:

call hydro

To list all existing functions type:

call

See ”User-Functions” for further details.