Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from eisenforschung/add_lambda_tensor
Browse files Browse the repository at this point in the history
Add lambda tensor
  • Loading branch information
samwaseda authored Aug 5, 2024
2 parents 103a657 + 1b42906 commit 4c757fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion elaston/linear_elasticity/linear_elasticity.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
```
Instead of working with atomistic calculations, the dipole tensor can be calculated by the
lambda tensor, which is defined as:
lambda tensor [1], which is defined as:
.. math:
\\lambda_{ij} = \\frac{1]{V} \\frac{\\partial \\varepsilon_{ij}}{\\partial c}
Expand All @@ -75,6 +75,13 @@
.. math:
P_{ij} = VC_{ijkl}\\lambda_{kl}
ref:
[1]
Nowick, Arthur S.
Anelastic relaxation in crystalline solids.
Vol. 1. Elsevier, 2012.
"""


Expand Down

0 comments on commit 4c757fc

Please sign in to comment.