/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Calculates pressure and viscous forces over specified patches for a case
    where the solver is compressible; i.e., pressure has units of kg/m/s^2 (Pa).

\*---------------------------------------------------------------------------*/

#includeEtc "caseDicts/postProcessing/forces/forces.cfg"

patches     (<patchNames>); // Names of patches on which to calculate forces

CofR        <CofR>;         // Centre of rotation; e.g., (0 0 0)

pitchAxis   <pitchAxis>;    // Pitch axis; e.g., (0 1 0)

// ************************************************************************* //
