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

28 lines
976 B
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// streamFunction tool definition
description "Stream function calculation";
streamFunctionDict
{
type dictionary;
description "streamFunction control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseTimeArguments;
}
}
}
// ************************************************************************* //