25.46 IncidentWaveState object

The IncidentWaveState object stores the propagating data of an IncidentWave object in a step. One instance of this object is created internally by the IncidentWave object for each step. The instance is also deleted internally by the IncidentWave object.

The IncidentWaveState object has no constructor or methods.

The IncidentWaveState object is derived from the InteractionState object.

Access
import interaction
mdb.models[name].steps[name].interactionStates[name]


25.46.1  Members

The IncidentWaveState object has the following member:

status

A SymbolicConstant specifying the propagation state of the InteractionState object. Possible values are:

  • NOT_YET_ACTIVE

  • CREATED

  • PROPAGATED

  • MODIFIED

  • DEACTIVATED

  • NO_LONGER_ACTIVE

  • TYPE_NOT_APPLICABLE

  • INSTANCE_NOT_APPLICABLE

  • BUILT_INTO_BASE_STATE


25.46.2  Corresponding analysis keywords

*INCIDENT WAVE INTERACTION