From 31852be2848cd12c9e5d903dcda9da916686c95c Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Tue, 20 Feb 2024 14:25:11 +0000 Subject: [PATCH] tutorials/incompressibleVoF/DTCHull: Revert to standard forces function --- tutorials/incompressibleVoF/DTCHull/system/functions | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/incompressibleVoF/DTCHull/system/functions b/tutorials/incompressibleVoF/DTCHull/system/functions index 3321a759fb..ad16ce4d09 100644 --- a/tutorials/incompressibleVoF/DTCHull/system/functions +++ b/tutorials/incompressibleVoF/DTCHull/system/functions @@ -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); } // ************************************************************************* //