MechanicalProperties

Mechanical material properties.

Fields

  • elasticity_type: ElasticityType, default = NONE

  • elasticity: ElasticityType, default = NONE

    Elastic material properties. (required)

  • plasticity: PlasticityProperties, default = {}

    Plastic material properties.

    Specifying plastic properties will trigger a non-linear solver.

  • damage_type: DamageProperties, default = NONE

  • damage: DamageProperties, default = NONE

    Damage material properties.

    Specifying damage properties will trigger a non-linear solver.

  • reference_yield_stress: String, default = ""

    Reference yield stress for computing the safety factor.

  • damping_names: Vector of String, default = []

    Names of damping models to be used for this material

See also Material.