ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/samples/thermoIntegration/liquid/water.md
(Generate patch)

Comparing trunk/samples/thermoIntegration/liquid/water.md (file contents):
Revision 790 by tim, Tue Dec 6 16:49:59 2005 UTC vs.
Revision 1009 by chrisfen, Wed Jul 19 12:46:20 2006 UTC

# Line 2 | Line 2 | molecule{
2   #define _WATER_MD_
3  
4   molecule{
5 +  name = "Cl-";
6 +  
7 +  atom[0]{
8 +    type = "Cl-";
9 +    position(0.0, 0.0, 0.0);
10 +  }
11 + }
12 +
13 + molecule{
14 +  name = "Na+";
15 +  
16 +  atom[0]{
17 +    type = "Na+";
18 +    position(0.0, 0.0, 0.0);
19 +  }
20 + }
21 +
22 + molecule{
23    name = "SSD_E";
24    
25    atom[0]{
# Line 42 | Line 60 | molecule{
60   }
61  
62   molecule{
63 +  name = "TRED";
64 +  
65 +  atom[0]{
66 +    type = "TRED";
67 +    position( 0.0, 0.0, 0.0 );
68 +    orientation( 0.0, 0.0, 0.0 );
69 +  }
70 +  atom[1]{
71 +    type = "EP_TRED";
72 +    position( 0.0, 0.0, 0.5 );
73 +  }
74 +
75 +  rigidBody[0]{
76 +    members(0, 1);
77 +  }
78 +
79 +  cutoffGroup{
80 +    members(0, 1);
81 +  }
82 + }
83 +
84 + molecule{
85    name = "TIP3P";
86    
87    atom[0]{
# Line 88 | Line 128 | molecule{
128    atom[3]{
129      type = "EP_TIP4P";
130      position( 0.0, 0.0, 0.08444 );
131 +  }
132 +  
133 +  rigidBody[0]{
134 +    
135 +    members(0, 1, 2, 3);
136 +  }
137 +
138 +  
139 +  cutoffGroup{
140 +    
141 +    members(0, 1, 2, 3);
142 +  }
143 + }
144 +
145 + molecule{
146 +  name = "TIP4P-Ew";
147 +  
148 +  atom[0]{
149 +    type = "O_TIP4P-Ew";
150 +    position( 0.0, 0.0, -0.06556 );
151    }
152 +  atom[1]{
153 +    type = "H_TIP4P-Ew";
154 +    position( 0.0, 0.75695, 0.52032 );
155 +  }
156 +  atom[2]{
157 +    type = "H_TIP4P-Ew";
158 +    position( 0.0, -0.75695, 0.52032 );
159 +  }
160 +  atom[3]{
161 +    type = "EP_TIP4P-Ew";
162 +    position( 0.0, 0.0, 0.05944 );
163 +  }
164    
165    rigidBody[0]{
166      
# Line 139 | Line 211 | molecule{
211   }
212  
213   molecule{
214 +  name = "TIP5P-E";
215 +  
216 +  atom[0]{
217 +    type = "O_TIP5P-E";
218 +    position( 0.0, 0.0, -0.06556 );
219 +  }
220 +  atom[1]{
221 +    type = "H_TIP5P";
222 +    position( 0.0, 0.75695, 0.52032 );
223 +  }
224 +  atom[2]{
225 +    type = "H_TIP5P";
226 +    position( 0.0, -0.75695, 0.52032 );
227 +  }
228 +  atom[3]{
229 +    type = "EP_TIP5P";
230 +    position( 0.57154, 0.0, -0.46971 );
231 +  }
232 +  atom[4]{
233 +    type = "EP_TIP5P";
234 +    position( -0.57154, 0.0, -0.46971 );
235 +  }
236 +  
237 +  rigidBody[0]{
238 +    
239 +    members(0, 1, 2, 3, 4);
240 +  }
241 +
242 +  
243 +  cutoffGroup{
244 +    
245 +    members(0, 1, 2, 3, 4);
246 +  }
247 + }
248 +
249 + molecule{
250    name = "SPCE";
251    
252    atom[0]{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines