Skip to content
Snippets Groups Projects
Commit a3934301 authored by graham's avatar graham
Browse files

Using new pow025 function

parent c1925b36
Branches
Tags
No related merge requests found
......@@ -89,7 +89,7 @@ void Foam::SpringSliderDashpot<CloudType>::evaluatePair
scalar kN = (4.0/3.0)*sqrt(R)*Estar_;
scalar etaN = alpha_*sqrt(M*kN)*sqrt(sqrt(normalOverlapMag));
scalar etaN = alpha_*sqrt(M*kN)*pow025(normalOverlapMag);
// Normal force
vector fN_AB =
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment