Skip to content

UpdateMaterialStageToPlasticAction

UpdateMaterialStageToPlasticAction

UpdateMaterialStageToPlasticAction(mesh_maker: 'Model')

Bases: Action

Update material stage to plastic action.

UpdateMaterialStageToPlasticAction triggers the updateMaterialStage command for all registered model materials to transition them to their plastic/nonlinear stage, enabling advanced elastoplastic response after initial elastic consolidation.

Tcl form

updateMaterialStage -material <tag> -stage 1

Example
from femora.core.model import Model

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

Create an UpdateMaterialStageToPlasticAction.

Parameters:

Name Type Description Default
mesh_maker 'Model'

The parent Model instance.

required