30 lines
1.0 KiB
INI
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";
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|