Click or drag to resize

EngineNet Events

The EngineNet type exposes the following members.

Events
  NameDescription
Public eventApplyExternalSourcesEvent
An event that is called everytime external sources are to be applied
Public eventEvaluateHDImplicitSourcesEvent
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.

Public eventPostIterationEvent
An event that is called everytime an iteration was successfully performed.
Public eventPostTimeStepEvent
An event that is called everytime a timestep was successfully performed.
Public eventPreTimeStepEvent
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.

Public eventSimulationDoneEvent
An event that is called when the simulation is done
Public eventSimulationPreparedEvent
An event that is called when the simulation has been prepared
Public eventSpecialEvent
Special events
Top
See Also