18 lines
768 B
C++
18 lines
768 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
type forces;
|
|
libs ("libforces.so");
|
|
|
|
writeControl timeStep;
|
|
writeInterval 1;
|
|
|
|
log off;
|
|
|
|
// ************************************************************************* //
|