mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: basic, IO, preProcessing, VV: clean up tutorials
- TUT: mesh: add missing SnakeRiverCanyon files - TUT: mesh: add missing cp source in a foamyHexMesh tutorial
This commit is contained in:
@ -39,7 +39,6 @@ plotTemperature() {
|
||||
(x<=0)?fu(x):fo(x) w l lc 0 t 'analytical solution', \
|
||||
"$graphDir/1/line_T.xy" u 1:2 w p pt 2 ps 2 lt rgb "red" t 'linear interpolation', \
|
||||
"$graphDir/2/line_T.xy" u 1:2 w p pt 6 ps 2 lt rgb "green" t 'harmonic interpolation'
|
||||
|
||||
GNUPLOT
|
||||
}
|
||||
|
||||
@ -82,6 +81,7 @@ then
|
||||
}
|
||||
|
||||
plotTemperature
|
||||
|
||||
plotHeatFlux
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user