fedoo.weakform.PlateEquilibrium
- class PlateEquilibrium(PlateConstitutiveLaw, name=None, space=None)
Weak formulation of the mechanical equilibrium equation for plate models. The shear terms are treated with a full or reduced integration depending on the order of the element interpolation (reduced integration for linear element or full integration for quadratic element). This weak form has to be used in combination with a Shell Constitutive Law like
fedoo.constitutivelaw.ShellHomogeneous
or fedoo.constitutivelaw.ShellLaminate. Geometrical non linearities not implemented for now.- Parameters:
PlateConstitutiveLaw (ConstitutiveLaw name (str) or ConstitutiveLaw object) – Shell Constitutive Law (
fedoo.constitutivelaw
)name (str) – name of the WeakForm
- __init__(**kwargs)