TUT: use simpler syntax for libs entries

This commit is contained in:
OpenFOAM bot
2019-08-30 16:45:45 +02:00
committed by Andrew Heather
parent 6eaa326cec
commit 880d81475b
212 changed files with 311 additions and 311 deletions

View File

@ -3,7 +3,7 @@
dataCloud
{
type dataCloud;
libs ("liblagrangianFunctionObjects.so");
libs (lagrangianFunctionObjects);
log true;
// Nothing happens before this anyhow

View File

@ -3,7 +3,7 @@
cloudWrite
{
type vtkCloud;
libs ("liblagrangianFunctionObjects.so");
libs (lagrangianFunctionObjects);
log true;
// Nothing happens before this anyhow

View File

@ -3,7 +3,7 @@
vtkWrite
{
type vtkWrite;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
log true;
// Nothing happens before this anyhow

View File

@ -56,7 +56,7 @@ functions
fieldExtents
{
type fieldExtents;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
region wallFilmRegion;
threshold 0.5;
fields (alpha);

View File

@ -56,7 +56,7 @@ functions
surfaceFieldValue1
{
type surfaceFieldValue;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
writeControl writeTime;
log yes;
writeFields no;

View File

@ -55,7 +55,7 @@ functions
surfaceFieldValue1
{
type surfaceFieldValue;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
writeControl writeTime;
log yes;
writeFields no;