Skip to content
Snippets Groups Projects
Commit 0b157403 authored by Felix's avatar Felix
Browse files

new mesh

parent abea4b4c
No related branches found
No related tags found
No related merge requests found
...@@ -47,12 +47,12 @@ chs $cvs; // cells at horizontal side of square ...@@ -47,12 +47,12 @@ chs $cvs; // cells at horizontal side of square
// cells in radial direction in square // cells in radial direction in square
// gives roughly square cells at cylinder wall -> sounds like a good idea but grading plays into it as well and the // gives roughly square cells at cylinder wall -> sounds like a good idea but grading plays into it as well and the
// grading is again dependent on cr. So all a mess. // grading is again dependent on cr. So all a mess.
cr #eval{$N*20*floor(sqrt($sqrTod))}; cr #eval{$N*40*floor(sqrt($sqrTod))};
ghi 9; // grading horizontally in front of square ghi 18; // grading horizontally in front of square
gho 11; // grading horizontall behind the square gho 30; // grading horizontall behind the square
gv 8; // grading vertically below or above square gv 16; // grading vertically below or above square
// gvs, ghs not done // gvs, ghs not done
gr #eval{pow(1.1,$cr)}; // grading in radial direction in square gr #eval{pow(1.1,$cr)}; // grading in radial direction in square
/* gr 3; */ /* gr 3; */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment