Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
880d8147
Commit
880d8147
authored
Aug 30, 2019
by
OpenFOAM bot
Committed by
Andrew Heather
Aug 30, 2019
Browse files
TUT: use simpler syntax for libs entries
parent
6eaa326c
Changes
212
Hide whitespace changes
Inline
Side-by-side
tutorials/IO/systemCall/system/systemCall
View file @
880d8147
...
...
@@ -3,7 +3,7 @@
system
{
type systemCall;
libs (
"
utilityFunctionObjects
"
);
libs (utilityFunctionObjects);
// Execute on the master process only
master true;
...
...
tutorials/basic/overLaplacianDyMFoam/heatTransfer/system/controlDict
View file @
880d8147
...
...
@@ -15,7 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all preprocessing tools know about the 'overset' bc
libs (
"lib
overset
.so" "lib
fvMotionSolvers
.so"
);
libs (overset
fvMotionSolvers);
application overLaplacianDyMFoam;
...
...
tutorials/basic/overPotentialFoam/cylinder/cylinderAndBackground/system/controlDict
View file @
880d8147
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all preprocessing tools know about the 'overset' bc
libs (
"lib
overset
.so" "lib
fvMotionSolvers
.so"
);
libs (overset
fvMotionSolvers);
application overPotentialFoam;
...
...
tutorials/basic/potentialFoam/cylinder/system/controlDict
View file @
880d8147
...
...
@@ -51,7 +51,7 @@ functions
{
name error;
type coded;
libs (
"lib
utilityFunctionObjects
.so"
);
libs (utilityFunctionObjects);
codeEnd
#{
...
...
tutorials/combustion/XiDyMFoam/oscillatingCylinder/system/controlDict
View file @
880d8147
...
...
@@ -49,7 +49,7 @@ adjustTimeStep yes;
maxCo 0.4;
libs (
"lib
fvMotionSolvers
.so"
);
libs (fvMotionSolvers);
// ************************************************************************* //
tutorials/combustion/XiEngineFoam/kivaTest/system/controlDict
View file @
880d8147
...
...
@@ -57,7 +57,7 @@ functions
{
name setDeltaT;
type coded;
libs (
"lib
utilityFunctionObjects
.so"
);
libs (utilityFunctionObjects);
code
#{
...
...
tutorials/combustion/XiEngineFoam/kivaTest/system/momentum
View file @
880d8147
...
...
@@ -3,7 +3,7 @@
momentum
{
type momentum;
libs (
"lib
fieldFunctionObjects
.so"
);
libs (fieldFunctionObjects);
log true;
writeControl writeTime;
...
...
tutorials/combustion/chemFoam/gri/system/controlDict
View file @
880d8147
...
...
@@ -56,7 +56,7 @@ functions
{
sensitivityAnalysis
{
libs (
"lib
fieldFunctionObjects
.so"
);
libs (fieldFunctionObjects);
type psiReactionsSensitivityAnalysis;
writeControl writeTime;
}
...
...
tutorials/combustion/fireFoam/LES/compartmentFire/system/controlDict
View file @
880d8147
...
...
@@ -59,7 +59,7 @@ functions
patchInlet_phi
{
type surfaceFieldValue;
libs (
"lib
fieldFunctionObjects
.so"
);
libs (fieldFunctionObjects);
writeControl timeStep;
writeInterval 200;
log true;
...
...
@@ -73,7 +73,7 @@ functions
wallPanel_qin
{
type patchProbes;
libs (
"lib
sampling
.so"
);
libs (sampling);
writeControl timeStep;
writeInterval 200;
log true;
...
...
@@ -90,7 +90,7 @@ functions
inletqr_qin
{
type patchProbes;
libs (
"lib
sampling
.so"
);
libs (sampling);
writeControl timeStep;
writeInterval 200;
log true;
...
...
@@ -109,7 +109,7 @@ functions
thermoCouple
{
type thermoCoupleProbes;
libs (
"lib
utilityFunctionObjects
.so"
);
libs (utilityFunctionObjects);
writeControl timeStep;
writeInterval 100;
...
...
@@ -153,7 +153,7 @@ functions
probes_O2
{
type probes;
libs (
"lib
sampling
.so"
);
libs (sampling);
writeControl timeStep;
writeInterval 200;
probeLocations
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/constant/fvOptions
View file @
880d8147
...
...
@@ -18,7 +18,7 @@ FoamFile
radiation
{
type radiation;
libs (
"lib
radiationModels
.so"
);
libs (radiationModels);
}
// ************************************************************************* //
tutorials/combustion/reactingFoam/RAS/membrane/system/controlDict
View file @
880d8147
...
...
@@ -49,7 +49,7 @@ adjustTimeStep yes;
maxCo 1;
libs (
"lib
semiPermeableBaffle
.so"
);
libs (semiPermeableBaffle);
// ************************************************************************* //
tutorials/compressible/overRhoPimpleDyMFoam/twoSimpleRotors/system/controlDict
View file @
880d8147
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs (
"lib
overset
.so" "lib
fvMotionSolvers
.so"
);
libs (overset
fvMotionSolvers);
DebugSwitches
{
...
...
@@ -63,7 +63,7 @@ functions
probes
{
type probes;
libs (
"lib
sampling
.so"
);
libs (sampling);
// Name of the directory for probe data
name probes;
...
...
@@ -88,7 +88,7 @@ functions
mass
{
type volFieldValue;
libs (
"lib
fieldFunctionObjects
.so"
);
libs (fieldFunctionObjects);
writeControl timeStep;
writeInterval 1;
...
...
@@ -105,7 +105,7 @@ functions
rhoVol
{
libs (
"lib
utilityFunctionObjects
.so"
);
libs (utilityFunctionObjects);
type coded;
name rhoVolume;
writeControl timeStep;
...
...
tutorials/compressible/overRhoSimpleFoam/hotCylinder/cylinderAndBackground/system/controlDict
View file @
880d8147
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all preprocessing tools know about the 'overset' bc
libs (
"lib
overset
.so" "lib
fvMotionSolvers
.so"
);
libs (overset
fvMotionSolvers);
application overRhoSimpleFoam;
...
...
tutorials/compressible/rhoCentralDyMFoam/movingCone/system/cuttingPlane
View file @
880d8147
...
...
@@ -9,7 +9,7 @@
cuttingPlane
{
type surfaces;
libs (
"lib
sampling
.so"
);
libs (sampling);
writeControl writeTime;
...
...
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/sample
View file @
880d8147
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
type sets;
libs (
"lib
sampling
.so"
);
libs (sampling);
interpolationScheme cellPointFace;
...
...
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/sample
View file @
880d8147
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
type sets;
libs (
"lib
sampling
.so"
);
libs (sampling);
interpolationScheme cellPointFace;
...
...
tutorials/compressible/rhoCentralFoam/shockTube/system/sample
View file @
880d8147
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
type sets;
libs (
"lib
sampling
.so"
);
libs (sampling);
interpolationScheme cellPoint;
...
...
tutorials/compressible/rhoPimpleAdiabaticFoam/rutlandVortex2D/system/controlDict
View file @
880d8147
...
...
@@ -51,7 +51,7 @@ functions
{
type probes;
libs (
"lib
sampling
.so"
);
libs (sampling);
probeLocations
(
...
...
tutorials/compressible/rhoPimpleAdiabaticFoam/rutlandVortex2D/system/preProcess
View file @
880d8147
...
...
@@ -21,7 +21,7 @@ functions
{
name createVortices;
type coded;
libs (
"lib
utilityFunctionObjects
.so"
);
libs (utilityFunctionObjects);
enabled yes;
codeInclude
...
...
tutorials/compressible/rhoPimpleFoam/LES/pitzDaily/system/controlDict
View file @
880d8147
...
...
@@ -54,7 +54,7 @@ functions
fieldAverage1
{
type fieldAverage;
libs (
"lib
fieldFunctionObjects
.so"
);
libs (fieldFunctionObjects);
writeControl writeTime;
fields
...
...
Prev
1
2
3
4
5
…
11
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment