mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
codedFunctionObject.H: Corrected docs
Resolved bug-report http://bugs.openfoam.org/view.php?id=2313
This commit is contained in:
@ -55,12 +55,11 @@ Description
|
|||||||
// Lookup U
|
// Lookup U
|
||||||
const volVectorField& U = mesh().lookupObject<volVectorField>("U");
|
const volVectorField& U = mesh().lookupObject<volVectorField>("U");
|
||||||
// Write
|
// Write
|
||||||
mag(U).write();
|
mag(U)().write();
|
||||||
}
|
#};"
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
|
|
||||||
See also
|
See also
|
||||||
Foam::functionObject
|
Foam::functionObject
|
||||||
Foam::codedBase
|
Foam::codedBase
|
||||||
|
|||||||
Reference in New Issue
Block a user