~pgnonlinear/fluidity/pgviadiff

« back to all changes in this revision

Viewing changes to examples/water_collapse/2dtank.geo

  • Committer: cwilson
  • Date: 2010-07-23 15:06:43 UTC
  • Revision ID: svn-v4:5bf5533e-7014-46e3-b1bb-cce4b9d03719:trunk:1622
Setting up an examples directory with the beginnings of the water collapse example in it for Gareth to play with.  Have set this up like a test (with an xml file and a Makefile) but none of that bit of it runs properly yet as its just been copied from the water_collapse_2d test case and then had the mesh and input changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Point(1) = {0,0,0,0.1};
 
2
Point(2) = {0,0,0,0.1};
 
3
Extrude {3.12,0,0} {
 
4
  Point{1}; Layers{138};
 
5
}
 
6
Extrude {0.1,0,0} {
 
7
  Point{3}; Layers{30};
 
8
}
 
9
Extrude {0,0.1,0} {
 
10
  Line{1}; Layers{30};
 
11
}
 
12
Extrude {0,0.1,0} {
 
13
  Line{2}; Layers{30};
 
14
}
 
15
Extrude {0,1.9,0} {
 
16
  Line{3}; Layers{82};
 
17
}
 
18
Extrude {0,1.9,0} {
 
19
  Line{7}; Layers{82};
 
20
}
 
21
Physical Line(19) = {1,2};
 
22
Physical Line(20) = {9,17};
 
23
Physical Line(21) = {15,11};
 
24
Physical Line(22) = {12,4};
 
25
Physical Surface(23) = {14,6,10,18};