OpenFOAM-5.x/etc/caseDicts/postProcessing/forces/forcesCompressible
2016-06-11 08:53:04 +01:00

24 lines
888 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates pressure and viscous forces over specified patches for a case
where the solver is compressible (pressure is in units ML^-1T^-2, e.g. Pa).
\*---------------------------------------------------------------------------*/
forcesCompressible
{
patches (patch1 patch2);
CofR (0 0 0);
pitchAxis (0 1 0);
#includeEtc "caseDicts/postProcessing/forces/forcesCompressible.cfg"
}
// ************************************************************************* //