tutorials/incompressibleVoF/DTCHull: Revert to standard forces function

This commit is contained in:
Will Bainbridge
2024-02-20 14:25:11 +00:00
parent cfdadf768b
commit 31852be284

View File

@ -14,15 +14,15 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
rigidBodyForces forces
{ {
type rigidBodyForces; type forces;
libs ("librigidBodyForces.so"); libs ("libforces.so");
body hull;
patches (hull); patches (hull);
log on; log on;
writeControl timeStep; writeControl timeStep;
writeInterval 1; writeInterval 1;
CofR (2.929541 0 0.2);
} }
// ************************************************************************* // // ************************************************************************* //