Skip to content

UpdateMaterialStageToElasticAction

UpdateMaterialStageToElasticAction

UpdateMaterialStageToElasticAction(mesh_maker: 'Model')

Bases: Action

Update material stage to elastic action.

UpdateMaterialStageToElasticAction triggers the updateMaterialStage command for all registered model materials to transition them to their elastic stage, often used to establish clean initial geostatic stress conditions before plastic shearing begins.

Tcl form

updateMaterialStage -material <tag> -stage 0

Example
from femora.core.model import Model

model = Model()
action = model.actions.update_material_stage_to_elastic()

Create an UpdateMaterialStageToElasticAction.

Parameters:

Name Type Description Default
mesh_maker 'Model'

The parent Model instance.

required