Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113708230
square.geo
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, May 20, 13:42
Size
590 B
Mime Type
text/plain
Expires
Thu, May 22, 13:42 (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
16563115
Attached To
rAKA akantu
square.geo
View Options
// Mesh size
h = 0.005;
// Dimensions of the square
Lx = 0.01;
Ly = 0.01;
// ------------------------------------------
// Geometry
// ------------------------------------------
Point(1) = { 0.0, 0.0, 0.0, h};
Point(2) = { Lx, 0.0, 0.0, h};
Point(3) = { Lx, Ly, 0.0, h};
Point(4) = { 0.0, Ly, 0.0, h};
Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {3, 4};
Line(4) = {4, 1};
Line Loop(1) = {1:4};
Plane Surface(1) = {1};
Physical Surface(1) = {1};
Physical Line("Fixed_y") = {1};
Physical Line("Fixed_x") = {4};
Physical Line("Traction") = {2};
Physical Line("Free") = {3};
Event Timeline
Log In to Comment