mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -50,7 +50,7 @@ functions
|
||||
difference
|
||||
{
|
||||
// Load the library containing the 'coded' functionObject
|
||||
functionObjectLibs ("libutilityFunctionObjects.so");
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
|
||||
type coded;
|
||||
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
timeStep
|
||||
{
|
||||
type coded;
|
||||
functionObjectLibs ("libutilityFunctionObjects.so");
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
redirectType setDeltaT;
|
||||
|
||||
code
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
cuttingPlane
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
|
||||
writeControl writeTime;
|
||||
|
||||
|
||||
@ -53,7 +53,7 @@ functions
|
||||
{
|
||||
probes
|
||||
{
|
||||
functionObjectLibs ( "libsampling.so" );
|
||||
libs ( "libsampling.so" );
|
||||
type probes;
|
||||
name probes;
|
||||
writeControl timeStep;
|
||||
|
||||
@ -54,7 +54,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
cuttingPlane
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
|
||||
writeControl writeTime;
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ functions
|
||||
forces
|
||||
{
|
||||
type forceCoeffs;
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
libs ( "libforces.so" );
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
|
||||
fields
|
||||
@ -116,7 +116,7 @@ functions
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
libs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
}
|
||||
|
||||
@ -52,7 +52,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
restartOnOutput off;
|
||||
|
||||
@ -117,7 +117,7 @@ functions
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
libs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
}
|
||||
|
||||
@ -52,7 +52,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
|
||||
fields
|
||||
@ -116,7 +116,7 @@ functions
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
libs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
}
|
||||
|
||||
@ -52,7 +52,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
|
||||
fields
|
||||
@ -117,7 +117,7 @@ functions
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
libs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
}
|
||||
@ -126,7 +126,7 @@ functions
|
||||
{
|
||||
type forces;
|
||||
enabled true;
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
libs ( "libforces.so" );
|
||||
writeControl writeTime;
|
||||
patches ( obstacle );
|
||||
directForceDensity true;
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
cuttingPlane
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
|
||||
writeControl writeTime;
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
Q
|
||||
{
|
||||
// Where to load it from
|
||||
functionObjectLibs ("libutilityFunctionObjects.so");
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
|
||||
type Q;
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ forces
|
||||
{
|
||||
type forces;
|
||||
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
libs ( "libforces.so" );
|
||||
|
||||
writeControl timeStep;
|
||||
timeInterval 1;
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
surfaces
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl writeTime;
|
||||
|
||||
surfaceFormat vtk;
|
||||
|
||||
@ -50,7 +50,7 @@ functions
|
||||
forces
|
||||
{
|
||||
type forces;
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
libs ( "libforces.so" );
|
||||
writeControl timeStep;
|
||||
writeInterval 10;
|
||||
patches (wing);
|
||||
|
||||
@ -54,7 +54,7 @@ functions
|
||||
probes
|
||||
{
|
||||
// Where to load it from
|
||||
functionObjectLibs ( "libsampling.so" );
|
||||
libs ( "libsampling.so" );
|
||||
|
||||
type probes;
|
||||
|
||||
|
||||
@ -54,7 +54,7 @@ functions
|
||||
probes
|
||||
{
|
||||
// Where to load it from
|
||||
functionObjectLibs ( "libsampling.so" );
|
||||
libs ( "libsampling.so" );
|
||||
|
||||
type probes;
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
|
||||
|
||||
@ -73,7 +73,7 @@ functions
|
||||
cuttingPlane
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ( "libsampling.so" );
|
||||
libs ( "libsampling.so" );
|
||||
writeControl writeTime;
|
||||
surfaceFormat vtk;
|
||||
fields ( p U );
|
||||
@ -96,7 +96,7 @@ functions
|
||||
forces
|
||||
{
|
||||
type forceCoeffs;
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
libs ( "libforces.so" );
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
patches ( "motorBike.*" );
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
cuttingPlane
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl writeTime;
|
||||
|
||||
surfaceFormat vtk;
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
forces
|
||||
{
|
||||
type forceCoeffs;
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
libs ( "libforces.so" );
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ functions
|
||||
probes
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
enabled true;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
@ -76,7 +76,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
|
||||
@ -105,7 +105,7 @@ functions
|
||||
type surfaces;
|
||||
|
||||
// Where to load it from (if not already in solver)
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ functions
|
||||
probes
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
enabled true;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
@ -76,7 +76,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
|
||||
@ -105,7 +105,7 @@ functions
|
||||
type surfaces;
|
||||
|
||||
// Where to load it from (if not already in solver)
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
cuttingPlane
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl writeTime;
|
||||
|
||||
surfaceFormat vtk;
|
||||
|
||||
@ -10,7 +10,7 @@ forceCoeffs1
|
||||
{
|
||||
type forceCoeffs;
|
||||
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
libs ( "libforces.so" );
|
||||
|
||||
writeControl timeStep;
|
||||
timeInterval 1;
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
streamLines
|
||||
{
|
||||
// Where to load it from
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
type streamLine;
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
near
|
||||
{
|
||||
// Where to load it from
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
type nearWallFields;
|
||||
|
||||
@ -39,7 +39,7 @@ near
|
||||
wallBoundedStreamLines
|
||||
{
|
||||
// Where to load it from (if not already in solver)
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
type wallBoundedStreamLine;
|
||||
|
||||
// Output every
|
||||
|
||||
@ -52,7 +52,7 @@ functions
|
||||
type streamLine;
|
||||
|
||||
// Where to load it from (if not already in solver)
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
// Output every
|
||||
writeControl writeTime;
|
||||
|
||||
@ -52,7 +52,7 @@ functions
|
||||
type streamLine;
|
||||
|
||||
// Where to load it from (if not already in solver)
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
// Output every
|
||||
writeControl writeTime;
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
faceSource1
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
writeControl writeTime;
|
||||
log yes;
|
||||
|
||||
@ -51,7 +51,7 @@ functions
|
||||
faceSource1
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
writeControl writeTime;
|
||||
log yes;
|
||||
|
||||
@ -51,7 +51,7 @@ functions
|
||||
faceSource1
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
writeControl writeTime;
|
||||
log yes;
|
||||
|
||||
@ -54,7 +54,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
enabled false;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
|
||||
@ -54,7 +54,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
enabled false;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
probes
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl writeTime;
|
||||
probeLocations
|
||||
(
|
||||
@ -74,7 +74,7 @@ functions
|
||||
wallPressure
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl writeTime;
|
||||
surfaceFormat raw;
|
||||
fields
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
forces
|
||||
{
|
||||
type forces;
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
libs ( "libforces.so" );
|
||||
patches (hull);
|
||||
rhoInf 998.8;
|
||||
rhoName rho;
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
probes
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl writeTime;
|
||||
probeLocations
|
||||
(
|
||||
@ -74,7 +74,7 @@ functions
|
||||
wallPressure
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl writeTime;
|
||||
surfaceFormat raw;
|
||||
fields
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
probes
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl writeTime;
|
||||
probeLocations
|
||||
(
|
||||
@ -73,7 +73,7 @@ functions
|
||||
wallPressure
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl writeTime;
|
||||
surfaceFormat raw;
|
||||
fields
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
probes
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
probeLocations
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
probes
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
probeLocations
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
probes
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
probeLocations
|
||||
|
||||
@ -50,7 +50,7 @@ functions
|
||||
forces
|
||||
{
|
||||
type forces;
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
libs ( "libforces.so" );
|
||||
patches (hull);
|
||||
rhoInf 998.8;
|
||||
rhoName rho;
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
inletFlux
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl timeStep;
|
||||
log true;
|
||||
// Output field values as well
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
forces
|
||||
{
|
||||
type forces;
|
||||
functionObjectLibs ("libforces.so");
|
||||
libs ("libforces.so");
|
||||
writeControl writeTime;
|
||||
patches (floatingObject);
|
||||
pName p;
|
||||
@ -70,7 +70,7 @@ functions
|
||||
poolHeight
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
forces
|
||||
{
|
||||
type forces;
|
||||
functionObjectLibs ("libforces.so");
|
||||
libs ("libforces.so");
|
||||
writeControl writeTime;
|
||||
patches (floatingObject);
|
||||
pName p;
|
||||
@ -70,7 +70,7 @@ functions
|
||||
poolHeight
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
|
||||
@ -56,7 +56,7 @@ functions0
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
inletMassFlowRate
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
fields
|
||||
(
|
||||
@ -32,7 +32,7 @@ inletMassFlowRate
|
||||
outletMassFlowRate
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
fields
|
||||
(
|
||||
@ -55,7 +55,7 @@ outletMassFlowRate
|
||||
totalMass
|
||||
{
|
||||
type coded;
|
||||
functionObjectLibs ("libutilityFunctionObjects.so");
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
redirectType error;
|
||||
|
||||
code
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user