CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   changes to forces in 1.6 (https://www.cfd-online.com/Forums/openfoam-solving/66995-changes-forces-1-6-a.html)

linnemann July 30, 2009 08:49

changes to forces in 1.6
 
Hi all

There have been some changes to the forces entry in the 1.6 release.
Its now possible to specify the output frequency.

OLD
functions
(
forces
{
type forces;
functionObjectLibs ("libforces.so");
patches (dyse);
rhoInf 998.2;
CofR (0 0 0);
}
NEW
functions
(
forces
{
type forces;
functionObjectLibs ("libforces.so");
patches (dyse);
rhoInf 998.2;
CofR (0 0 0);
outputControl timeStep;
outputInterval 10;
}


All times are GMT -4. The time now is 23:56.