SetSolidMaterialParam
Set the parameters to initiate an instance of SolidMaterial_
.
Interface
INTERFACE
MODULE SUBROUTINE SetSolidMaterialParam(param, name, stressStrainModel)
TYPE(ParameterList_), INTENT(INOUT) :: param
CHARACTER(*), INTENT(IN) :: name
!! It is the name of the material
CHARACTER(*), OPTIONAL, INTENT(IN) :: stressStrainModel
!! Name of the child-class of `AbstractSolidMechanicsModel_`
!! For example `LinearElasticModel`
END SUBROUTINE SetSolidMaterialParam
END INTERFACE
name
Name of the solid material.
stressStrainModel
name of the stress-strain model.