Skip to content
GitLab
Menu
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
47d7405d
Commit
47d7405d
authored
Jun 06, 2018
by
sergio
Browse files
ENH: Updating interFoam/RAS/motorBike tutorial
parent
c229bc8a
Changes
5
Hide whitespace changes
Inline
Side-by-side
tutorials/multiphase/interFoam/RAS/DTCHullWave/0.orig/alpha.water
View file @
47d7405d
...
...
@@ -27,6 +27,7 @@ boundaryField
inlet
{
type waveAlpha;
value $internalField;
}
outlet
...
...
tutorials/multiphase/interFoam/RAS/motorBike/constant/dynamicMeshDict
View file @
47d7405d
...
...
@@ -43,6 +43,7 @@ dynamicRefineFvMeshCoeffs
(ghf none)
(alphaPhi none)
(alphaPhiUn none)
(alphaPhi0.water none)
);
// Write the refinement level as a volScalarField
dumpLevel true;
...
...
tutorials/multiphase/interFoam/RAS/motorBike/system/controlDict_run
View file @
47d7405d
...
...
@@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application inter
DyM
Foam;
application interFoam;
startFrom startTime;
...
...
tutorials/multiphase/interFoam/RAS/motorBike/system/fvSolution
View file @
47d7405d
...
...
@@ -22,6 +22,14 @@ solvers
nAlphaCorr 1;
nAlphaSubCycles 3;
cAlpha 1;
MULESCorr yes;
nLimiterIter 3;
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-8;
relTol 0;
}
p_rgh
...
...
tutorials/multiphase/interFoam/RAS/motorBike/system/snappyHexMeshDict
View file @
47d7405d
...
...
@@ -17,7 +17,7 @@ FoamFile
// Which of the steps to run
castellatedMesh true;
snap true;
addLayers
tru
e;
addLayers
fals
e;
// Geometry. Definition of all surfaces. All surfaces are of class
...
...
@@ -38,7 +38,7 @@ geometry
//// Optional: avoid patch-face merging. Allows mesh to be used for
//// refinement/unrefinement
mergePatchFaces o
n
; // default on
mergePatchFaces o
ff
; // default on
...
...
Write
Preview
Supports
Markdown
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