diff --git a/tutorials/compressible/acousticFoam/obliqueAirJet/Allrun-parallel b/tutorials/compressible/acousticFoam/obliqueAirJet/Allrun similarity index 100% rename from tutorials/compressible/acousticFoam/obliqueAirJet/Allrun-parallel rename to tutorials/compressible/acousticFoam/obliqueAirJet/Allrun diff --git a/tutorials/finiteArea/liquidFilmFoam/cylinder/0/h b/tutorials/finiteArea/liquidFilmFoam/cylinder/0/h index 35980be347..a2743c0178 100644 --- a/tutorials/finiteArea/liquidFilmFoam/cylinder/0/h +++ b/tutorials/finiteArea/liquidFilmFoam/cylinder/0/h @@ -23,8 +23,8 @@ boundaryField { inlet { - type uniformFixedValue; - uniformValue 0.000141; + type fixedValue; + value uniform 0.000141; } outlet diff --git a/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D-topologyChange/system/controlDict b/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D-topologyChange/system/controlDict index 352e9cebe1..e09a16d00c 100644 --- a/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D-topologyChange/system/controlDict +++ b/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D-topologyChange/system/controlDict @@ -54,55 +54,50 @@ functions AMI1 { type surfaceFieldValue; - functionObjectLibs ("libfieldFunctionObjects.so"); - log true; - executeControl timeStep; - executeInterval 1; - writeFields true; - regionType patch; - name AMI1; - operation sum; - surfaceFormat none; - fields (phi); + libs (fieldFunctionObjects); + log true; + executeControl timeStep; + executeInterval 1; + writeFields true; + regionType patch; + name AMI1; + operation sum; + surfaceFormat none; + fields (phi); } + AMI2 { - type surfaceFieldValue; - functionObjectLibs ("libfieldFunctionObjects.so"); - log true; - executeControl timeStep; - executeInterval 1; - writeFields true; - regionType patch; - name AMI2; - operation sum; - surfaceFormat none; - fields (phi); + type surfaceFieldValue; + libs (fieldFunctionObjects); + log true; + executeControl timeStep; + executeInterval 1; + writeFields true; + regionType patch; + name AMI2; + operation sum; + surfaceFormat none; + fields (phi); } -forces -{ - type forces; - - functionObjectLibs ( "libforces.so" ); - - outputControl timeStep; - timeInterval 1; - - log yes; - - patches ( "rotor" ); - pName p; - UName U; - rho rhoInf; // Indicates incompressible - log true; - rhoInf 997; // Redundant for incompressible - - CofR (0 0 0); // Rotation around centre line of propeller - pitchAxis (0 0 1); + forces + { + type forces; + libs (forces); + writeControl timeStep; + timeInterval 1; + log yes; + patches ( "rotor" ); + pName p; + UName U; + rho rhoInf; // Indicates incompressible + log true; + rhoInf 997; // Redundant for incompressible + CofR (0 0 0); // Rotation around centre line of propeller + pitchAxis (0 0 1); + } } -} - // ************************************************************************* // diff --git a/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D-topologyChange/system/topoSetDict b/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D-topologyChange/system/topoSetDict index a60f5008b8..5a3d186d4a 100644 --- a/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D-topologyChange/system/topoSetDict +++ b/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D-topologyChange/system/topoSetDict @@ -25,11 +25,9 @@ actions type faceSet; action new; source patchToFace; - sourceInfo - { - name "AMI.*"; - } + patch "AMI.*"; } ); + // ************************************************************************* // diff --git a/tutorials/incompressible/pimpleFoam/laminar/planarPoiseuille/Allrun b/tutorials/incompressible/pimpleFoam/laminar/planarPoiseuille/Allrun index dce2c86164..5f62ec3c49 100755 --- a/tutorials/incompressible/pimpleFoam/laminar/planarPoiseuille/Allrun +++ b/tutorials/incompressible/pimpleFoam/laminar/planarPoiseuille/Allrun @@ -60,44 +60,8 @@ serialRun() { runApplication WatersKing } - -# Plot streamwise flow speed at y=1.0 [m] as a function of time -# -# $* = models -# ---- -plot() { - # Require gnuplot - command -v gnuplot >/dev/null || { - echo "gnuplot not found - skipping graph creation" 1>&2 - exit 1 - } - - models=$* - endTime=$(foamDictionary -entry endTime -value system/controlDict) - - gnuplot</dev/null || { + echo "gnuplot not found - skipping graph creation" 1>&2 + exit 1 + } + + models=$* + endTime=$(foamDictionary -entry endTime -value system/controlDict) + + gnuplot<