ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/hydrodynamics/Ellipsoid.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/hydrodynamics/Ellipsoid.cpp (file contents):
Revision 3128 by gezelter, Mon Jun 5 18:24:45 2006 UTC vs.
Revision 3129 by chrisfen, Fri Apr 20 18:15:48 2007 UTC

# Line 91 | Line 91 | namespace oopse {
91        S = 2.0/sqrt(b2 - a2) * atan(sqrt(b2-a2)/a);
92      }
93      
94 <    RealType P = 1.0/(a2 - b2) * (S - 2.0/a);
95 <    RealType Q = 0.5/(a2-b2) * (2.0*a/b2 - S);
94 >    //RealType P = 1.0/(a2 - b2) * (S - 2.0/a);
95 >    //RealType Q = 0.5/(a2-b2) * (2.0*a/b2 - S);
96      
97      RealType transMinor = 16.0 * NumericConstant::PI * viscosity * (a2 - b2) /((2.0*a2-b2)*S -2.0*a);
98      RealType transMajor = 32.0 * NumericConstant::PI * viscosity * (a2 - b2) /((2.0*a2-3.0*b2)*S +2.0*a);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines