15 lines
784 B
C++
15 lines
784 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: plus |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
#includeEtc "caseDicts/postProcessing/forces/forces.cfg"
|
|
|
|
type forceCoeffs;
|
|
rhoInf 1; // Redundant for incompressible
|
|
|
|
// ************************************************************************* //
|