ENH: rigidbodyDynamics: prescribed rotation + testcase

See:
src/rigidBodyDynamics/restraints/prescribedRotation
tutorials/multiphase/overInterDyMFoam/boatAndPropeller
This commit is contained in:
Matej Forman
2018-04-19 17:54:24 +01:00
committed by mattijs
parent 5848b0afd5
commit 5b9c4ceae5
38 changed files with 2526 additions and 9 deletions

View File

@ -90,6 +90,7 @@ Foam::rigidBodyMeshMotion::rigidBodyMeshMotion
displacementMotionSolver(mesh, dict, typeName),
model_
(
mesh.time(),
coeffDict(),
IOobject
(

View File

@ -73,6 +73,7 @@ Foam::rigidBodyMeshMotionSolver::rigidBodyMeshMotionSolver
motionSolver(mesh, dict, typeName),
model_
(
mesh.time(),
coeffDict(),
IOobject
(