?? tutorial.scr
字號:
/********************************************************************* * * Lid-driven cavity Gmsh script * *********************************************************************/// Include "tutorial.geo"; Include "tutorial.000.prb";nbviews = PostProcessing.NbViews;View[0].Name = "U-Velocity [m/s]";View[0].Visible = 0;Plugin(CutGrid).X0 = 0.5;Plugin(CutGrid).Y0 = 0.0;Plugin(CutGrid).Z0 = 2.5;Plugin(CutGrid).X1 = 1.0;Plugin(CutGrid).Y1 = 1.0;Plugin(CutGrid).Z1 = 2.5;Plugin(CutGrid).X2 = 0.5;Plugin(CutGrid).Y2 = 1.0;Plugin(CutGrid).Z2 = 2.5;Plugin(CutGrid).nPointsU = 1;Plugin(CutGrid).nPointsV = 250;Plugin(CutGrid).ConnectPoints = 0;Plugin(CutGrid).iView = -1;Plugin(CutGrid).Run;View[1].Axes = 2;View[1].Type = 2;View[1].IntervalsType = 2;View[1].Name = "U-Velocity [m/s] - Centerline";View[1].AxesLabelX = "U/U0";View[1].AxesLabelY = "y/y0";PostProcessing.Format = 4;// Save results to graph for using gnuplotSave View[1] "tutorial.txt";//System "gnuplot tutorial.gph";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -