testlid_v.gph

来自「OpenFVM-v1.1 open source cfd code」· GPH 代码 · 共 15 行

GPH
15
字号
#set terminal postscript eps            # set output to eps fileset xtic auto                          # set xtics automaticallyset ytic auto                          # set ytics automaticallyset title 'v-Velocity profile along horizontal centerline of the lid-driven cavity at Re = 100'set xlabel 'v/v0'set ylabel 'y/y0'set xrange[-0.4:1.0]set yrange[0.0:1.0]set key 0.8,0.6set pointsize 1#set output 'testlid.eps' plot 'testlid_v.txt' using 4:1 title 'Serial version' with lines 1, 'ghia_v.txt' using 4:1 title 'Ghia et al., 1982' with points 1pause -1

⌨️ 快捷键说明

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