openfoam/applications/utilities/postProcessing/miscellaneous/engineCompRatio/FoamX/engineCompRatio.cfg
2008-04-15 18:56:58 +01:00

28 lines
990 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// engineCompRatio tool definition
description "Calculates the geometric compression ratio";
engineCompRatioDict
{
type dictionary;
description "engineCompRatio control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseArguments;
}
}
}
// ************************************************************************* //