Mordicus.Containers.ConstitutiveLaws.ConstitutiveLawBase module

class ConstitutiveLawBase(set, type)[source]

Bases: object

Class containing a ConstitutiveLawBase

set

the elements tag on which the constitutive law is applied

Type:

str

type

the type of constitutive law (e.g elastic, etc…)

Type:

str

GetIdentifier()[source]
Returns:

the identifier of constitutive law

Return type:

couple of string (type, set)

GetSet()[source]
Returns:

the elements tag on which the constitutive law is applied

Return type:

str

GetType()[source]
Returns:

the type of constitutive law

Return type:

str