EngineNet Events

Events

ApplyExternalSourcesEvent An event that is called everytime external sources are to be applied
EvaluateHDImplicitSourcesEvent An event that is called everytime external HD implicit sources are to be evaluated.

The event can be used when an AD component must be applied based on a HD implicit source.

PostIterationEvent An event that is called everytime an iteration was successfully performed.
PostTimeStepEvent An event that is called everytime a timestep was successfully performed.
PreTimeStepEvent An event that is called everytime a timestep is initiated.

Arguments:

  • Time N
  • Time N+1
  • redo-counter, incremented when an adaptive time step is redone. Initially zero.

For adaptive time stepping a timestep can be rejected and recalculated, in which case this event is triggered more than once for the same time step, but with a different end time and the redocounter (third argument) is incremented.

SimulationDoneEvent An event that is called when the simulation is done
SimulationPreparedEvent An event that is called when the simulation has been prepared
SpecialEvent Special events

See Also