engineCompRatio: Corrected typo
Resolves bug-report https://bugs.openfoam.org/view.php?id=3942
This commit is contained in:
@ -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;
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user