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;
libs ("librigidBodyForces.so");
body hull;
type forces;
libs ("libforces.so");
patches (hull);
log on;
writeControl timeStep;
writeInterval 1;
CofR (2.929541 0 0.2);
}
// ************************************************************************* //