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

Comparing trunk/samples/thermoIntegration/solid/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 1 | Line 1
1 + #ifndef _WATER_MD_
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 39 | 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 100 | Line 143 | molecule{
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 +    
167 +    members(0, 1, 2, 3);
168 +  }
169 +
170 +  
171 +  cutoffGroup{
172 +    
173 +    members(0, 1, 2, 3);
174 +  }
175 + }
176 +
177 + molecule{
178    name = "TIP5P";
179    
180    atom[0]{
# Line 136 | 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]{
# Line 164 | Line 275 | molecule{
275   }
276  
277   molecule{
278 +  name = "SPC";
279 +  
280 +  atom[0]{
281 +    type = "O_SPC";
282 +    position( 0.0, 0.0, -0.06461 );
283 +  }
284 +  atom[1]{
285 +    type = "H_SPC";
286 +    position( 0.0, 0.81649, 0.51275 );
287 +  }
288 +  atom[2]{
289 +    type = "H_SPC";
290 +    position( 0.0, -0.81649, 0.51275 );
291 +  }
292 +  
293 +  rigidBody[0]{
294 +    
295 +    members(0, 1, 2);
296 +  }
297 +
298 +  
299 +  cutoffGroup{
300 +    
301 +    members(0, 1, 2);
302 +  }
303 + }
304 +
305 + molecule{
306    name = "DPD";
307    
308    atom[0]{
# Line 171 | Line 310 | molecule{
310      position(0.0, 0.0, 0.0);
311    }
312   }
313 +
314 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines