engineCompRatio: Corrected typo

Resolves bug-report https://bugs.openfoam.org/view.php?id=3942
This commit is contained in:
Henry Weller
2022-12-12 18:52:05 +00:00
parent a8eca31755
commit d020df456c

View File

@ -26,12 +26,16 @@ Application
Description
Calculate the geometric compression ratio.
Note that if you have valves and/or extra volumes it will not work,
since it calculates the volume at BDC and TCD.
since it calculates the volume at BDC and TDC.
\*---------------------------------------------------------------------------*/
#include "fvCFD.H"
#include "argList.H"
#include "volMesh.H"
using namespace Foam;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //