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
86666c3f
Commit
86666c3f
authored
Nov 07, 2011
by
andy
Browse files
ENH: Updates to AMI 2-D mixer tutorial
parent
ba1f32c9
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/pimpleDyMFoam/mixerVesselAMI2D/constant/polyMesh/blockMeshDict.m4
View file @
86666c3f
...
...
@@ -791,6 +791,7 @@ boundary
type cyclicAMI;
neighbourPatch AMI2;
transform noOrdering;
/* optional
surface
{
type searchableCylinder; // none
...
...
@@ -798,6 +799,7 @@ boundary
point2 (0 0 1);
radius 0.5;
}
*/
faces
(
quad2D(ri1, ri0)
...
...
@@ -816,6 +818,7 @@ boundary
type cyclicAMI;
neighbourPatch AMI1;
transform noOrdering;
/* optional
surface
{
type searchableCylinder; // none
...
...
@@ -823,6 +826,7 @@ boundary
point2 (0 0 1);
radius 0.5;
}
*/
faces
(
quad2D(ris1, ris0)
...
...
tutorials/incompressible/pimpleDyMFoam/mixerVesselAMI2D/system/controlDict
View file @
86666c3f
...
...
@@ -47,6 +47,6 @@ runTimeModifiable true;
adjustTimeStep yes;
maxCo
0.3
;
maxCo
2
;
// ************************************************************************* //
tutorials/incompressible/pimpleDyMFoam/mixerVesselAMI2D/system/fvSolution
View file @
86666c3f
...
...
@@ -67,8 +67,8 @@ solvers
PIMPLE
{
correctPhi yes;
nOuterCorrectors
1
;
nCorrectors
2
;
nOuterCorrectors
3
;
nCorrectors
1
;
nNonOrthogonalCorrectors 0;
pRefCell 0;
...
...
tutorials/lagrangian/reactingParcelFilmFoam/cylinder/constant/polyMesh/boundary
View file @
86666c3f
This diff is collapsed.
Click to expand it.
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