Skip to content
Snippets Groups Projects
Commit 16f1d748 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Corrected function object usage documentation. Fixes #349

parent f41c8800
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ Usage
DESModelRegions1
{
type DESModelRegions;
libs ("libutilityFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
}
\endverbatim
......
......@@ -36,7 +36,7 @@ Usage
PecletNo1
{
type PecletNo;
libs ("libutilityFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
}
\endverbatim
......
......@@ -46,7 +46,7 @@ Usage
Q1
{
type Q;
libs ("libutilityFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
}
\endverbatim
......
......@@ -38,7 +38,7 @@ Usage
vorticity1
{
type vorticity;
libs ("libutilityFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
}
\endverbatim
......
......@@ -39,7 +39,7 @@ Usage
yPlus1
{
type yPlus;
libs ("libutilityFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
}
\endverbatim
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object postProcessingDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
functions
{
cloudInfo1
{
type cloudInfo;
libs ("libcloudFunctionObjects.so");
enabled true;
writeControl timeStep;
writeInterval 1;
clouds (myCloud1);
}
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment