fedoo.constitutivelaw.ShellHomogeneous
- class ShellHomogeneous(material, thickness, k=1, name='')
- __init__(material, thickness, k=1, name='')
Methods
Return a dict with all the known ConstitutiveLaw (with a name).
ShellHomogeneous.get_strain(assembly, **kargs)Return the last computed strain associated to the given assembly.
ShellHomogeneous.get_stress(assembly, **kargs)ShellHomogeneous.initialize(assembly, pb)Initialize the constitutive law for the current problem.
Reset the constitutive law.
ShellHomogeneous.set_start(assembly, pb)Begin a new time iteration.
ShellHomogeneous.to_start(assembly, pb)Restart the current time iteration.
ShellHomogeneous.update(assembly, pb)Update the constitutive law for the current problem state.
Name of the constitutive law.
Shell thickness.
Shear shape factor.
Tag set to True once the law is intialized.