functionObjects: Renamed dictionary entry 'functionObjectLibs' -> 'libs'

This changes simplifies the specification of functionObjects in
controlDict and is consistent with the 'libs' option in controlDict to
load special solver libraries.

Support for the old 'functionObjectLibs' name is supported for backward compatibility.
This commit is contained in:
Henry Weller
2016-05-16 22:09:01 +01:00
parent a44857b4f2
commit 83bae2efd3
128 changed files with 191 additions and 166 deletions

View File

@ -51,7 +51,7 @@ functions
type streamLine;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
// Output every
writeControl writeTime;

View File

@ -37,7 +37,7 @@ Description
streamLine1
{
type streamLine;
functionObjectLibs ("libfieldFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
setFormat vtk;
UName U;