atomistics.workflows.elastic.elastic_moduli.get_youngsmodul_voigt#
- atomistics.workflows.elastic.elastic_moduli.get_youngsmodul_voigt(bulkmodul_voigt: float, shearmodul_voigt: float) float[source]#
Calculates the Young’s modulus using the Voigt notation.
- Parameters:
bulkmodul_voigt (float) – The bulk modulus in Voigt notation.
shearmodul_voigt (float) – The shear modulus in Voigt notation.
- Returns:
The Young’s modulus calculated using the Voigt notation.
- Return type:
float