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
66ca352f
Commit
66ca352f
authored
Dec 17, 2018
by
sergio
Browse files
ENH: Improvements to boatAndPropeller case
parent
ce6cd338
Changes
3
Hide whitespace changes
Inline
Side-by-side
tutorials/multiphase/overInterDyMFoam/boatAndPropeller/system/blockMeshDict
View file @
66ca352f
...
...
@@ -29,14 +29,14 @@ vertices
( -1.00 1.0 1)
// hullBox
(
-
0.0
3
-0.20 -0.2) // 8
( 0.0
4
-0.20 -0.2) // 8
( 0.80 -0.20 -0.2)
( 0.80 0.20 -0.2) // 10
(
-
0.0
3
0.20 -0.2)
(
-
0.0
3
-0.20 0.2) // 12
( 0.0
4
0.20 -0.2)
( 0.0
4
-0.20 0.2) // 12
( 0.80 -0.20 0.2)
( 0.80 0.20 0.2) // 14
(
-
0.0
3
0.20 0.2)
( 0.0
4
0.20 0.2)
// propeller
( -0.03 -0.08 -0.08) // 16
...
...
tutorials/multiphase/overInterDyMFoam/boatAndPropeller/system/controlDict
View file @
66ca352f
...
...
@@ -25,7 +25,7 @@ startTime 0;
stopAt endTime;
endTime
1
;
endTime
5
;
deltaT 0.001;
...
...
@@ -50,7 +50,7 @@ runTimeModifiable true;
adjustTimeStep yes;
//maxCo 1;
maxCo
2
.0;
maxCo
4
.0;
maxAlphaCo 5.0;
maxDeltaT 1;
...
...
tutorials/multiphase/overInterDyMFoam/boatAndPropeller/system/topoSetDictHull
View file @
66ca352f
...
...
@@ -60,7 +60,7 @@ actions
source boxToCell;
boxes
(
(0.0
6
-0.082 -0.1)(0.52 0.052 0.1) //hullBox
(0.0
7
-0.082 -0.1)(0.52 0.052 0.1) //hullBox
);
}
...
...
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