ENH: Add components to allow overset with multiple motion solvers

1) Add softWall rigidBody restrain
2) Add linearSpringDamper sixDoF restrain to work as soft rope
3) dynamicMotionSolverListFvMesh changed to dictionary based input
4) Add Time reference access to sixDof restraints
5) Add drivenLinearMotion to solidBodyMotionFunctions.
This commit is contained in:
sergio
2019-08-16 11:27:59 -07:00
committed by Andrew Heather
parent 60517236fd
commit d96ad1cd09
30 changed files with 1368 additions and 65 deletions

View File

@ -17,13 +17,6 @@
#include "interpolatedFaces.H"
}
if (runTime.outputTime())
{
H.write();
rAU.write();
HbyA.write();
}
surfaceScalarField phiHbyA("phiHbyA", fvc::flux(HbyA));
if (ddtCorr)