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
Commits
c9831529
Commit
c9831529
authored
Mar 20, 2017
by
Chris Greenshields
Browse files
Case templates: updated dynamicMeshDict for syntax change to solid body motion
parent
e66e4029
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/templates/closedVolumeRotating/constant/dynamicMeshDict
View file @
c9831529
...
...
@@ -14,9 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dynamicFvMesh
solidBodyMotion
FvMesh;
dynamicFvMesh
dynamicMotionSolver
FvMesh;
solidBodyMotionFvMeshCoeffs
solver solidBody;
solidBodyCoeffs
{
cellZone rotatingZone;
...
...
etc/templates/inflowOutflowRotating/constant/dynamicMeshDict
View file @
c9831529
...
...
@@ -14,9 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dynamicFvMesh
solidBodyMotion
FvMesh;
dynamicFvMesh
dynamicMotionSolver
FvMesh;
solidBodyMotionFvMeshCoeffs
solver solidBody;
solidBodyCoeffs
{
cellZone rotatingZone;
...
...
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