mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: rigidbodyDynamics: prescribed rotation + testcase
See: src/rigidBodyDynamics/restraints/prescribedRotation tutorials/multiphase/overInterDyMFoam/boatAndPropeller
This commit is contained in:
@ -90,6 +90,7 @@ Foam::rigidBodyMeshMotion::rigidBodyMeshMotion
|
||||
displacementMotionSolver(mesh, dict, typeName),
|
||||
model_
|
||||
(
|
||||
mesh.time(),
|
||||
coeffDict(),
|
||||
IOobject
|
||||
(
|
||||
|
||||
@ -73,6 +73,7 @@ Foam::rigidBodyMeshMotionSolver::rigidBodyMeshMotionSolver
|
||||
motionSolver(mesh, dict, typeName),
|
||||
model_
|
||||
(
|
||||
mesh.time(),
|
||||
coeffDict(),
|
||||
IOobject
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user