cratepy.material.models.stvenant_kirchhoff.material_from_spatial_tangent_modulus

material_from_spatial_tangent_modulus(spatial_consistent_tangent, def_gradient)[source]

Material consistent tangent modulus from spatial counterpart.

Aijkl=det(F)aipkqFlq1Fjp1

where A is the material consistent tangent modulus, F is the deformation gradient, and a is the spatial consistent tangent modulus.


Parameters:
  • spatial_consistent_tangent (numpy.ndarray (4d)) – Spatial consistent tangent modulus.

  • def_gradient (numpy.ndarray (2d)) – Deformation gradient.

Returns:

material_consistent_tangent – Material consistent tangent modulus.

Return type:

numpy.ndarray (4d)