atomistics.workflows.elastic.elastic_moduli.get_AVR#
- atomistics.workflows.elastic.elastic_moduli.get_AVR(shearmodul_voigt: float, shearmodul_reuss: float) float[source]#
Calculate the average value ratio (AVR) of the shear modulus.
- Parameters:
shearmodul_voigt (float) – The shear modulus calculated using the Voigt approximation.
shearmodul_reuss (float) – The shear modulus calculated using the Reuss approximation.
- Returns:
The average value ratio (AVR) of the shear modulus.
- Return type:
float