testheatp1.gph
来自「OpenFVM-v1.1 open source cfd code」· GPH 代码 · 共 16 行
GPH
16 行
#set terminal postscript eps # set output to eps fileset xtic auto # set xtics automaticallyset ytic auto # set ytics automaticallyset title 'Heat conduction and convection (upwind effect)'set xlabel 'z (m)'set ylabel 'T'set xrange[0.0:1.2]set yrange[0.0:1.2]#set key 0.8,0.6set pointsize 1#set output 'heattestp1.eps' plot 'testheatp1.txt' using 3:4 title 'Parallel version - 1 processor' with linespoints, 'cfd.txt' using 1:2 title 'Analytical' with linespause -1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?