Skip to content
Snippets Groups Projects
Commit 19db7760 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

added one

parent cb192665
No related branches found
No related tags found
No related merge requests found
Mesh.CharacteristicLengthFromCurvature=1;
Mesh.MinimumCirclePoints=20;
l = .2;
Point(7) = {-1.4, 0.5, 0, l};
//+
Point(8) = {-1.4, -1.1, 0, l};
//+
Point(9) = {1.4, -1.1, 0, l};
//+
Point(10) = {1.4, 0.5, 0, l};
//+
Line(2) = {7, 10};
//+
Line(3) = {9, 10};
//+
Line(4) = {9, 8};
//+
Line(5) = {8, 7};
//+
Line Loop(7) = {2,-3,4,5};
//+
Plane Surface(8) = {7};
//+
Field[1] = BoundaryLayer;
//+
Field[1].EdgesList = {4};
//+
Field[1].hfar = 0.1;
//+
Field[1].hwall_n = 0.005;
//+
Field[1].thickness = 0.1;
//+
BoundaryLayer Field = 1;
//+
Field[1].ratio = 1.4;
//+
Field[1].NodesList = {8, 9};
...@@ -77,7 +77,7 @@ Field[1].FanNodesList = {14}; ...@@ -77,7 +77,7 @@ Field[1].FanNodesList = {14};
//+ //+
Characteristic Length {17, 16, 5, 4, 6, 7, 3, 1, 11, 2, 10, 12, 13, 14, 8, 9, 15, 18} = 0.1; Characteristic Length {17, 16, 5, 4, 6, 7, 3, 1, 11, 2, 10, 12, 13, 14, 8, 9, 15, 18} = 0.1;
//+ //+
Field[1].Quads = 1; //Field[1].Quads = 1;
//+ //+
//Field[1].thickness = 1; //Field[1].thickness = 1;
//+ //+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment