fedoo.constitutivelaw.Simcoon.from_modular

classmethod Simcoon.from_modular(modular_material, tangent_mode=1, name='')

Build a Simcoon law from a modular material configuration.

Parameters:
  • modular_material (simcoon.modular.ModularMaterial) – Composable Simcoon material containing an elasticity block and zero or more inelastic mechanisms.

  • tangent_mode (int, default=1) – Tangent selector forwarded to the Simcoon MODUL UMAT.

  • name (str, optional) – Fedoo constitutive-law registration name.

Returns:

A law dispatched through Simcoon’s MODUL UMAT.

Return type:

Simcoon

Notes

Under finite strain, use corate="log_R" (or "log_R_inc") in the associated stress-equilibrium weakform. This is required by Simcoon’s modular Hencky formulation.