ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/hydrodynamics/Sphere.cpp
(Generate patch)

Comparing trunk/src/hydrodynamics/Sphere.cpp (file contents):
Revision 1184 by xsun, Fri Oct 5 19:01:12 2007 UTC vs.
Revision 1322 by gezelter, Mon Nov 24 22:01:56 2008 UTC

# Line 83 | Line 83 | namespace oopse {
83      Xi(4, 4) = Xirr;
84      Xi(5, 5) = Xirr;
85      
86 <    const RealType convertConstant = 1.439326479e4; //converts Poise angstroms
87 <                                                    // to kcal fs mol^-1 Angstrom^-1
88 <    Xi *= convertConstant;
86 >    Xi *= OOPSEConstant::viscoConvert;
87      XiCopy = Xi;
88  
89      invertMatrix(XiCopy, D);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines