- UpdateStepCrossDev
UpdateStepCrossDev
Works with XSimBase license.
Defines the update step that will occur and the correpsonding updaters that are updating during that step.
UpdateStepCrossDev Parameters
The ppdateStepCrossDev
UpdateStep block contains the
following parameters:
- updaters (required string vector)
The names of all the updaters to be updated during this step.
- toDtFrac (required float)
The fraction of the time step to which the updaters are updated.
- messageFields (required string vector)
The names of the fields to be messaged after the update. This is needed for fields that need their ghost cells filled with values. This can be left as an empty list: [].
UpdateStepCrossDev Usage Notes
Example UpdateStepCrossDev block
<UpdateStep faradayStep>
kind = updateStepCrossDev
updaters = [faraday]
toDtFrac = 0.5
messageFields = [bXd]
</UpdateStep>
Notes
History
UpdateStepCrossDev was introduced in XSim 1.0