Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
a412bb43
Commit
a412bb43
authored
Aug 06, 2011
by
Henry
Browse files
motorBike tutorial: Added "value" entries to allow post-processing of 0
parent
0c2b4c25
Changes
4
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/simpleFoam/motorBike/0.org/k
View file @
a412bb43
...
...
@@ -34,11 +34,13 @@ boundaryField
lowerWall
{
type kqRWallFunction;
value $internalField;
}
"motorBike_.*"
{
type kqRWallFunction;
value $internalField;
}
#include "include/frontBackUpperPatches"
...
...
tutorials/incompressible/simpleFoam/motorBike/0.org/omega
View file @
a412bb43
...
...
@@ -34,11 +34,13 @@ boundaryField
lowerWall
{
type omegaWallFunction;
value $internalField;
}
"motorBike_.*"
{
type omegaWallFunction;
value $internalField;
}
#include "include/frontBackUpperPatches"
...
...
tutorials/incompressible/simpleFoam/motorBike/system/controlDict
View file @
a412bb43
...
...
@@ -16,19 +16,19 @@ FoamFile
application simpleFoam;
startFrom
latestTime;
startFrom latestTime;
startTime 0;
stopAt
nextWrit
e;
stopAt
endTim
e;
endTime 500;
deltaT 1;
writeControl
timeStep;
writeControl timeStep;
writeInterval
1;
writeInterval 1
00
;
purgeWrite 0;
...
...
@@ -44,13 +44,6 @@ timePrecision 6;
runTimeModifiable true;
libs
(
"libOpenFOAM.so"
"libcompressibleTurbulenceModels.so"
"libcompressibleRASModels.so"
);
functions
{
#include "readFields"
...
...
tutorials/incompressible/simpleFoam/motorBike/system/fvSchemes
View file @
a412bb43
...
...
@@ -27,7 +27,7 @@ gradSchemes
divSchemes
{
default none;
div(phi,U) Gauss linearUpwind grad(U);
div(phi,U) Gauss linearUpwind
V
grad(U);
div(phi,k) Gauss upwind;
div(phi,omega) Gauss upwind;
div((nuEff*dev(T(grad(U))))) Gauss linear;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment