Skip to content

LoadConstAction

LoadConstAction

LoadConstAction()

Bases: Action

Load constant action to lock gravity load levels.

LoadConstAction freezes the current loading state of all active load patterns, making them constant for subsequent analysis steps. It also resets the model's pseudo-time back to 0.0, which is standard when transitioning from a gravity analysis to lateral/dynamic loading.

Tcl form

loadConst

Example
from femora.core.model import Model

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

Create a LoadConstAction instance.