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

added fieldValues to field function objects library

parent cf25c464
Branches
Tags
No related merge requests found
......@@ -6,4 +6,10 @@ fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.C
fieldMinMax/fieldMinMax.C
fieldMinMax/fieldMinMaxFunctionObject.C
fieldValues/fieldValue/fieldValue.C
fieldValues/face/faceSource.C
fieldValues/face/faceSourceFunctionObject.C
fieldValues/cell/cellSource.C
fieldValues/cell/cellSourceFunctionObject.C
LIB = $(FOAM_LIBBIN)/libfieldFunctionObjects
fieldValue/fieldValue.C
face/faceSource.C
face/faceSourceFunctionObject.C
cell/cellSource.C
cell/cellSourceFunctionObject.C
LIB = $(FOAM_LIBBIN)/libfieldValueFunctionObjects
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude
LIB_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lsampling
......@@ -50,7 +50,7 @@ functions
faceObj1
{
type faceSource;
functionObjectLibs ("libfieldValueFunctionObjects.so");
functionObjectLibs ("libfieldFunctionObjects.so");
enabled true;
outputControl outputTime;
log true;
......@@ -71,7 +71,7 @@ functions
faceObj2
{
type faceSource;
functionObjectLibs ("libfieldValueFunctionObjects.so");
functionObjectLibs ("libfieldFunctionObjects.so");
enabled true;
outputControl outputTime;
log true;
......@@ -88,7 +88,7 @@ functions
cellObj1
{
type cellSource;
functionObjectLibs ("libfieldValueFunctionObjects.so");
functionObjectLibs ("libfieldFunctionObjects.so");
enabled true;
outputControl outputTime;
log true;
......
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