v0.14.0
Loading...
Searching...
No Matches
mesh.jou
Go to the documentation of this file.
1reset
2
3create surface ellipse major radius 2 minor radius 2 zplane
4create surface ellipse major radius 0.2 minor radius 0.2 zplane
5move Surface 2 x 0.5 y 0.5 z 0 include_merged
6create surface ellipse major radius 0.2 minor radius 0.2 zplane
7imprint tolerant surface 1 with curve 3 2 merge
8delete Body 3
9delete Body 2
10merge curve all with curve all
11
12# Block for initial condition
13block 1 surface 2 3
14block 1 name "INITIAL"
15
16# Block for boundary condition
17block 2 curve 1
18block 2 name "BOUNDARY_CONDITION"
19
20# Mesh
21surface all scheme trimesh
22surface all size auto factor 5
23mesh surface all
24refine surface all numsplit 1 bias 1.0 depth 1 smooth
25
26
27save as "/Users/hoangnguyen/mofem_install/mofem-cephas/mofem/users_modules/um_basics/heat_equation/mesh.cub" overwrite
28
29
30