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

Comparing trunk/OOPSE-4/src/applications/hydrodynamics/HydrodynamicsModel.hpp (file contents):
Revision 2610 by tim, Thu Feb 23 23:16:43 2006 UTC vs.
Revision 2611 by tim, Mon Mar 13 22:42:40 2006 UTC

# Line 51 | Line 51 | struct HydrodynamicProps {
51   namespace oopse {
52   struct HydrodynamicProps {
53      Vector3d diffCenter;
54 <    Mat3x3d transDiff;
55 <    Mat3x3d rotDiff;
56 <    Mat3x3d transRotDiff;
54 >    Mat3x3d Ddtt;
55 >    Mat3x3d Ddtr;
56 >    Mat3x3d Ddrr;
57 >    Mat3x3d Xidtt;
58 >    Mat3x3d Xidrt;
59 >    Mat3x3d Xidtr;
60 >    Mat3x3d Xidrr;
61   };
62  
63   struct BeadParam {
# Line 80 | Line 84 | class HydrodynamicsModel {
84      private:
85          virtual bool createBeads(std::vector<BeadParam>& beads) = 0;
86  
87 <
87 >        void calcResistanceTensor();
88 >        void calcDiffusionTensor();
89          HydrodynamicProps props_;
90          std::vector<BeadParam> beads_;
91          double viscosity_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines