mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
28 lines
954 B
C++
28 lines
954 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
forceCoeffs
|
|
{
|
|
patches (patch1 patch2);
|
|
|
|
magUInf 20;
|
|
rhoInf 1.225;
|
|
lRef 1;
|
|
Aref 1;
|
|
|
|
liftDir (0 0 1);
|
|
dragDir (1 0 0);
|
|
|
|
CofR (0 0 0);
|
|
pitchAxis (0 1 0);
|
|
|
|
#includeEtc "caseDicts/postProcessing/forces/forceCoeffsCompressible.cfg"
|
|
}
|
|
|
|
// ************************************************************************* //
|