Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
Henry
2011-11-03 16:35:30 +00:00
25 changed files with 193 additions and 231 deletions

View File

@ -25,7 +25,7 @@ cloneParallelCase()
# Do the Spalart-Allmaras steady-state case
(cd motorBike && foamRunTutorials)
# Clone the steady-stae case to the LES case
# Clone the steady-state case to the LES case
cloneParallelCase motorBike motorBikeLES
# Do the LES case

View File

@ -32,7 +32,9 @@ massSource1
volumeMode absolute;
fieldData
{
rho 1e-4; // kg/s
H2O 1e-4; // kg/s
p 1e-4; // kg/s
}
}
}