Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
a2c68438
Commit
a2c68438
authored
Jun 23, 2017
by
sergio
Browse files
ENH: Improving schemes for interDyMFoam/RAS/motorBike
parent
25c74188
Changes
3
Hide whitespace changes
Inline
Side-by-side
tutorials/multiphase/interDyMFoam/RAS/motorBike/system/controlDict_run
View file @
a2c68438
...
...
@@ -28,7 +28,7 @@ startTime 0;
stopAt endTime;
endTime
2
;
endTime
0.6
;
deltaT 0.001;
...
...
tutorials/multiphase/interDyMFoam/RAS/motorBike/system/fvSchemes
View file @
a2c68438
...
...
@@ -37,7 +37,7 @@ divSchemes
laplacianSchemes
{
default Gauss linear corrected;
default Gauss linear
limited
corrected
0.333
;
}
interpolationSchemes
...
...
@@ -47,7 +47,7 @@ interpolationSchemes
snGradSchemes
{
default corrected;
default
limited
corrected
0.333
;
}
wallDist
...
...
tutorials/multiphase/interDyMFoam/RAS/motorBike/system/fvSolution
View file @
a2c68438
...
...
@@ -73,10 +73,8 @@ PIMPLE
{
momentumPredictor yes;
nCorrectors 3;
nNonOrthogonalCorrectors 0;
pRefPoint (0.51 0.51 0.51);
pRefValue 0;
nOuterCorrectors 1;
nNonOrthogonalCorrectors 1;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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