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

30 lines
1.0 KiB
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// foamDataToFluent tool definition
description "OpenFOAM to Fluent field data converter";
foamDataToFluentDict
{
type dictionary;
description "foamDataToFluent control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseArguments;
}
include "standardEntries.cfg";
}
}
// ************************************************************************* //