You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In " differentialForceAggregation.C" I think the power is missed in part of the equation. For differential force the definition is (\xi + \xi')^2 * |\xi^2 - \xi'^2|. The function returns
In " differentialForceAggregation.C" I think the power is missed in part of the equation. For differential force the definition is (\xi + \xi')^2 * |\xi^2 - \xi'^2|. The function returns
Cagg_sqr(abscissa1 + abscissa2)mag(abscissa1 - abscissa2)
I think it would be
Cagg_sqr(abscissa1 + abscissa2)mag(sqr(abscissa1) - sqr(abscissa2))
The text was updated successfully, but these errors were encountered: