ENH: Added new cloudInfo function object

This commit is contained in:
andy
2012-03-15 13:15:55 +00:00
parent 4c6d6a5731
commit 0a21d02530
9 changed files with 531 additions and 1 deletions

View File

@ -0,0 +1,31 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object postProcessingDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
functions
{
cloudInfo1
{
type cloudInfo;
functionObjectLibs ("libcloudFunctionObjects.so");
enabled true;
outputControl timeStep;
outputInterval 1;
clouds (myCloud1);
}
}
// ************************************************************************* //