29 lines
892 B
C++
29 lines
892 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: dev
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format ascii;
|
|
class dictionary;
|
|
location "system";
|
|
object functions;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
forces
|
|
{
|
|
type forces;
|
|
libs ("libforces.so");
|
|
patches (hull);
|
|
log on;
|
|
writeControl timeStep;
|
|
writeInterval 1;
|
|
CofR (2.929541 0 0.2);
|
|
}
|
|
|
|
// ************************************************************************* //
|