cratepy.material.materialoperations.first_piola_from_kirchhoff¶
- first_piola_from_kirchhoff(def_gradient, kirchhoff_stress)[source]¶
First Piola-Kirchhoff stress tensor from Kirchhoff stress tensor.
where
is the first Piola-Kirchhoff stress tensor, is the Kirchhoff stress tensor, and is the deformation gradient.
- Parameters:
def_gradient (numpy.ndarray (2d)) – Deformation gradient.
kirchhoff_stress (numpy.ndarray (2d)) – Kirchhoff stress tensor.
- Returns:
first_piola_stress – First Piola-Kirchhoff stress tensor.
- Return type:
numpy.ndarray (2d)