Callback: Void load.GetPreCommands(IUserLoad load, StringWriter stream)

Called to collect all "pre" commands to add to the solver input file.

Optional Attributes

Name Description Type Default Value Allowed Values
TimeDependent Specify if the callback will be called each step. Boolean True, False
Order Call order. Int32

Parameters

  • load
    Type: IUserLoad
    The load object.
  • stream
    The stream where the commands have to be written.