STYLE: use compact form for libs () entries

This commit is contained in:
Mark Olesen 2020-05-23 17:44:25 +02:00
parent b68ab9bd5a
commit 997c9a232c
101 changed files with 193 additions and 203 deletions

View File

@ -41,8 +41,8 @@ Description
\verbatim
phaseForces.water
{
type phaseForces;
libs ("libreactingEulerFoamFunctionObjects.so");
type phaseForces;
libs (reactingEulerFoamFunctionObjects);
writeControl writeTime;
writeInterval 1;

View File

@ -38,7 +38,7 @@ Description
box.all.numberDensity.volume.bubbles
{
type sizeDistribution;
libs ("libreactingEulerFoamFunctionObjects.so");
libs (reactingEulerFoamFunctionObjects);
writeControl outputTime;
writeInterval 1;
log true;

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libblockMesh.so");
libs (blockMesh);
application PDRblockMesh;

View File

@ -19,8 +19,7 @@ functions
processorField
{
type processorField;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
enabled true;
@ -29,8 +28,7 @@ functions
cellID
{
type coded;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
name cellID;

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all preprocessing tools know about the 'overset' bc
libs ("liboverset.so");
libs (overset);
DebugSwitches
{

View File

@ -18,16 +18,10 @@ functions
{
processorField1
{
// Type of functionObject
type processorField;
libs (fieldFunctionObjects);
// Where to load it from (if not already in solver)
libs ("libfieldFunctionObjects.so");
// Function object enabled flag
enabled true;
// When to output the average fields
writeControl writeTime;
}
}

View File

@ -16,16 +16,10 @@ FoamFile
processorField
{
// Type of functionObject
type processorField;
libs (fieldFunctionObjects);
// Where to load it from (if not already in solver)
libs ("libfieldFunctionObjects.so");
// Function object enabled flag
enabled true;
// When to output the average fields
writeControl timeStep;
}

View File

@ -19,7 +19,7 @@ FoamFile
type runTimePostProcessing;
// Where to load it from
libs ("runTimePostProcessing");
libs (runTimePostProcessing);
// Function object enabled flag
enabled true;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2017-2018 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -48,7 +48,7 @@ Description
<functionObjectName>
{
type functionObjectType;
libs ("libMyFunctionObjectlib.so");
libs (myFunctionObjectLib);
region defaultRegion;
enabled yes;
timeStart 0;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2012-2014 OpenFOAM Foundation
Copyright (C) 2015-2017 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -61,7 +61,7 @@ functions
myFunctionObject // user-defined name of function object entry
{
type functionObjectType;
libs ("libMyFunctionObjectlib.so");
libs (myFunctionObjectLib);
region defaultRegion;
enabled yes;
timeStart 0;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Usage
AMIWeights1
{
type AMIWeights;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
writeFields yes;
}
\endverbatim

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2015-2016 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -41,7 +41,7 @@ Usage
CourantNo1
{
type CourantNo;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
}
\endverbatim

View File

@ -57,7 +57,7 @@ Usage
Curle1
{
type Curle;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
patches (surface1 surface2);
c0 330;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2015 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -45,7 +45,7 @@ Usage
DESModelRegions1
{
type DESModelRegions;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
}
\endverbatim

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2015 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -39,7 +39,7 @@ Usage
PecletNo1
{
type PecletNo;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
}
\endverbatim

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -49,7 +49,7 @@ Usage
Q1
{
type Q;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
}
\endverbatim

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Usage
XiReactionRate
{
type XiReactionRate;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
}
\endverbatim

View File

@ -6,6 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016 OpenFOAM Foundation
Copyright (C) 2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +41,7 @@ Description
Ttot
{
type add;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
fields (T Tdelta);
result Ttot;
executeControl writeTime;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -60,7 +60,7 @@ Usage
blendingFactor1
{
type blendingFactor;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -45,7 +45,7 @@ Usage
columnAverage1
{
type columnAverage;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
patches (front side);
fields (U p);

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -38,7 +38,7 @@ Usage
continuityError1
{
type continuityError;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
writeToFile yes;
log yes;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016-2019 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -42,7 +42,7 @@ Usage
dpdt2
{
type ddt2;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
fields (p);
result d@@dt2;
...

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -36,7 +36,7 @@ Description
derived
{
type derivedFields;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
fields (rhoU pTotal);

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2015-2018 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -37,7 +37,7 @@ Usage
extractEulerianParticles1
{
type extractEulerianParticles;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
faceZone f0;
nLocations 10;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2017 OpenFOAM Foundation
Copyright (C) 2015-2019 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -75,7 +75,7 @@ Usage
fieldAverage1
{
type fieldAverage;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
writeControl writeTime;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2017 OpenFOAM Foundation
Copyright (C) 2015-2018 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -41,7 +41,7 @@ Usage
fieldCoordinateSystemTransform1
{
type fieldCoordinateSystemTransform;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
fields ( U UMean UPrime2Mean );

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -41,7 +41,7 @@ Usage
fieldExtents1
{
type fieldExtents;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
writeToFile yes;
log yes;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2017 OpenFOAM Foundation
Copyright (C) 2015-2017 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -44,7 +44,7 @@ Usage
fieldMinMax1
{
type fieldMinMax;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
writeToFile yes;
log yes;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2012-2016 OpenFOAM Foundation
Copyright (C) 2015-2017 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -42,7 +42,7 @@ Usage
fieldValueDelta1
{
type fieldValueDelta;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
operation subtract;
region1

View File

@ -46,7 +46,7 @@ Usage
movingWallPatch
{
type surfaceFieldValue;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
log true;
writeControl writeTime;
@ -62,7 +62,7 @@ Usage
surfaceFieldValue1
{
type surfaceFieldValue;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
log true;
writeControl writeTime;

View File

@ -42,7 +42,7 @@ Usage
volFieldValue1
{
type volFieldValue;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
log true;
writeControl writeTime;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2015 OpenFOAM Foundation
Copyright (C) 2015-2019 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -44,7 +44,7 @@ Usage
fluxSummary1
{
type fluxSummary;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
write yes;
log yes;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2017 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -46,7 +46,7 @@ Usage
htc
{
type heatTransferCoeff;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
field T;
patches ("walls.*");
@ -65,7 +65,7 @@ Usage
htc
{
type heatTransferCoeff;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
field T;
patches ("walls.*");
@ -80,7 +80,7 @@ Usage
htc
{
type heatTransferCoeff;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
field T;
patches ("walls.*");
@ -93,7 +93,7 @@ Usage
htc
{
type heatTransferCoeff;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
field T;
patches ("walls.*");

View File

@ -46,7 +46,7 @@ Usage
Example of function object specification:
\verbatim
type heatTransferCoeff;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
htcModel ReynoldsAnalogy;
UInf (20 0 0);

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2017-2019 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Usage
Example of function object specification:
\verbatim
type heatTransferCoeff;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
htcModel fixedReferenceTemperature;
TRef 300;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2017-2019 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Usage
Example of function object specification:
\verbatim
type heatTransferCoeff;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
htcModel localReferenceTemperature;
...

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016 OpenFOAM Foundation
Copyright (C) 2017 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -39,8 +39,7 @@ Usage
histogram1
{
type histogram;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
field p;
nBins 100;

View File

@ -6,6 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2017-2019 OpenFOAM Foundation
Copyright (C) 2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -39,7 +40,7 @@ Description
interfaceHeight1
{
type interfaceHeight;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
alpha alpha.water;
locations ((0 0 0) (10 0 0) (20 0 0));
}

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -42,7 +42,7 @@ Usage
lambVector1
{
type lambVector;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
field UMean;
... Base options of fieldExpression ...
}

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -43,7 +43,7 @@ Usage
limitFields1
{
type limitFields;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
fields (U);
limit max;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016-2019 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -38,7 +38,7 @@ Usage
mapFields1
{
type mapFields;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
mapRegion coarseMesh;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018-2019 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -42,7 +42,7 @@ Usage
momentum1
{
type momentum;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
log yes;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2015 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -47,7 +47,7 @@ Usage
nearWallFields1
{
type nearWallFields;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
writeControl writeTime;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -37,7 +37,7 @@ Usage
particleDistribution1
{
type particleDistribution;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
cloud "myCloud";
nameVsBinWidth

View File

@ -81,7 +81,7 @@ Usage
pressure1
{
type pressure;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
mode staticCoeff;
}

View File

@ -6,6 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -39,7 +40,7 @@ Usage
processorField1
{
type processorField;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
}
\endverbatim

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -62,7 +62,7 @@ Usage
proudmanAcousticPower1
{
type proudmanAcousticPower;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
// Required additional entries for incompressible calculations

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2015-2017 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Usage
readFields1
{
type readFields;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
fields (U p);
}

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -54,7 +54,7 @@ Usage
pRef
{
type reference;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
field p;
result pRef;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2016-2018 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -66,7 +66,7 @@ Usage
regionSizeDistribution1
{
type regionSizeDistribution;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
field alpha;
patches (inlet);

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2017 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -43,7 +43,7 @@ Usage
setFlow1
{
type setFlow;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
mode rotation;
scale 1;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -175,7 +175,7 @@ Usage
stabilityBlendingFactor1
{
type stabilityBlendingFactor;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
log true;
writeToFile false;
@ -221,7 +221,7 @@ Usage
residuals
{
type residuals;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
writeFields true;
writeControl outputTime;
fields (p);

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2017 OpenFOAM Foundation
Copyright (C) 2015-2017 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Usage
streamLine1
{
type streamLine;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
writeControl writeTime;

View File

@ -6,6 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016 OpenFOAM Foundation
Copyright (C) 2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +41,7 @@ Description
Tdiff
{
type subtract;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
fields (T Tmean);
result Tdiff;
executeControl writeTime;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -38,9 +38,8 @@ Usage
\verbatim
surfaceDistance
{
// Where to load it from
libs (libfieldFunctionObjects);
type surfaceDistance;
libs (fieldFunctionObjects);
geometry
{

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -47,7 +47,7 @@ Usage
surfaceInterpolate1
{
type surfaceInterpolate;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
fields ((p pNear)(U UNear));
}

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2015-2018 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -46,7 +46,7 @@ Usage
turbulenceFields1
{
type turbulenceFields;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
fields
(

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2015 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Usage
valueAverage1
{
type valueAverage;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
writeToFile yes;
log yes;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2014-2016 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -41,7 +41,7 @@ Usage
vorticity1
{
type vorticity;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
}
\endverbatim

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2017 OpenFOAM Foundation
Copyright (C) 2015-2017 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -41,7 +41,7 @@ Usage
wallBoundedStreamLine1
{
type wallBoundedStreamLine;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
writeControl writeTime;

View File

@ -43,7 +43,7 @@ Usage
wallHeatFlux1
{
type wallHeatFlux;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
region fluid;
patches (".*Wall");

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2015-2016 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -54,7 +54,7 @@ Usage
wallShearStress1
{
type wallShearStress;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
patches (".*Wall");
}

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Usage
writeCellCentres
{
type writeCellCentres;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
}
\endverbatim

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -39,7 +39,7 @@ Usage
writeCellVolumes
{
type writeCellVolumes;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
}
\endverbatim

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2015-2016 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -42,7 +42,7 @@ Usage
yPlus1
{
type yPlus;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
}
\endverbatim

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016-2019 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -42,7 +42,7 @@ Usage
zeroGrad
{
type zeroGradient;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
fields (U "(T|k|epsilon|omega)");
result @@nearWall;
...

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -66,7 +66,7 @@ Usage
forceCoeffs1
{
type forceCoeffs;
libs ("libforces.so");
libs (forces);
...
log yes;
writeFields yes;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2015-2018 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -53,7 +53,7 @@ Usage
forces1
{
type forces;
libs ("libforces.so");
libs (forces);
...
log yes;
writeFields yes;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018-2019 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -38,7 +38,7 @@ Usage
hydrostaticPressure1
{
type hydrostaticPressure;
libs ("libinitialisationFunctionObjects.so");
libs (initialisationFunctionObjects);
...
}
\endverbatim

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2012-2016 OpenFOAM Foundation
Copyright (C) 2015 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -43,7 +43,7 @@ Usage
cloudInfo1
{
type cloudInfo;
libs ("liblagrangianFunctionObjects.so");
libs (lagrangianFunctionObjects);
...
clouds
(

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -37,7 +37,7 @@ Description
cloudWrite1
{
type dataCloud;
libs ("liblagrangianFunctionObjects.so");
libs (lagrangianFunctionObjects);
writeControl writeTime;
writeInterval 1;
cloud myCloud;

View File

@ -6,6 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -43,7 +44,7 @@ Usage
dsmcFields1
{
type dsmcFields;
libs ("liblagrangianFunctionObjects.so");
libs (lagrangianFunctionObjects);
...
}
\endverbatim

View File

@ -6,6 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016 OpenFOAM Foundation
Copyright (C) 2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -50,8 +51,8 @@ Usage
\verbatim
tracks
{
libs ("liblagrangianFunctionObjects.so");
type icoUncoupledKinematicCloud;
type icoUncoupledKinematicCloud;
libs (lagrangianFunctionObjects);
}
\endverbatim

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -38,7 +38,7 @@ Description
cloudWrite1
{
type vtkCloud;
libs ("liblagrangianFunctionObjects.so");
libs (lagrangianFunctionObjects);
writeControl writeTime;
writeInterval 1;
format ascii;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -38,7 +38,7 @@ Usage
energySpectrum1
{
type energySpectrum;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
...
log yes;
}

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2017 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -50,7 +50,7 @@ Usage
energy
{
type energyTransport;
libs ("libenergyTransportFunctionObjects.so");
libs (energyTransportFunctionObjects);
enabled true;
writeControl outputTime;
@ -96,7 +96,7 @@ Usage
energy
{
type energyTransport;
libs ("libenergyTransportFunctionObjects.so");
libs (energyTransportFunctionObjects);
enabled true;
writeControl outputTime;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2012-2017 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -57,7 +57,7 @@ Usage
scalar1
{
type scalarTransport;
libs ("libsolverFunctionObjects.so");
libs (solverFunctionObjects);
resetOnStartUp no;
region cabin;
@ -81,7 +81,7 @@ Usage
sTransport
{
type scalarTransport;
libs ("libsolverFunctionObjects.so");
libs (solverFunctionObjects);
enabled true;
writeControl outputTime;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2017-2018 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -46,7 +46,7 @@ Description
abort
{
type abort;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
file "<case>/GOODBYE";
action writeNow

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -35,7 +35,7 @@ Description
surfaces
{
type areaWrite;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
// Write at same frequency as fields
writeControl outputTime;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2017 OpenFOAM Foundation
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -51,9 +51,9 @@ Usage
\verbatim
difference
{
libs ("libutilityFunctionObjects.so");
type coded;
libs (utilityFunctionObjects);
// Name of on-the-fly generated functionObject
name writeMagU;
codeWrite

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016-2018 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -37,7 +37,7 @@ Description
ensight
{
type ensightWrite;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
writeControl writeTime;
writeInterval 1;
format binary;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -38,7 +38,7 @@ Usage
profiling
{
type parProfiling;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
// Report stats on exit only (instead of every time step)
executeControl onEnd;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2015-2016 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -39,7 +39,7 @@ Usage
removeRegisteredObject1
{
type removeRegisteredObject;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
...
objects (obj1 obj2);
}

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2017 OpenFOAM Foundation
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -45,7 +45,7 @@ Usage
setTimeStep1
{
type setTimeStep;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
deltaT table ((0 5e-4)(0.01 1e-3));

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2015-2016 OpenFOAM Foundation
Copyright (C) 2015-2019 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -47,7 +47,7 @@ Usage
solverInfo
{
type solverInfo;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
...
fields (U p);
writeResidualFields yes;

View File

@ -6,6 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -43,7 +44,7 @@ Usage
systemCall1
{
type systemCall;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
...
executeCalls
(

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -44,7 +44,7 @@ Usage
probes
{
type thermoCoupleProbes;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
writeControl timeStep;
writeInterval 1;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2017-2019 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Usage
fileUpdate1
{
type timeActivatedFileUpdate;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
writeControl timeStep;
writeInterval 1;
fileToUpdate "<system>/fvSolution";

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018 OpenFOAM Foundation
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -36,8 +36,7 @@ Description
time
{
type timeInfo;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
writeControl timeStep;
writeInterval 1;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2017-2019 OpenCFD Ltd.
Copyright (C) 2017-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -38,7 +38,7 @@ Description
vtkWrite1
{
type vtkWrite;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
writeControl writeTime;
writeInterval 1;
format binary;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -57,7 +57,7 @@ Usage
writeObjects1
{
type writeObjects;
libs ("libutilityFunctionObjects.so");
libs (utilityFunctionObjects);
...
objects (obj1 obj2);
writeOption anyWrite;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2016-2018 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Description
patchProbes
{
type patchProbes;
libs ( "libsampling.so" );
libs (sampling);
// Name of the directory for probe data
name patchProbes;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2016 OpenFOAM Foundation
Copyright (C) 2016-2018 OpenCFD Ltd.
Copyright (C) 2016-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -40,7 +40,7 @@ Description
probes
{
type probes;
libs ("libsampling.so");
libs (sampling);
// Name of the directory for probe data
name probes;

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -35,7 +35,7 @@ Usage
sets
{
type sets;
libs ("libsampling.so");
libs (sampling);
writeControl timeStep;
writeInterval 1;

View File

@ -38,7 +38,7 @@ Description
surfaces
{
type surfaces;
libs ("libsampling.so");
libs (sampling);
// Write at same frequency as fields
writeControl outputTime;

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2017 OpenFOAM Foundation
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -38,7 +38,7 @@ Description
sixDoFRigidBodyState
{
type sixDoFRigidBodyState;
libs ("libsixDoFRigidBodyState.so");
libs (sixDoFRigidBodyState);
angleFormat degrees;
}
\endverbatim

View File

@ -49,7 +49,7 @@ functions
yPlus
{
type yPlus;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
writeControl writeTime;
}
}

View File

@ -49,7 +49,7 @@ functions
yPlus
{
type yPlus;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
writeControl writeTime;
}
}

View File

@ -19,7 +19,7 @@ probes
name probes;
type probes;
libs ("libsampling.so");
libs (sampling);
writeControl timeStep;
writeInterval 1;

View File

@ -56,7 +56,7 @@ functions
interfaceHeight1
{
type interfaceHeight;
libs ("libfieldFunctionObjects.so");
libs (fieldFunctionObjects);
alpha alpha.liquid;
locations ((0 0 0));
direction (1 0 0);

Some files were not shown because too many files have changed in this diff Show More