diff --git a/tutorials/basic/potentialFoam/cylinder/system/controlDict b/tutorials/basic/potentialFoam/cylinder/system/controlDict index e333169a9b..cc8ceaa8be 100644 --- a/tutorials/basic/potentialFoam/cylinder/system/controlDict +++ b/tutorials/basic/potentialFoam/cylinder/system/controlDict @@ -50,7 +50,7 @@ functions error { // Load the library containing the 'coded' functionObject - libs ("libutilityFunctionObjects.so"); + libs ("libutilityFunctionObjects.so"); type coded; diff --git a/tutorials/combustion/engineFoam/kivaTest/system/controlDict b/tutorials/combustion/engineFoam/kivaTest/system/controlDict index 700c6f6abe..b6278df435 100644 --- a/tutorials/combustion/engineFoam/kivaTest/system/controlDict +++ b/tutorials/combustion/engineFoam/kivaTest/system/controlDict @@ -56,7 +56,7 @@ functions timeStep { type coded; - libs ("libutilityFunctionObjects.so"); + libs ("libutilityFunctionObjects.so"); name setDeltaT; code diff --git a/tutorials/compressible/rhoCentralDyMFoam/movingCone/system/cuttingPlane b/tutorials/compressible/rhoCentralDyMFoam/movingCone/system/cuttingPlane index 6373b8aa81..5dc66fc2df 100644 --- a/tutorials/compressible/rhoCentralDyMFoam/movingCone/system/cuttingPlane +++ b/tutorials/compressible/rhoCentralDyMFoam/movingCone/system/cuttingPlane @@ -9,7 +9,7 @@ cuttingPlane { type surfaces; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; @@ -26,8 +26,8 @@ cuttingPlane planeType pointAndNormal; pointAndNormalDict { - basePoint (0 0 0); - normalVector (0 0 1); + point (0 0 0); + normal (0 0 1); } interpolate true; } diff --git a/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/sample b/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/sample index f5f0cfad26..8a2113c79a 100644 --- a/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/sample +++ b/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/sample @@ -16,7 +16,7 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type sets; -libs ("libsampling.so"); +libs ("libsampling.so"); interpolationScheme cellPointFace; diff --git a/tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/sample b/tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/sample index 918f809846..e58283cb8b 100644 --- a/tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/sample +++ b/tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/sample @@ -16,7 +16,7 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type sets; -libs ("libsampling.so"); +libs ("libsampling.so"); interpolationScheme cellPointFace; diff --git a/tutorials/compressible/rhoCentralFoam/shockTube/system/sample b/tutorials/compressible/rhoCentralFoam/shockTube/system/sample index 403a1f6f6d..c6c3c7bd00 100644 --- a/tutorials/compressible/rhoCentralFoam/shockTube/system/sample +++ b/tutorials/compressible/rhoCentralFoam/shockTube/system/sample @@ -16,7 +16,7 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type sets; -libs ("libsampling.so"); +libs ("libsampling.so"); interpolationScheme cellPoint; diff --git a/tutorials/compressible/rhoPimpleFoam/laminar/helmholtzResonance/system/controlDict b/tutorials/compressible/rhoPimpleFoam/laminar/helmholtzResonance/system/controlDict index c4cfb33a94..c680ae3246 100644 --- a/tutorials/compressible/rhoPimpleFoam/laminar/helmholtzResonance/system/controlDict +++ b/tutorials/compressible/rhoPimpleFoam/laminar/helmholtzResonance/system/controlDict @@ -53,12 +53,12 @@ functions { probes { - libs ( "libsampling.so" ); - type probes; - name probes; - writeControl timeStep; - writeInterval 1; - fields ( p ); + libs ("libsampling.so"); + type probes; + name probes; + writeControl timeStep; + writeInterval 1; + fields (p); probeLocations ( ( -0.045 0 0 ) diff --git a/tutorials/compressible/sonicDyMFoam/movingCone/system/cuttingPlane b/tutorials/compressible/sonicDyMFoam/movingCone/system/cuttingPlane index 6373b8aa81..5dc66fc2df 100644 --- a/tutorials/compressible/sonicDyMFoam/movingCone/system/cuttingPlane +++ b/tutorials/compressible/sonicDyMFoam/movingCone/system/cuttingPlane @@ -9,7 +9,7 @@ cuttingPlane { type surfaces; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; @@ -26,8 +26,8 @@ cuttingPlane planeType pointAndNormal; pointAndNormalDict { - basePoint (0 0 0); - normalVector (0 0 1); + point (0 0 0); + normal (0 0 1); } interpolate true; } diff --git a/tutorials/compressible/sonicFoam/laminar/forwardStep/system/controlDict b/tutorials/compressible/sonicFoam/laminar/forwardStep/system/controlDict index caa6bae1ae..dc32355432 100644 --- a/tutorials/compressible/sonicFoam/laminar/forwardStep/system/controlDict +++ b/tutorials/compressible/sonicFoam/laminar/forwardStep/system/controlDict @@ -47,7 +47,7 @@ runTimeModifiable true; functions { - libs ("libfieldFunctionObjects.so"); + libs ("libfieldFunctionObjects.so"); Ma { diff --git a/tutorials/compressible/sonicFoam/laminar/shockTube/system/sample b/tutorials/compressible/sonicFoam/laminar/shockTube/system/sample index f04abd9538..49a179436f 100644 --- a/tutorials/compressible/sonicFoam/laminar/shockTube/system/sample +++ b/tutorials/compressible/sonicFoam/laminar/shockTube/system/sample @@ -16,7 +16,7 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type sets; -libs ("libsampling.so"); +libs ("libsampling.so"); interpolationScheme cellPoint; diff --git a/tutorials/compressible/sonicFoam/ras/nacaAirfoil/system/controlDict b/tutorials/compressible/sonicFoam/ras/nacaAirfoil/system/controlDict index 0724cce578..a19ca584ff 100644 --- a/tutorials/compressible/sonicFoam/ras/nacaAirfoil/system/controlDict +++ b/tutorials/compressible/sonicFoam/ras/nacaAirfoil/system/controlDict @@ -50,9 +50,9 @@ functions forces { type forceCoeffs; - libs ( "libforces.so" ); - writeControl timeStep; - writeInterval 1; + libs ("libforces.so"); + writeControl timeStep; + writeInterval 1; patches ( diff --git a/tutorials/electromagnetics/mhdFoam/hartmann/system/sample b/tutorials/electromagnetics/mhdFoam/hartmann/system/sample index a150a5d555..14019e4fbf 100644 --- a/tutorials/electromagnetics/mhdFoam/hartmann/system/sample +++ b/tutorials/electromagnetics/mhdFoam/hartmann/system/sample @@ -16,7 +16,7 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type sets; -libs ("libsampling.so"); +libs ("libsampling.so"); interpolationScheme cellPoint; diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/sample b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/sample index 8a4f669879..b350b7d68d 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/sample +++ b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/sample @@ -17,7 +17,7 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type sets; -libs ("libsampling.so"); +libs ("libsampling.so"); interpolationScheme cellPointFace; diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/circuitBoardCooling/system/controlDict b/tutorials/heatTransfer/buoyantSimpleFoam/circuitBoardCooling/system/controlDict index 78f6a784a2..74e7f4c46e 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/circuitBoardCooling/system/controlDict +++ b/tutorials/heatTransfer/buoyantSimpleFoam/circuitBoardCooling/system/controlDict @@ -44,6 +44,6 @@ timePrecision 6; runTimeModifiable true; -libs ("libthermalBaffleModels.so"); +libs ("libthermalBaffleModels.so"); // ************************************************************************* // diff --git a/tutorials/incompressible/pimpleDyMFoam/movingCone/system/cuttingPlane b/tutorials/incompressible/pimpleDyMFoam/movingCone/system/cuttingPlane index 6373b8aa81..5dc66fc2df 100644 --- a/tutorials/incompressible/pimpleDyMFoam/movingCone/system/cuttingPlane +++ b/tutorials/incompressible/pimpleDyMFoam/movingCone/system/cuttingPlane @@ -9,7 +9,7 @@ cuttingPlane { type surfaces; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; @@ -26,8 +26,8 @@ cuttingPlane planeType pointAndNormal; pointAndNormalDict { - basePoint (0 0 0); - normalVector (0 0 1); + point (0 0 0); + normal (0 0 1); } interpolate true; } diff --git a/tutorials/incompressible/pimpleDyMFoam/propeller/system/forces b/tutorials/incompressible/pimpleDyMFoam/propeller/system/forces index 4220a7cd09..f9386a2415 100644 --- a/tutorials/incompressible/pimpleDyMFoam/propeller/system/forces +++ b/tutorials/incompressible/pimpleDyMFoam/propeller/system/forces @@ -8,22 +8,22 @@ forces { - type forces; + type forces; - libs ( "libforces.so" ); + libs ("libforces.so"); - writeControl timeStep; - timeInterval 1; + writeControl timeStep; + timeInterval 1; - log yes; + log yes; - patches ( "propeller.*" ); - rho rhoInf; // Indicates incompressible - log true; - rhoInf 1; // Redundant for incompressible + patches ("propeller.*"); + rho rhoInf; // Indicates incompressible + log true; + rhoInf 1; // Redundant for incompressible - CofR (0 0 0); // Rotation around centre line of propeller - pitchAxis (0 1 0); + CofR (0 0 0); // Rotation around centre line of propeller + pitchAxis (0 1 0); } diff --git a/tutorials/incompressible/pimpleDyMFoam/propeller/system/surfaces b/tutorials/incompressible/pimpleDyMFoam/propeller/system/surfaces index 00101c0397..05b0382fcb 100644 --- a/tutorials/incompressible/pimpleDyMFoam/propeller/system/surfaces +++ b/tutorials/incompressible/pimpleDyMFoam/propeller/system/surfaces @@ -9,7 +9,7 @@ surfaces { type surfaces; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; surfaceFormat vtk; @@ -25,8 +25,8 @@ surfaces planeType pointAndNormal; pointAndNormalDict { - basePoint (0 0 0); - normalVector (0 0 1); + point (0 0 0); + normal (0 0 1); } interpolate true; } diff --git a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_simpleFoam/system/controlDict b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_simpleFoam/system/controlDict index 4b6aaf34be..feff998605 100644 --- a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_simpleFoam/system/controlDict +++ b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_simpleFoam/system/controlDict @@ -50,7 +50,7 @@ functions forces { type forces; - libs ( "libforces.so" ); + libs ("libforces.so"); writeControl timeStep; writeInterval 10; patches (wing); diff --git a/tutorials/incompressible/pimpleFoam/TJunction/system/controlDict b/tutorials/incompressible/pimpleFoam/TJunction/system/controlDict index c1fd57f2ef..4ed2447599 100644 --- a/tutorials/incompressible/pimpleFoam/TJunction/system/controlDict +++ b/tutorials/incompressible/pimpleFoam/TJunction/system/controlDict @@ -54,7 +54,7 @@ functions probes { // Where to load it from - libs ( "libsampling.so" ); + libs ("libsampling.so"); type probes; @@ -63,7 +63,7 @@ functions // Write at same frequency as fields writeControl writeTime; - writeInterval 1; + writeInterval 1; // Fields to be probed fields diff --git a/tutorials/incompressible/pimpleFoam/TJunctionFan/system/controlDict b/tutorials/incompressible/pimpleFoam/TJunctionFan/system/controlDict index a227e63934..ccae0768a8 100644 --- a/tutorials/incompressible/pimpleFoam/TJunctionFan/system/controlDict +++ b/tutorials/incompressible/pimpleFoam/TJunctionFan/system/controlDict @@ -54,7 +54,7 @@ functions probes { // Where to load it from - libs ( "libsampling.so" ); + libs ("libsampling.so"); type probes; @@ -63,13 +63,10 @@ functions // Write at same frequency as fields writeControl writeTime; - writeInterval 1; + writeInterval 1; // Fields to be probed - fields - ( - p U - ); + fields (p U); probeLocations ( diff --git a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict index 86d018e1d8..e3de791c46 100644 --- a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict +++ b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict @@ -18,8 +18,8 @@ mirrorMeshDict { pointAndNormalDict { - basePoint (0 0 0); - normalVector (0 -1 0); + point (0 0 0); + normal (0 -1 0); } } diff --git a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict.X b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict.X index 58b6919f81..8192c88ab3 100644 --- a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict.X +++ b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict.X @@ -18,8 +18,8 @@ mirrorMeshDict { pointAndNormalDict { - basePoint (0 0 0); - normalVector (-1 0 0); + point (0 0 0); + normal (-1 0 0); } } diff --git a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict.Y b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict.Y index 86d018e1d8..e3de791c46 100644 --- a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict.Y +++ b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/changeDictionaryDict.Y @@ -18,8 +18,8 @@ mirrorMeshDict { pointAndNormalDict { - basePoint (0 0 0); - normalVector (0 -1 0); + point (0 0 0); + normal (0 -1 0); } } diff --git a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/mirrorMeshDict b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/mirrorMeshDict index c3beed9d01..a1fb3e1277 100644 --- a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/mirrorMeshDict +++ b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/mirrorMeshDict @@ -19,8 +19,8 @@ planeType pointAndNormal; pointAndNormalDict { - basePoint (0 0 0); - normalVector (0 -1 0); + point (0 0 0); + normal (0 -1 0); } planeTolerance 1e-06; diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict index 7b51359648..954b5f4c43 100644 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict @@ -72,10 +72,10 @@ functions cuttingPlane { type surfaces; - libs ( "libsampling.so" ); + libs ("libsampling.so"); writeControl writeTime; surfaceFormat vtk; - fields ( p U ); + fields (p U); interpolationScheme cellPoint; surfaces ( @@ -85,8 +85,8 @@ functions planeType pointAndNormal; pointAndNormalDict { - basePoint (0 0 0); - normalVector (0 1 0); + point (0 0 0); + normal (0 1 0); } interpolate true; } @@ -95,10 +95,10 @@ functions forces { type forceCoeffs; - libs ( "libforces.so" ); - writeControl timeStep; - writeInterval 1; - patches ( "motorBike.*" ); + libs ("libforces.so"); + writeControl timeStep; + writeInterval 1; + patches ("motorBike.*"); rho rhoInf; log true; rhoInf 1; diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/cuttingPlane b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/cuttingPlane index 6b09900035..d98b00f8db 100644 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/cuttingPlane +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/cuttingPlane @@ -9,11 +9,11 @@ cuttingPlane { type surfaces; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; surfaceFormat vtk; - fields ( p U ); + fields (p U); interpolationScheme cellPoint; @@ -25,8 +25,8 @@ cuttingPlane planeType pointAndNormal; pointAndNormalDict { - basePoint (0 0 0); - normalVector (0 1 0); + point (0 0 0); + normal (0 1 0); } interpolate true; } diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/forceCoeffs b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/forceCoeffs index 0c6fffd3f8..03cdfbcf2a 100644 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/forceCoeffs +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/forceCoeffs @@ -8,22 +8,22 @@ forces { - type forceCoeffs; - libs ( "libforces.so" ); - writeControl timeStep; - writeInterval 1; + type forceCoeffs; + libs ("libforces.so"); + writeControl timeStep; + writeInterval 1; - patches ( "motorBike.*" ); - rho rhoInf; // Indicates incompressible - log true; - rhoInf 1; // Redundant for incompressible - liftDir (0 0 1); - dragDir (1 0 0); - CofR (0.72 0 0); // Axle midpoint on ground - pitchAxis (0 1 0); - magUInf 20; - lRef 1.42; // Wheelbase length - Aref 0.75; // Estimated + patches ("motorBike.*"); + rho rhoInf; // Indicates incompressible + log true; + rhoInf 1; // Redundant for incompressible + liftDir (0 0 1); + dragDir (1 0 0); + CofR (0.72 0 0); // Axle midpoint on ground + pitchAxis (0 1 0); + magUInf 20; + lRef 1.42; // Wheelbase length + Aref 0.75; // Estimated } diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/cuttingPlane b/tutorials/incompressible/simpleFoam/motorBike/system/cuttingPlane index 6b09900035..abd83d0d94 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/cuttingPlane +++ b/tutorials/incompressible/simpleFoam/motorBike/system/cuttingPlane @@ -9,7 +9,7 @@ cuttingPlane { type surfaces; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; surfaceFormat vtk; @@ -25,8 +25,8 @@ cuttingPlane planeType pointAndNormal; pointAndNormalDict { - basePoint (0 0 0); - normalVector (0 1 0); + point (0 0 0); + normal (0 1 0); } interpolate true; } diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs b/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs index c533ff05be..c469fbfa55 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs +++ b/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs @@ -8,25 +8,25 @@ forceCoeffs1 { - type forceCoeffs; + type forceCoeffs; - libs ( "libforces.so" ); + libs ("libforces.so"); - writeControl timeStep; + writeControl timeStep; timeInterval 1; - log yes; + log yes; - patches (motorBikeGroup); - rho rhoInf; // Indicates incompressible - rhoInf 1; // Redundant for incompressible - liftDir (0 0 1); - dragDir (1 0 0); - CofR (0.72 0 0); // Axle midpoint on ground - pitchAxis (0 1 0); - magUInf 20; - lRef 1.42; // Wheelbase length - Aref 0.75; // Estimated + patches (motorBikeGroup); + rho rhoInf; // Indicates incompressible + rhoInf 1; // Redundant for incompressible + liftDir (0 0 1); + dragDir (1 0 0); + CofR (0.72 0 0); // Axle midpoint on ground + pitchAxis (0 1 0); + magUInf 20; + lRef 1.42; // Wheelbase length + Aref 0.75; // Estimated /* binData { diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/streamLines b/tutorials/incompressible/simpleFoam/motorBike/system/streamLines index e3bbdcd380..ec6792f09e 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/streamLines +++ b/tutorials/incompressible/simpleFoam/motorBike/system/streamLines @@ -9,7 +9,7 @@ streamLines { // Where to load it from - libs ("libfieldFunctionObjects.so"); + libs ("libfieldFunctionObjects.so"); type streamLine; diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/wallBoundedStreamLines b/tutorials/incompressible/simpleFoam/motorBike/system/wallBoundedStreamLines index 08e6145db5..923a80615e 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/wallBoundedStreamLines +++ b/tutorials/incompressible/simpleFoam/motorBike/system/wallBoundedStreamLines @@ -10,7 +10,7 @@ near { // Where to load it from - libs ("libfieldFunctionObjects.so"); + libs ("libfieldFunctionObjects.so"); type nearWallFields; @@ -39,7 +39,7 @@ near wallBoundedStreamLines { // Where to load it from (if not already in solver) - libs ("libfieldFunctionObjects.so"); + libs ("libfieldFunctionObjects.so"); type wallBoundedStreamLine; // Output every diff --git a/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/controlDict b/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/controlDict index bce6e2db91..540dcdd980 100644 --- a/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/controlDict +++ b/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/controlDict @@ -52,7 +52,7 @@ functions type streamLine; // Where to load it from (if not already in solver) - libs ("libfieldFunctionObjects.so"); + libs ("libfieldFunctionObjects.so"); // Output every writeControl writeTime; diff --git a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/controlDict b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/controlDict index ea5c3e6aa4..d4652a5063 100644 --- a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/controlDict +++ b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/controlDict @@ -51,7 +51,7 @@ functions surfaceRegion1 { type surfaceRegion; - libs ("libfieldFunctionObjects.so"); + libs ("libfieldFunctionObjects.so"); enabled yes; writeControl writeTime; log yes; diff --git a/tutorials/mesh/foamyHexMesh/flange/system/controlDict b/tutorials/mesh/foamyHexMesh/flange/system/controlDict index 658047bdf8..e0408b1655 100644 --- a/tutorials/mesh/foamyHexMesh/flange/system/controlDict +++ b/tutorials/mesh/foamyHexMesh/flange/system/controlDict @@ -52,7 +52,7 @@ timePrecision 6; runTimeModifiable yes; -libs ("libdistributed.so"); +libs ("libdistributed.so"); // ************************************************************************* // diff --git a/tutorials/mesh/foamyQuadMesh/OpenCFD/system/surfaceFeatureExtractDict b/tutorials/mesh/foamyQuadMesh/OpenCFD/system/surfaceFeatureExtractDict index d82c88dd2b..6f8d27ac38 100644 --- a/tutorials/mesh/foamyQuadMesh/OpenCFD/system/surfaceFeatureExtractDict +++ b/tutorials/mesh/foamyQuadMesh/OpenCFD/system/surfaceFeatureExtractDict @@ -30,7 +30,7 @@ opencfd_text.stl subsetFeatures { // Use a plane to select feature edges - // (normal)(basePoint) + // (normal)(point) // Keep only edges that intersect the plane will be included plane (0 0 1)(0 0 0); @@ -65,7 +65,7 @@ opencfd_box.stl subsetFeatures { // Use a plane to select feature edges - // (normal)(basePoint) + // (normal)(point) // Keep only edges that intersect the plane will be included plane (0 0 1)(0 0 0); diff --git a/tutorials/mesh/foamyQuadMesh/jaggedBoundary/system/surfaceFeatureExtractDict b/tutorials/mesh/foamyQuadMesh/jaggedBoundary/system/surfaceFeatureExtractDict index 7ff6c35a0b..9b76c184ce 100644 --- a/tutorials/mesh/foamyQuadMesh/jaggedBoundary/system/surfaceFeatureExtractDict +++ b/tutorials/mesh/foamyQuadMesh/jaggedBoundary/system/surfaceFeatureExtractDict @@ -30,7 +30,7 @@ jaggedBoundary.stl subsetFeatures { // Use a plane to select feature edges - // (normal)(basePoint) + // (normal)(point) // Keep only edges that intersect the plane will be included plane (0 0 1)(-0.6 0.3 0.0); diff --git a/tutorials/mesh/foamyQuadMesh/square/system/surfaceFeatureExtractDict b/tutorials/mesh/foamyQuadMesh/square/system/surfaceFeatureExtractDict index 6a2e6d3ffe..7515061e27 100644 --- a/tutorials/mesh/foamyQuadMesh/square/system/surfaceFeatureExtractDict +++ b/tutorials/mesh/foamyQuadMesh/square/system/surfaceFeatureExtractDict @@ -30,7 +30,7 @@ unit_cube.stl subsetFeatures { // Use a plane to select feature edges - // (normal)(basePoint) + // (normal)(point) // Keep only edges that intersect the plane will be included plane (0 0 1)(0 0 0); diff --git a/tutorials/multiphase/compressibleInterDyMFoam/ras/sloshingTank2D/system/controlDict b/tutorials/multiphase/compressibleInterDyMFoam/ras/sloshingTank2D/system/controlDict index 78c5db3ab0..cd070ec999 100644 --- a/tutorials/multiphase/compressibleInterDyMFoam/ras/sloshingTank2D/system/controlDict +++ b/tutorials/multiphase/compressibleInterDyMFoam/ras/sloshingTank2D/system/controlDict @@ -57,7 +57,7 @@ functions probes { type probes; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; probeLocations ( @@ -74,7 +74,7 @@ functions wallPressure { type surfaces; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; surfaceFormat raw; fields diff --git a/tutorials/multiphase/interDyMFoam/ras/DTCHull/system/controlDict b/tutorials/multiphase/interDyMFoam/ras/DTCHull/system/controlDict index 2248660876..55e72fb8fe 100644 --- a/tutorials/multiphase/interDyMFoam/ras/DTCHull/system/controlDict +++ b/tutorials/multiphase/interDyMFoam/ras/DTCHull/system/controlDict @@ -55,14 +55,14 @@ functions { forces { - type forces; - libs ( "libforces.so" ); - patches (hull); - rhoInf 998.8; - log on; - writeControl timeStep; - writeInterval 1; - CofR (2.929541 0 0.2); + type forces; + libs ("libforces.so"); + patches (hull); + rhoInf 998.8; + log on; + writeControl timeStep; + writeInterval 1; + CofR (2.929541 0 0.2); } } diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/controlDict b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/controlDict index 194bfd02fe..53812a4db3 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/controlDict +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/controlDict @@ -57,7 +57,7 @@ functions probes { type probes; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; probeLocations ( @@ -74,7 +74,7 @@ functions wallPressure { type surfaces; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; surfaceFormat raw; fields diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/controlDict b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/controlDict index 175f54794c..085963018d 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/controlDict +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/controlDict @@ -56,7 +56,7 @@ functions probes { type probes; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; probeLocations ( @@ -73,7 +73,7 @@ functions wallPressure { type surfaces; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl writeTime; surfaceFormat raw; fields diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/controlDict b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/controlDict index 6e66cae3d4..92d536d026 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/controlDict +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/controlDict @@ -56,7 +56,7 @@ functions probes { type probes; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl timeStep; writeInterval 1; probeLocations diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/controlDict b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/controlDict index 5a8587772a..c3e1ed6fa2 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/controlDict +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/controlDict @@ -56,7 +56,7 @@ functions probes { type probes; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl timeStep; writeInterval 1; probeLocations diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/controlDict b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/controlDict index 5a8587772a..c3e1ed6fa2 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/controlDict +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/controlDict @@ -56,7 +56,7 @@ functions probes { type probes; - libs ("libsampling.so"); + libs ("libsampling.so"); writeControl timeStep; writeInterval 1; probeLocations diff --git a/tutorials/multiphase/interFoam/ras/DTCHull/system/controlDict b/tutorials/multiphase/interFoam/ras/DTCHull/system/controlDict index 3454ff5f40..8c7868dbd0 100644 --- a/tutorials/multiphase/interFoam/ras/DTCHull/system/controlDict +++ b/tutorials/multiphase/interFoam/ras/DTCHull/system/controlDict @@ -49,14 +49,14 @@ functions { forces { - type forces; - libs ( "libforces.so" ); - patches (hull); - rhoInf 998.8; - log on; - writeControl timeStep; - writeInterval 1; - CofR (2.929541 0 0.2); + type forces; + libs ("libforces.so"); + patches (hull); + rhoInf 998.8; + log on; + writeControl timeStep; + writeInterval 1; + CofR (2.929541 0 0.2); } } diff --git a/tutorials/multiphase/interFoam/ras/waterChannel/system/controlDict b/tutorials/multiphase/interFoam/ras/waterChannel/system/controlDict index 2e0da0954c..2657ece7b8 100644 --- a/tutorials/multiphase/interFoam/ras/waterChannel/system/controlDict +++ b/tutorials/multiphase/interFoam/ras/waterChannel/system/controlDict @@ -56,7 +56,7 @@ functions inletFlux { type surfaceRegion; - libs ("libfieldFunctionObjects.so"); + libs ("libfieldFunctionObjects.so"); writeControl timeStep; log true; // Output field values as well diff --git a/tutorials/multiphase/multiphaseEulerFoam/bubbleColumn/system/controlDict b/tutorials/multiphase/multiphaseEulerFoam/bubbleColumn/system/controlDict index e6cd8a7004..346185f314 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/bubbleColumn/system/controlDict +++ b/tutorials/multiphase/multiphaseEulerFoam/bubbleColumn/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/potentialFreeSurfaceDyMFoam/oscillatingBox/system/controlDict b/tutorials/multiphase/potentialFreeSurfaceDyMFoam/oscillatingBox/system/controlDict index 81c5e682ae..aa6d941efb 100644 --- a/tutorials/multiphase/potentialFreeSurfaceDyMFoam/oscillatingBox/system/controlDict +++ b/tutorials/multiphase/potentialFreeSurfaceDyMFoam/oscillatingBox/system/controlDict @@ -56,7 +56,7 @@ functions forces { type forces; - libs ("libforces.so"); + libs ("libforces.so"); writeControl writeTime; patches (floatingObject); rho rhoInf; @@ -68,7 +68,7 @@ functions poolHeight { type surfaceRegion; - libs ("libfieldFunctionObjects.so"); + libs ("libfieldFunctionObjects.so"); writeControl timeStep; writeInterval 1; log yes; diff --git a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/bubbleColumn/system/controlDict b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/bubbleColumn/system/controlDict index 987fa05c0a..3d2a48dc53 100644 --- a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/bubbleColumn/system/controlDict +++ b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/bubbleColumn/system/controlDict @@ -56,7 +56,7 @@ functions0 fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/LES/bubbleColumn/system/controlDict b/tutorials/multiphase/reactingTwoPhaseEulerFoam/LES/bubbleColumn/system/controlDict index ab77d7aa4a..f5c3f6198c 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/LES/bubbleColumn/system/controlDict +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/LES/bubbleColumn/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/system/controlDict b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/system/controlDict index ab77d7aa4a..f5c3f6198c 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/system/controlDict +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/fluidisedBed/system/controlDict b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/fluidisedBed/system/controlDict index 998a61a757..81af8adf88 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/fluidisedBed/system/controlDict +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/fluidisedBed/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumn/system/controlDict b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumn/system/controlDict index ab77d7aa4a..f5c3f6198c 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumn/system/controlDict +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumn/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumnEvaporating/system/continuityFunctions b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumnEvaporating/system/continuityFunctions index 65153c7351..79e38ccc13 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumnEvaporating/system/continuityFunctions +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumnEvaporating/system/continuityFunctions @@ -9,7 +9,7 @@ inletMassFlowRate { type surfaceRegion; - libs ("libfieldFunctionObjects.so"); + libs ("libfieldFunctionObjects.so"); fields ( @@ -32,7 +32,7 @@ inletMassFlowRate outletMassFlowRate { type surfaceRegion; - libs ("libfieldFunctionObjects.so"); + libs ("libfieldFunctionObjects.so"); fields ( @@ -55,7 +55,7 @@ outletMassFlowRate totalMass { type coded; - libs ("libutilityFunctionObjects.so"); + libs ("libutilityFunctionObjects.so"); name error; code diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumnIATE/system/controlDict b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumnIATE/system/controlDict index ab77d7aa4a..f5c3f6198c 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumnIATE/system/controlDict +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/bubbleColumnIATE/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/fluidisedBed/system/controlDict b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/fluidisedBed/system/controlDict index 17459a91c5..22451a2288 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/fluidisedBed/system/controlDict +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/fluidisedBed/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/twoPhaseEulerFoam/LES/bubbleColumn/system/controlDict b/tutorials/multiphase/twoPhaseEulerFoam/LES/bubbleColumn/system/controlDict index c47d61162c..e4748733ff 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/LES/bubbleColumn/system/controlDict +++ b/tutorials/multiphase/twoPhaseEulerFoam/LES/bubbleColumn/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/twoPhaseEulerFoam/RAS/bubbleColumn/system/controlDict b/tutorials/multiphase/twoPhaseEulerFoam/RAS/bubbleColumn/system/controlDict index c47d61162c..e4748733ff 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/RAS/bubbleColumn/system/controlDict +++ b/tutorials/multiphase/twoPhaseEulerFoam/RAS/bubbleColumn/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed/system/controlDict b/tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed/system/controlDict index 500eeb0e9a..1fbd221e49 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed/system/controlDict +++ b/tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumn/system/controlDict b/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumn/system/controlDict index c47d61162c..e4748733ff 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumn/system/controlDict +++ b/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumn/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumnIATE/system/controlDict b/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumnIATE/system/controlDict index c47d61162c..e4748733ff 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumnIATE/system/controlDict +++ b/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumnIATE/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( diff --git a/tutorials/multiphase/twoPhaseEulerFoam/laminar/fluidisedBed/system/controlDict b/tutorials/multiphase/twoPhaseEulerFoam/laminar/fluidisedBed/system/controlDict index b78dca2243..3e469a5f87 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/laminar/fluidisedBed/system/controlDict +++ b/tutorials/multiphase/twoPhaseEulerFoam/laminar/fluidisedBed/system/controlDict @@ -56,7 +56,7 @@ functions fieldAverage1 { type fieldAverage; - libs ( "libfieldFunctionObjects.so" ); + libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields (