adhishm / dd2d_Matryoshka

A set of classes defining the behaviour of crystalline defects, with the final goal of carrying out dislocation dynamics simulations in two dimensions.
Other
5 stars 4 forks source link

Peach-Koehler force error #11

Closed adhishm closed 11 years ago

adhishm commented 11 years ago

Error in Peach-Koehler force implementation in function Dislocation::forcePeachKoehler (Stress sigma, double tau_crss) in file dislocation.cpp The order of multiplications between stress and the other vectors is not correct. See wiki page on Peach-Koehler force.

adhishm commented 11 years ago

The Peach-Koehler force calculation has been corrected and the rectification branch merged into development branches.