mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: scripts: removed trailing spaces
This commit is contained in:
4
tutorials/combustion/chemFoam/nc7h16/validation/createGraph
Executable file → Normal file
4
tutorials/combustion/chemFoam/nc7h16/validation/createGraph
Executable file → Normal file
@ -11,10 +11,10 @@ gnuplot<<EOF
|
|||||||
set xlabel "Time / [s]" font "Helvetica,24"
|
set xlabel "Time / [s]" font "Helvetica,24"
|
||||||
set ylabel "Temperature / [K]" font "Helvetica,24"
|
set ylabel "Temperature / [K]" font "Helvetica,24"
|
||||||
set grid
|
set grid
|
||||||
set key left top
|
set key left top
|
||||||
set xrange [0:0.001]
|
set xrange [0:0.001]
|
||||||
set yrange [750:2750]
|
set yrange [750:2750]
|
||||||
set ytics 250
|
set ytics 250
|
||||||
plot \
|
plot \
|
||||||
"../chemFoam.out" u 1:2 t "OpenFOAM" with points lt 1 pt 6 ps 1.5,\
|
"../chemFoam.out" u 1:2 t "OpenFOAM" with points lt 1 pt 6 ps 1.5,\
|
||||||
"chemkinII" with lines title "Chemkin II" lt -1
|
"chemkinII" with lines title "Chemkin II" lt -1
|
||||||
|
|||||||
@ -151,7 +151,7 @@ motionControl
|
|||||||
{
|
{
|
||||||
priority 1;
|
priority 1;
|
||||||
mode bothSides;
|
mode bothSides;
|
||||||
|
|
||||||
surfaceCellSizeFunction uniformValue;
|
surfaceCellSizeFunction uniformValue;
|
||||||
uniformValueCoeffs
|
uniformValueCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -139,7 +139,7 @@ surfaceConformation
|
|||||||
// conformation, initial protrusion tests.
|
// conformation, initial protrusion tests.
|
||||||
surfacePtReplaceDistCoeff 0.5;
|
surfacePtReplaceDistCoeff 0.5;
|
||||||
|
|
||||||
|
|
||||||
surfacePtExclusionDistanceCoeff 0.5;
|
surfacePtExclusionDistanceCoeff 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd ${0%/*} || exit 1 # run from this directory
|
cd ${0%/*} || exit 1 # run from this directory
|
||||||
|
|
||||||
|
|
||||||
(
|
(
|
||||||
cd flange || exit
|
cd flange || exit
|
||||||
./Allrun
|
./Allrun
|
||||||
)
|
)
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
# These cases are links to solver test cases and are run when the Allrun
|
# These cases are links to solver test cases and are run when the Allrun
|
||||||
|
|||||||
Reference in New Issue
Block a user