⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 core.geo

📁 cfd求解器使用与gmsh网格的求解
💻 GEO
字号:
/* -------------------------------------------------------------------   File "Core.geo"   This file is the geometrical description used by GMSH to produce   the file "Core.msh".   ------------------------------------------------------------------- */dxCore =  50.e-3; dyCore = 100.e-3;xInd   =  75.e-3; dxInd  =  25.e-3; dyInd  =  50.e-3;rInt   = 200.e-3; rExt   = 250.e-3;s       =  1.;p0      = 12.e-3 *s;pCorex  =  4.e-3 *s; pCorey0 =  8.e-3 *s; pCorey  =  4.e-3 *s;pIndx   =  5.e-3 *s; pIndy   =  5.e-3 *s;pInt    = 12.5e-3*s; pExt    = 12.5e-3*s;Point(1) = {0,0,0,p0};Point(2) = {dxCore,0,0,pCorex};Point(3) = {dxCore,dyCore,0,pCorey};Point(4) = {0,dyCore,0,pCorey0};Point(5) = {xInd,0,0,pIndx};Point(6) = {xInd+dxInd,0,0,pIndx};Point(7) = {xInd+dxInd,dyInd,0,pIndy};Point(8) = {xInd,dyInd,0,pIndy};Point(9) = {rInt,0,0,pInt};Point(10) = {rExt,0,0,pExt};Point(11) = {0,rInt,0,pInt};Point(12) = {0,rExt,0,pExt};Line(1) = {1,2};  Line(2) = {2,5};   Line(3) = {5,6};Line(4) = {6,9};  Line(5) = {9,10};  Line(6) = {1,4};Line(7) = {4,11}; Line(8) = {11,12}; Line(9) = {2,3};Line(10) = {3,4}; Line(11) = {6,7};  Line(12) = {7,8};Line(13) = {8,5};Circle(14) = {9,1,11};  Circle(15) = {10,1,12};Line Loop(16) = {-6,1,9,10};                 Plane Surface(17) = {16};Line Loop(18) = {11,12,13,3};                Plane Surface(19) = {18};Line Loop(20) = {7,-14,-4,11,12,13,-2,9,10}; Plane Surface(21) = {20};Line Loop(22) = {8,-15,-5,14};               Plane Surface(23) = {22};Physical Surface(101) = {21};  /* Air */Physical Surface(102) = {17};  /* Core */Physical Surface(103) = {19};  /* Ind */Physical Surface(111) = {23};  /* AirInf */Physical Line(1000) = {1,2};       /* Cut */Physical Line(1001) = {2};         /* CutAir */Physical Line(202)  = {9,10};      /* SkinCore */Physical Line(203)  = {11,12,13};  /* SkinInd */Physical Line(1100) = {1,2,3,4,5}; /* SurfaceGh0 */Physical Line(1101) = {6,7,8};     /* SurfaceGe0 */Physical Line(1102) = {15};        /* SurfaceGInf */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -