STYLE: scripts: removed trailing spaces

This commit is contained in:
mattijs
2012-08-17 12:30:55 +01:00
parent 9bb7fad6aa
commit 831bcdc6b9
4 changed files with 10 additions and 10 deletions

View 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

View File

@ -151,7 +151,7 @@ motionControl
{ {
priority 1; priority 1;
mode bothSides; mode bothSides;
surfaceCellSizeFunction uniformValue; surfaceCellSizeFunction uniformValue;
uniformValueCoeffs uniformValueCoeffs
{ {

View File

@ -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;
} }

View File

@ -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