mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected function object usage documentation. Fixes #349
This commit is contained in:
@ -42,7 +42,7 @@ Usage
|
|||||||
DESModelRegions1
|
DESModelRegions1
|
||||||
{
|
{
|
||||||
type DESModelRegions;
|
type DESModelRegions;
|
||||||
libs ("libutilityFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|||||||
@ -36,7 +36,7 @@ Usage
|
|||||||
PecletNo1
|
PecletNo1
|
||||||
{
|
{
|
||||||
type PecletNo;
|
type PecletNo;
|
||||||
libs ("libutilityFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|||||||
@ -46,7 +46,7 @@ Usage
|
|||||||
Q1
|
Q1
|
||||||
{
|
{
|
||||||
type Q;
|
type Q;
|
||||||
libs ("libutilityFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|||||||
@ -38,7 +38,7 @@ Usage
|
|||||||
vorticity1
|
vorticity1
|
||||||
{
|
{
|
||||||
type vorticity;
|
type vorticity;
|
||||||
libs ("libutilityFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|||||||
@ -39,7 +39,7 @@ Usage
|
|||||||
yPlus1
|
yPlus1
|
||||||
{
|
{
|
||||||
type yPlus;
|
type yPlus;
|
||||||
libs ("libutilityFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|||||||
@ -1,31 +0,0 @@
|
|||||||
/*--------------------------------*- 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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
|
||||||
Reference in New Issue
Block a user