Structure for 3D Cartesian Grid created.
Unification of boundary conditions into one file. Some changes to input file for reference cases. This should have been done in another branch but I wanto to commit to save progress and I don't want to deal with tswitching branches right now, I'm very busy watching Futurama.
This commit is contained in:
parent
eb6b045734
commit
ac2965621a
29 changed files with 1549 additions and 40455 deletions
|
|
@ -1,12 +1,13 @@
|
|||
Lz = 0.0100;
|
||||
Lr = 0.0006;
|
||||
zg1 = 0.0025;
|
||||
tg1 = 0.0004;
|
||||
rg1 = 0.0005;
|
||||
dg = 0.0025;
|
||||
zg2 = zg1+tg1+dg;
|
||||
tg2 = tg1;
|
||||
rg2 = rg1;
|
||||
zg1 = 0.0025;
|
||||
tg1 = 0.0004;
|
||||
rg1 = 0.0005;
|
||||
dg = 0.0025;
|
||||
zg2 = zg1+tg1+dg;
|
||||
tg2 = tg1;
|
||||
rg2 = rg1;
|
||||
zEnd = 0.0042;
|
||||
Lz = zg2 + tg2 + zEnd;
|
||||
Lr = rg1 + 0.0001;
|
||||
|
||||
Lcell = 0.0001;
|
||||
|
||||
|
|
@ -96,19 +97,19 @@ Transfinite Line {18, 19, 20, 21, 22, 6} = rg1/Lcell + 1 Using Progression 1;
|
|||
Transfinite Line {17, 15, 13, 11, 9, 7} = (Lr-rg1)/Lcell + 1 Using Progression 1;
|
||||
|
||||
|
||||
#Transfinite Surface{1};
|
||||
#Recombine Surface {1};
|
||||
#Transfinite Surface{2};
|
||||
#Recombine Surface {2};
|
||||
#Transfinite Surface{3};
|
||||
#Recombine Surface {3};
|
||||
#Transfinite Surface{4};
|
||||
#Recombine Surface {4};
|
||||
#Transfinite Surface{5};
|
||||
#Recombine Surface {5};
|
||||
#Transfinite Surface{6};
|
||||
#Recombine Surface {6};
|
||||
#Transfinite Surface{7};
|
||||
#Recombine Surface {7};
|
||||
#Transfinite Surface{8};
|
||||
#Recombine Surface {8};
|
||||
Transfinite Surface{1};
|
||||
Recombine Surface {1};
|
||||
Transfinite Surface{2};
|
||||
Recombine Surface {2};
|
||||
Transfinite Surface{3};
|
||||
Recombine Surface {3};
|
||||
Transfinite Surface{4};
|
||||
Recombine Surface {4};
|
||||
Transfinite Surface{5};
|
||||
Recombine Surface {5};
|
||||
Transfinite Surface{6};
|
||||
Recombine Surface {6};
|
||||
Transfinite Surface{7};
|
||||
Recombine Surface {7};
|
||||
Transfinite Surface{8};
|
||||
Recombine Surface {8};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue