Skip to content
Snippets Groups Projects
Commit 5c4e3eb0 authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

PairSpringSliderDashpot: Correct sphere interaction calculation for non-equal diameters

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1315
parent 709b92d9
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -149,7 +149,7 @@ public:
(-rAB + rA - rB)
*(-rAB - rA + rB)
*(-rAB + rA + rB)
*( rAB + rA + rA)
*( rAB + rA + rB)
);
}
......
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