mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Improvement to overset that allows multiple motion solvers
to operate with overset 1) Adding zoneMotion to rigidBodyMotion 2) Introducing PID to prescribedRotation restraint 3) Making drivenLinearMotion read total displacement 4) When drivenLinearMotion is used sixDof and rigid-body solvers write total displacement
This commit is contained in:
@ -27,7 +27,6 @@ solvers
|
||||
|
||||
cellSet c0;
|
||||
CofGvelocity CofG;
|
||||
normal (0 0 1);
|
||||
}
|
||||
|
||||
cube
|
||||
@ -101,7 +100,7 @@ solvers
|
||||
sixDoFRigidBodyMotionRestraint linearSpring;
|
||||
anchor (0 0.5 0.4);
|
||||
refAttachmentPt (0.5 0.5 0.4);
|
||||
stiffness 100;
|
||||
stiffness 300;
|
||||
damping 0;
|
||||
restLength 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user