LinearIsotropicElasticity¶
Source: models/solid_mechanics/elasticity/LinearIsotropicElasticity.py
Relate elastic strain to stress (or stress to strain, in compliance form) for a linear isotropic material.
Inputs¶
strain—input·SR2· requiredElastic strain
Outputs¶
stress—output·SR2· requiredStress
Other options¶
compliance—bool· defaultFalseWhether the model defines the compliance relationship (stress -> strain). Default false: maps strain -> stress.
rate_form—bool· defaultFalseWhether the model defines the stress-strain relationship in rate form. When true the input/output variable names are suffixed with ‘_rate’.
coefficients—list· requiredCoefficients used to define the elasticity tensor
coefficient_types—list· requiredTypes for each parameter, options are: INVALID, P_WAVE_MODULUS, POISSONS_RATIO, YOUNGS_MODULUS, SHEAR_MODULUS, BULK_MODULUS, LAME_LAMBDA