atomistics.workflows.elastic.elastic_moduli.get_poissonsratio_voigt#
- atomistics.workflows.elastic.elastic_moduli.get_poissonsratio_voigt(bulkmodul_voigt: float, shearmodul_voigt: float) float[source]#
Calculate the Poisson’s ratio 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 Poisson’s ratio calculated using the Voigt notation.
- Return type:
float