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