tutorials/incompressibleVoF/DTCHull: Revert to standard forces function
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user