diff --git a/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/CH4 b/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/CH4 index 1d55e99894..00e0f739ef 100644 --- a/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/CH4 +++ b/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/CH4 @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -25,27 +25,27 @@ boundaryField inletSleeve { type fixedValue; - value uniform $:sleeve.CH4; + value uniform $/sleeve/CH4; } inletPipe { type fixedValue; - value uniform $:pipe.CH4; + value uniform $/pipe/CH4; } outletSleeve { type inletOutlet; - inletValue uniform $:sleeve.CH4; - value uniform $:sleeve.CH4; + inletValue uniform $/sleeve/CH4; + value uniform $/sleeve/CH4; } outletPipe { type inletOutlet; - inletValue uniform $:pipe.CH4; - value uniform $:pipe.CH4; + inletValue uniform $/pipe/CH4; + value uniform $/pipe/CH4; } wall @@ -58,7 +58,7 @@ boundaryField type semiPermeableBaffleMassFraction; samplePatch membranePipe; c 0.1; - value uniform $:sleeve.CH4; + value uniform $/sleeve/CH4; } membranePipe @@ -66,9 +66,12 @@ boundaryField type semiPermeableBaffleMassFraction; samplePatch membraneSleeve; c 0.1; - value uniform $:pipe.CH4; + value uniform $/pipe/CH4; } } +// Cleanup +#remove ( sleeve pipe ) + // ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/N2 b/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/N2 index 72303362aa..4b14980d1f 100644 --- a/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/N2 +++ b/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/N2 @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -25,27 +25,27 @@ boundaryField inletSleeve { type fixedValue; - value uniform $:sleeve.N2; + value uniform $/sleeve/N2; } inletPipe { type fixedValue; - value uniform $:pipe.N2; + value uniform $/pipe/N2; } outletSleeve { type inletOutlet; - inletValue uniform $:sleeve.N2; - value uniform $:sleeve.N2; + inletValue uniform $/sleeve/N2; + value uniform $/sleeve/N2; } outletPipe { type inletOutlet; - inletValue uniform $:pipe.N2; - value uniform $:pipe.N2; + inletValue uniform $/pipe/N2; + value uniform $/pipe/N2; } wall @@ -56,15 +56,18 @@ boundaryField membraneSleeve { type semiPermeableBaffleMassFraction; - value uniform $:sleeve.N2; + value uniform $/sleeve/N2; } membranePipe { type semiPermeableBaffleMassFraction; - value uniform $:pipe.N2; + value uniform $/pipe/N2; } } +// Cleanup +#remove ( sleeve pipe ) + // ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/O2 b/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/O2 index 0c56cd8b01..cca77c1823 100644 --- a/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/O2 +++ b/tutorials/combustion/reactingFoam/RAS/membrane/0.orig/O2 @@ -25,27 +25,27 @@ boundaryField inletSleeve { type fixedValue; - value uniform $:sleeve.O2; + value uniform $/sleeve/O2; } inletPipe { type fixedValue; - value uniform $:pipe.O2; + value uniform $/pipe/O2; } outletSleeve { type inletOutlet; - inletValue uniform $:sleeve.O2; - value uniform $:sleeve.O2; + inletValue uniform $/sleeve/O2; + value uniform $/sleeve/O2; } outletPipe { type inletOutlet; - inletValue uniform $:pipe.O2; - value uniform $:pipe.O2; + inletValue uniform $/pipe/O2; + value uniform $/pipe/O2; } wall @@ -56,15 +56,17 @@ boundaryField membraneSleeve { type semiPermeableBaffleMassFraction; - value uniform $:sleeve.O2; + value uniform $/sleeve/O2; } membranePipe { type semiPermeableBaffleMassFraction; - value uniform $:pipe.O2; + value uniform $/pipe/O2; } } +// Cleanup +#remove ( sleeve pipe ) // ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/RAS/membrane/system/setFieldsDict b/tutorials/combustion/reactingFoam/RAS/membrane/system/setFieldsDict index 28e8255d8d..a944a3f1c9 100644 --- a/tutorials/combustion/reactingFoam/RAS/membrane/system/setFieldsDict +++ b/tutorials/combustion/reactingFoam/RAS/membrane/system/setFieldsDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -18,9 +18,9 @@ FoamFile defaultFieldValues ( - volScalarFieldValue CH4 $:sleeve.CH4 - volScalarFieldValue N2 $:sleeve.N2 - volScalarFieldValue O2 $:sleeve.O2 + volScalarFieldValue CH4 $/sleeve/CH4 + volScalarFieldValue N2 $/sleeve/N2 + volScalarFieldValue O2 $/sleeve/O2 ); regions @@ -30,12 +30,15 @@ regions zone pipe; fieldValues ( - volScalarFieldValue CH4 $:pipe.CH4 - volScalarFieldValue N2 $:pipe.N2 - volScalarFieldValue O2 $:pipe.O2 + volScalarFieldValue CH4 $/pipe/CH4 + volScalarFieldValue N2 $/pipe/N2 + volScalarFieldValue O2 $/pipe/O2 ); } ); +// Cleanup +#remove ( sleeve pipe ) + // ************************************************************************* // diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/aerofoilNACA0012/system/blockMeshDict b/tutorials/compressible/rhoPimpleFoam/RAS/aerofoilNACA0012/system/blockMeshDict index addf616624..e9e7643407 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/aerofoilNACA0012/system/blockMeshDict +++ b/tutorials/compressible/rhoPimpleFoam/RAS/aerofoilNACA0012/system/blockMeshDict @@ -56,82 +56,82 @@ geometry cylinder { type cylinder; - point1 ($:aerofoil.xUpper -1e3 0); - point2 ($:aerofoil.xUpper 1e3 0); - radius $:domain.zMax; + point1 ($/aerofoil/xUpper -1e3 0); + point2 ($/aerofoil/xUpper 1e3 0); + radius $/domain/zMax; } } vertices ( - project ($aerofoil.xLower -0.1 $domain.zMin) (cylinder) - ($aerofoil.xTrail -0.1 $domain.zMin) - ($domain.xMax -0.1 $domain.zMin) + project ($/aerofoil/xLower -0.1 $/domain/zMin) (cylinder) + ($/aerofoil/xTrail -0.1 $/domain/zMin) + ($/domain/xMax -0.1 $/domain/zMin) - project ($domain.xMin -0.1 $aerofoil.zLead) (cylinder) - project ($aerofoil.xLead -0.1 $aerofoil.zLead) (aerofoil) - project ($aerofoil.xTrail -0.1 $aerofoil.zTrail) (aerofoil) - ($domain.xMax -0.1 $aerofoil.zTrail) + project ($/domain/xMin -0.1 $/aerofoil/zLead) (cylinder) + project ($/aerofoil/xLead -0.1 $/aerofoil/zLead) (aerofoil) + project ($/aerofoil/xTrail -0.1 $/aerofoil/zTrail) (aerofoil) + ($/domain/xMax -0.1 $/aerofoil/zTrail) - project ($aerofoil.xLower -0.1 $aerofoil.zLower) (aerofoil) - project ($aerofoil.xUpper -0.1 $aerofoil.zUpper) (aerofoil) + project ($/aerofoil/xLower -0.1 $/aerofoil/zLower) (aerofoil) + project ($/aerofoil/xUpper -0.1 $/aerofoil/zUpper) (aerofoil) - project ($aerofoil.xUpper -0.1 $domain.zMax) (aerofoil) - project ($aerofoil.xTrail -0.1 $domain.zMax) (aerofoil) - ($domain.xMax -0.1 $domain.zMax) + project ($/aerofoil/xUpper -0.1 $/domain/zMax) (aerofoil) + project ($/aerofoil/xTrail -0.1 $/domain/zMax) (aerofoil) + ($/domain/xMax -0.1 $/domain/zMax) - project ($aerofoil.xLower 0.1 $domain.zMin) (cylinder) - ($aerofoil.xTrail 0.1 $domain.zMin) - ($domain.xMax 0.1 $domain.zMin) + project ($/aerofoil/xLower 0.1 $/domain/zMin) (cylinder) + ($/aerofoil/xTrail 0.1 $/domain/zMin) + ($/domain/xMax 0.1 $/domain/zMin) - project ($domain.xMin 0.1 $aerofoil.zLead) (cylinder) - project ($aerofoil.xLead 0.1 $aerofoil.zLead) (aerofoil) - project ($aerofoil.xTrail 0.1 $aerofoil.zTrail) (aerofoil) - ($domain.xMax 0.1 $aerofoil.zTrail) + project ($/domain/xMin 0.1 $/aerofoil/zLead) (cylinder) + project ($/aerofoil/xLead 0.1 $/aerofoil/zLead) (aerofoil) + project ($/aerofoil/xTrail 0.1 $/aerofoil/zTrail) (aerofoil) + ($/domain/xMax 0.1 $/aerofoil/zTrail) - project ($aerofoil.xLower 0.1 $aerofoil.zLower) (aerofoil) - project ($aerofoil.xUpper 0.1 $aerofoil.zUpper) (aerofoil) + project ($/aerofoil/xLower 0.1 $/aerofoil/zLower) (aerofoil) + project ($/aerofoil/xUpper 0.1 $/aerofoil/zUpper) (aerofoil) - project ($aerofoil.xUpper 0.1 $domain.zMax) (aerofoil) - project ($aerofoil.xTrail 0.1 $domain.zMax) (aerofoil) - ($domain.xMax 0.1 $domain.zMax) + project ($/aerofoil/xUpper 0.1 $/domain/zMax) (aerofoil) + project ($/aerofoil/xTrail 0.1 $/domain/zMax) (aerofoil) + ($/domain/xMax 0.1 $/domain/zMax) ); blocks ( hex ( 7 4 16 19 0 3 15 12) - ($:domain.xUCells 1 $:domain.zCells) + ($/domain/xUCells 1 $/domain/zCells) edgeGrading ( - $:domain.leadGrading $:domain.leadGrading $:domain.xUGrading $:domain.xUGrading + $/domain/leadGrading $/domain/leadGrading $/domain/xUGrading $/domain/xUGrading 1 1 1 1 - $:domain.zGrading $:domain.zGrading $:domain.zGrading $:domain.zGrading + $/domain/zGrading $/domain/zGrading $/domain/zGrading $/domain/zGrading ) hex ( 5 7 19 17 1 0 12 13) - ($:domain.xMCells 1 $:domain.zCells) - simpleGrading (1 1 $:domain.zGrading) + ($/domain/xMCells 1 $/domain/zCells) + simpleGrading (1 1 $/domain/zGrading) hex ( 17 18 6 5 13 14 2 1) - ($:domain.xDCells 1 $:domain.zCells) - simpleGrading ($:domain.xDGrading 1 $:domain.zGrading) + ($/domain/xDCells 1 $/domain/zCells) + simpleGrading ($/domain/xDGrading 1 $/domain/zGrading) hex ( 20 16 4 8 21 15 3 9) - ($:domain.xUCells 1 $:domain.zCells) + ($/domain/xUCells 1 $/domain/zCells) edgeGrading ( - $:domain.leadGrading $:domain.leadGrading $:domain.xUGrading $:domain.xUGrading + $/domain/leadGrading $/domain/leadGrading $/domain/xUGrading $/domain/xUGrading 1 1 1 1 - $:domain.zGrading $:domain.zGrading $:domain.zGrading $:domain.zGrading + $/domain/zGrading $/domain/zGrading $/domain/zGrading $/domain/zGrading ) hex ( 17 20 8 5 22 21 9 10) - ($:domain.xMCells 1 $:domain.zCells) - simpleGrading (1 1 $:domain.zGrading) + ($/domain/xMCells 1 $/domain/zCells) + simpleGrading (1 1 $/domain/zGrading) hex ( 5 6 18 17 10 11 23 22) - ($:domain.xDCells 1 $:domain.zCells) - simpleGrading ($:domain.xDGrading 1 $:domain.zGrading) + ($/domain/xDCells 1 $/domain/zCells) + simpleGrading ($/domain/xDGrading 1 $/domain/zGrading) ); edges @@ -223,4 +223,7 @@ boundary ); +// Cleanup +#remove ( domain aerofoil ) + // ************************************************************************* // diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/T b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/T index d4ea7a8e74..9d7fbf3d2b 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/T +++ b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/T @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -18,30 +18,30 @@ FoamFile dimensions [0 0 0 1 0 0 0]; -internalField uniform $:outerInlet.T; +internalField uniform $/outerInlet/T; boundaryField { innerInlet { type fixedValue; - value uniform $:innerInlet.T; + value uniform $/innerInlet/T; } outerInlet { type fixedValue; - value uniform $:outerInlet.T; + value uniform $/outerInlet/T; } outlet { - $:outlet.T; + $/outlet/T; } staticWalls { - $:wall.T; + $/wall/T; } movingWalls diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/U b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/U index 480522c62f..1d863e1ef3 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/U +++ b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/U @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -25,28 +25,28 @@ boundaryField innerInlet { type fixedValue; - value uniform $:innerInlet.U; + value uniform $/innerInlet/U; } outerInlet { type fixedValue; - value uniform $:outerInlet.U; + value uniform $/outerInlet/U; } outlet { - $:outlet.U; + $/outlet/U; } staticWalls { - $:wall.U; + $/wall/U; } movingWalls { - $:movingWall.U; + $/movingWall/U; } #includeEtc "caseDicts/setConstraintTypes" diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/alphat b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/alphat index 3f1d7add21..2c44cd390f 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/alphat +++ b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/alphat @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -24,17 +24,17 @@ boundaryField { inlet { - $:calculated.alphat; + $/calculated/alphat; } outlet { - $:calculated.alphat; + $/calculated/alphat; } movingWalls { - $:wall.alphat; + $/wall/alphat; } staticWalls diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/epsilon b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/epsilon index 34d66dd342..3597490303 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/epsilon +++ b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/epsilon @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -19,30 +19,30 @@ FoamFile dimensions [0 2 -3 0 0 0 0]; -internalField uniform $:innerInlet.epsilon; +internalField uniform $/innerInlet/epsilon; boundaryField { innerInlet { type fixedValue; - value uniform $:innerInlet.epsilon; + value uniform $/innerInlet/epsilon; } outerInlet { type fixedValue; - value uniform $:outerInlet.epsilon; + value uniform $/outerInlet/epsilon; } outlet { - $:outlet.epsilon; + $/outlet/epsilon; } staticWalls { - $:wall.epsilon; + $/wall/epsilon; } movingWalls diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/k b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/k index 2bf519e929..5597e164ff 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/k +++ b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/k @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -18,30 +18,30 @@ FoamFile dimensions [0 2 -2 0 0 0 0]; -internalField uniform $:innerInlet.k; +internalField uniform $/innerInlet/k; boundaryField { innerInlet { type fixedValue; - value uniform $:innerInlet.k; + value uniform $/innerInlet/k; } outerInlet { type fixedValue; - value uniform $:outerInlet.k; + value uniform $/outerInlet/k; } outlet { - $:outlet.k; + $/outlet/k; } staticWalls { - $:wall.k; + $/wall/k; } movingWalls diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/nut b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/nut index 1ab8fd885d..4f1bfe3671 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/nut +++ b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/nut @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -24,17 +24,17 @@ boundaryField { inlet { - $:calculated.nut; + $/calculated/nut; } outlet { - $:calculated.nut; + $/calculated/nut; } movingWalls { - $:wall.nut; + $/wall/nut; } staticWalls diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/p b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/p index 58cbee64b0..9b27643a3d 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/p +++ b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/0.orig/p @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -24,17 +24,17 @@ boundaryField { inlet { - $:inlet.p; + $/inlet/p; } outlet { - $:outlet.p; + $/outlet/p; } staticWalls { - $:wall.p; + $/wall/p; } movingWalls diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/constant/boundaryConditions b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/constant/boundaryConditions index ce35f9ff2b..09b141394b 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/constant/boundaryConditions +++ b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/constant/boundaryConditions @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -54,21 +54,21 @@ outlet T { type inletOutlet; - inletValue uniform $:outerInlet.T; + inletValue uniform $/outerInlet/T; value $inletValue; } k { type inletOutlet; - inletValue uniform $:innerInlet.k; + inletValue uniform $/innerInlet/k; value $inletValue; } epsilon { type inletOutlet; - inletValue uniform $:innerInlet.epsilon; + inletValue uniform $/innerInlet/epsilon; value $inletValue; } } @@ -94,13 +94,13 @@ wall k { type kqRWallFunction; - value uniform $:innerInlet.k; + value uniform $/innerInlet/k; } epsilon { type epsilonWallFunction; - value uniform $:innerInlet.epsilon; + value uniform $/innerInlet/epsilon; } nut diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/constant/dynamicMeshDict b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/constant/dynamicMeshDict index dabe0e4762..d433b0ac4b 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/constant/dynamicMeshDict +++ b/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/constant/dynamicMeshDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -26,7 +26,10 @@ solidBodyMotionFunction rotatingMotion; origin (0 0 0); axis (0 0 1); -omega $:meshMotionProperties.omega; +omega $/meshMotionProperties/omega; +// Cleanup +#remove ( meshMotionProperties ) + // ************************************************************************* // diff --git a/tutorials/compressible/rhoSimpleFoam/aerofoilNACA0012/system/blockMeshDict b/tutorials/compressible/rhoSimpleFoam/aerofoilNACA0012/system/blockMeshDict index addf616624..b32f7a188b 100644 --- a/tutorials/compressible/rhoSimpleFoam/aerofoilNACA0012/system/blockMeshDict +++ b/tutorials/compressible/rhoSimpleFoam/aerofoilNACA0012/system/blockMeshDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -56,82 +56,82 @@ geometry cylinder { type cylinder; - point1 ($:aerofoil.xUpper -1e3 0); - point2 ($:aerofoil.xUpper 1e3 0); - radius $:domain.zMax; + point1 ($/aerofoil/xUpper -1e3 0); + point2 ($/aerofoil/xUpper 1e3 0); + radius $/domain/zMax; } } vertices ( - project ($aerofoil.xLower -0.1 $domain.zMin) (cylinder) - ($aerofoil.xTrail -0.1 $domain.zMin) - ($domain.xMax -0.1 $domain.zMin) + project ($/aerofoil/xLower -0.1 $/domain/zMin) (cylinder) + ($/aerofoil/xTrail -0.1 $/domain/zMin) + ($/domain/xMax -0.1 $/domain/zMin) - project ($domain.xMin -0.1 $aerofoil.zLead) (cylinder) - project ($aerofoil.xLead -0.1 $aerofoil.zLead) (aerofoil) - project ($aerofoil.xTrail -0.1 $aerofoil.zTrail) (aerofoil) - ($domain.xMax -0.1 $aerofoil.zTrail) + project ($/domain/xMin -0.1 $/aerofoil/zLead) (cylinder) + project ($/aerofoil/xLead -0.1 $/aerofoil/zLead) (aerofoil) + project ($/aerofoil/xTrail -0.1 $/aerofoil/zTrail) (aerofoil) + ($/domain/xMax -0.1 $/aerofoil/zTrail) - project ($aerofoil.xLower -0.1 $aerofoil.zLower) (aerofoil) - project ($aerofoil.xUpper -0.1 $aerofoil.zUpper) (aerofoil) + project ($/aerofoil/xLower -0.1 $/aerofoil/zLower) (aerofoil) + project ($/aerofoil/xUpper -0.1 $/aerofoil/zUpper) (aerofoil) - project ($aerofoil.xUpper -0.1 $domain.zMax) (aerofoil) - project ($aerofoil.xTrail -0.1 $domain.zMax) (aerofoil) - ($domain.xMax -0.1 $domain.zMax) + project ($/aerofoil/xUpper -0.1 $/domain/zMax) (aerofoil) + project ($/aerofoil/xTrail -0.1 $/domain/zMax) (aerofoil) + ($/domain/xMax -0.1 $/domain/zMax) - project ($aerofoil.xLower 0.1 $domain.zMin) (cylinder) - ($aerofoil.xTrail 0.1 $domain.zMin) - ($domain.xMax 0.1 $domain.zMin) + project ($/aerofoil/xLower 0.1 $/domain/zMin) (cylinder) + ($/aerofoil/xTrail 0.1 $/domain/zMin) + ($/domain/xMax 0.1 $/domain/zMin) - project ($domain.xMin 0.1 $aerofoil.zLead) (cylinder) - project ($aerofoil.xLead 0.1 $aerofoil.zLead) (aerofoil) - project ($aerofoil.xTrail 0.1 $aerofoil.zTrail) (aerofoil) - ($domain.xMax 0.1 $aerofoil.zTrail) + project ($/domain/xMin 0.1 $/aerofoil/zLead) (cylinder) + project ($/aerofoil/xLead 0.1 $/aerofoil/zLead) (aerofoil) + project ($/aerofoil/xTrail 0.1 $/aerofoil/zTrail) (aerofoil) + ($/domain/xMax 0.1 $/aerofoil/zTrail) - project ($aerofoil.xLower 0.1 $aerofoil.zLower) (aerofoil) - project ($aerofoil.xUpper 0.1 $aerofoil.zUpper) (aerofoil) + project ($/aerofoil/xLower 0.1 $/aerofoil/zLower) (aerofoil) + project ($/aerofoil/xUpper 0.1 $/aerofoil/zUpper) (aerofoil) - project ($aerofoil.xUpper 0.1 $domain.zMax) (aerofoil) - project ($aerofoil.xTrail 0.1 $domain.zMax) (aerofoil) - ($domain.xMax 0.1 $domain.zMax) + project ($/aerofoil/xUpper 0.1 $/domain/zMax) (aerofoil) + project ($/aerofoil/xTrail 0.1 $/domain/zMax) (aerofoil) + ($/domain/xMax 0.1 $/domain/zMax) ); blocks ( hex ( 7 4 16 19 0 3 15 12) - ($:domain.xUCells 1 $:domain.zCells) + ($/domain/xUCells 1 $/domain/zCells) edgeGrading ( - $:domain.leadGrading $:domain.leadGrading $:domain.xUGrading $:domain.xUGrading + $/domain/leadGrading $/domain/leadGrading $/domain/xUGrading $/domain/xUGrading 1 1 1 1 - $:domain.zGrading $:domain.zGrading $:domain.zGrading $:domain.zGrading + $/domain/zGrading $/domain/zGrading $/domain/zGrading $/domain/zGrading ) hex ( 5 7 19 17 1 0 12 13) - ($:domain.xMCells 1 $:domain.zCells) - simpleGrading (1 1 $:domain.zGrading) + ($/domain/xMCells 1 $/domain/zCells) + simpleGrading (1 1 $/domain/zGrading) hex ( 17 18 6 5 13 14 2 1) - ($:domain.xDCells 1 $:domain.zCells) - simpleGrading ($:domain.xDGrading 1 $:domain.zGrading) + ($/domain/xDCells 1 $/domain/zCells) + simpleGrading ($/domain/xDGrading 1 $/domain/zGrading) hex ( 20 16 4 8 21 15 3 9) - ($:domain.xUCells 1 $:domain.zCells) + ($/domain/xUCells 1 $/domain/zCells) edgeGrading ( - $:domain.leadGrading $:domain.leadGrading $:domain.xUGrading $:domain.xUGrading + $/domain/leadGrading $/domain/leadGrading $/domain/xUGrading $/domain/xUGrading 1 1 1 1 - $:domain.zGrading $:domain.zGrading $:domain.zGrading $:domain.zGrading + $/domain/zGrading $/domain/zGrading $/domain/zGrading $/domain/zGrading ) hex ( 17 20 8 5 22 21 9 10) - ($:domain.xMCells 1 $:domain.zCells) - simpleGrading (1 1 $:domain.zGrading) + ($/domain/xMCells 1 $/domain/zCells) + simpleGrading (1 1 $/domain/zGrading) hex ( 5 6 18 17 10 11 23 22) - ($:domain.xDCells 1 $:domain.zCells) - simpleGrading ($:domain.xDGrading 1 $:domain.zGrading) + ($/domain/xDCells 1 $/domain/zCells) + simpleGrading ($/domain/xDGrading 1 $/domain/zGrading) ); edges @@ -222,5 +222,7 @@ boundary } ); +// Cleanup +#remove ( domain aerofoil ) // ************************************************************************* // diff --git a/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun b/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun index e799410294..f653c37b5c 100755 --- a/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun +++ b/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun @@ -17,30 +17,30 @@ runApplication decomposePar runParallel $(getApplication) #- Run with processorAgglomerator -foamDictionary -entry solvers.p.processorAgglomerator -set 'masterCoarsest' system/fvSolution +foamDictionary -entry solvers/p/processorAgglomerator -set masterCoarsest system/fvSolution runParallel -s masterCoarsest $(getApplication) #- Run with processorAgglomerator+nCellsInMasterLevel -foamDictionary -entry solvers.p.nCellsInMasterLevel -set '1' system/fvSolution +foamDictionary -entry solvers/p/nCellsInMasterLevel -set 1 system/fvSolution runParallel -s nCellsInMasterLevel $(getApplication) #- Run with processorAgglomerator - multiple masters -foamDictionary -entry solvers.p.nMasters -set '2' system/fvSolution +foamDictionary -entry solvers/p/nMasters -set 2 system/fvSolution runParallel -s masterCoarsest2 $(getApplication) #- Run with processorAgglomerator -foamDictionary -entry solvers.p.processorAgglomerator -set 'procFaces' system/fvSolution -foamDictionary -entry solvers.p.nAgglomeratingCells -set 100 system/fvSolution +foamDictionary -entry solvers/p/processorAgglomerator -set procFaces system/fvSolution +foamDictionary -entry solvers/p/nAgglomeratingCells -set 100 system/fvSolution runParallel -s procFaces $(getApplication) -foamDictionary -entry solvers.p.nAgglomeratingCells -remove system/fvSolution +foamDictionary -entry solvers/p/nAgglomeratingCells -remove system/fvSolution #- Run with processorAgglomerator -foamDictionary -entry solvers.p.processorAgglomerator -set 'eager' system/fvSolution +foamDictionary -entry solvers/p/processorAgglomerator -set eager system/fvSolution runParallel -s eager $(getApplication) #- Run with processorAgglomerator -foamDictionary -entry solvers.p.processorAgglomerator -set 'manual' system/fvSolution -foamDictionary -entry solvers.p.processorAgglomeration -set '((9 ((0 1 2 3)(4 5 6 7))))' system/fvSolution +foamDictionary -entry solvers/p/processorAgglomerator -set manual system/fvSolution +foamDictionary -entry solvers/p/processorAgglomeration -set '((9 ((0 1 2 3)(4 5 6 7))))' system/fvSolution runParallel -s manual $(getApplication) #------------------------------------------------------------------------------ diff --git a/tutorials/incompressible/simpleFoam/backwardFacingStep2D/plot b/tutorials/incompressible/simpleFoam/backwardFacingStep2D/plot index 13b8a2b22b..62159831df 100755 --- a/tutorials/incompressible/simpleFoam/backwardFacingStep2D/plot +++ b/tutorials/incompressible/simpleFoam/backwardFacingStep2D/plot @@ -48,9 +48,9 @@ plot_tau() { href="0.0127" echo " # ccx tau_xx tau_yy tau_zz" > tauw.dat - foamDictionary -entry boundaryField.lowerWall.value -value "$timeDir"/Cx | \ + foamDictionary -entry boundaryField/lowerWall/value -value "$timeDir"/Cx | \ sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' > Cx.$$ - foamDictionary -entry boundaryField.lowerWall.value -value "$timeDir"/wallShearStress | \ + foamDictionary -entry boundaryField/lowerWall/value -value "$timeDir"/wallShearStress | \ sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' > tau.$$ paste -d ' ' Cx.$$ tau.$$ >> tauw.dat rm -f Cx.$$ tau.$$ diff --git a/tutorials/incompressible/simpleFoam/bump2D/setups.orig/common/Allrun b/tutorials/incompressible/simpleFoam/bump2D/setups.orig/common/Allrun index 5780d778c8..3e8b7641b7 100755 --- a/tutorials/incompressible/simpleFoam/bump2D/setups.orig/common/Allrun +++ b/tutorials/incompressible/simpleFoam/bump2D/setups.orig/common/Allrun @@ -50,9 +50,9 @@ runApplication $(getApplication) endTime=$(foamListTimes -latestTime) # Create datasets for benchmark comparisons -extractVal boundaryField.bump.value "$endTime/Cx" Cx.$$ -extractVal boundaryField.bump.value "$endTime/wallShearStress" tau.$$ -extractVal boundaryField.bump.value "$endTime/Cp" cp.$$ +extractVal boundaryField/bump/value "$endTime/Cx" Cx.$$ +extractVal boundaryField/bump/value "$endTime/wallShearStress" tau.$$ +extractVal boundaryField/bump/value "$endTime/Cp" cp.$$ echo "# ccx tau_xx tau_yy tau_zz cp" > profiles.dat paste -d ' ' Cx.$$ tau.$$ cp.$$ >> profiles.dat diff --git a/tutorials/incompressible/simpleFoam/bump2D/setups.orig/common/Allrun-parallel b/tutorials/incompressible/simpleFoam/bump2D/setups.orig/common/Allrun-parallel index fa82bfb11b..ee0bad3ace 100755 --- a/tutorials/incompressible/simpleFoam/bump2D/setups.orig/common/Allrun-parallel +++ b/tutorials/incompressible/simpleFoam/bump2D/setups.orig/common/Allrun-parallel @@ -54,9 +54,9 @@ runApplication reconstructPar endTime=$(foamListTimes -latestTime) # Create datasets for benchmark comparisons -extractVal boundaryField.bump.value "$endTime/Cx" Cx.$$ -extractVal boundaryField.bump.value "$endTime/wallShearStress" tau.$$ -extractVal boundaryField.bump.value "$endTime/Cp" cp.$$ +extractVal boundaryField/bump/value "$endTime/Cx" Cx.$$ +extractVal boundaryField/bump/value "$endTime/wallShearStress" tau.$$ +extractVal boundaryField/bump/value "$endTime/Cp" cp.$$ echo "# ccx tau_xx tau_yy tau_zz cp" > profiles.dat paste -d ' ' Cx.$$ tau.$$ cp.$$ >> profiles.dat diff --git a/tutorials/incompressible/simpleFoam/rotatingCylinders/system/blockMeshDict b/tutorials/incompressible/simpleFoam/rotatingCylinders/system/blockMeshDict index 0a107ae883..4e6efa8c28 100644 --- a/tutorials/incompressible/simpleFoam/rotatingCylinders/system/blockMeshDict +++ b/tutorials/incompressible/simpleFoam/rotatingCylinders/system/blockMeshDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -33,29 +33,29 @@ geom vertices ( - ( $:geom.r0 0 0) - ( 0 $geom.r0 0) - ($:geom.mr0 0 0) - ( 0 $geom.mr0 0) - ( $:geom.r1 0 0) - ( 0 $geom.r1 0) - ($:geom.mr1 0 0) - ( 0 $geom.mr1 0) + ( $/geom/r0 0 0) + ( 0 $/geom/r0 0) + ($/geom/mr0 0 0) + ( 0 $/geom/mr0 0) + ( $/geom/r1 0 0) + ( 0 $/geom/r1 0) + ($/geom/mr1 0 0) + ( 0 $/geom/mr1 0) - ( $:geom.r0 0 1) - ( 0 $geom.r0 1) - ($:geom.mr0 0 1) - ( 0 $geom.mr0 1) - ( $:geom.r1 0 1) - ( 0 $geom.r1 1) - ($:geom.mr1 0 1) - ( 0 $geom.mr1 1) + ( $/geom/r0 0 1) + ( 0 $/geom/r0 1) + ($/geom/mr0 0 1) + ( 0 $/geom/mr0 1) + ( $/geom/r1 0 1) + ( 0 $/geom/r1 1) + ($/geom/mr1 0 1) + ( 0 $/geom/mr1 1) ); blockInfo all -($:geom.ntheta $:geom.nr 1) -simpleGrading (1 ((0.5 0.5 $:geom.g)(0.5 0.5 $:geom.invG)) 1); +($/geom/ntheta $/geom/nr 1) +simpleGrading (1 ((0.5 0.5 $/geom/g)(0.5 0.5 $/geom/invG)) 1); blocks ( @@ -123,4 +123,8 @@ mergePatchPairs ( ); + +// Cleanup +#remove ( geom blockInfo ) + // ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/rotorDisk/system/blockMeshDict b/tutorials/incompressible/simpleFoam/rotorDisk/system/blockMeshDict index 96848d2485..90002e7195 100644 --- a/tutorials/incompressible/simpleFoam/rotorDisk/system/blockMeshDict +++ b/tutorials/incompressible/simpleFoam/rotorDisk/system/blockMeshDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -14,7 +14,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -backgroundMesh +domain { xMin -1.26; xMax 1.26; @@ -31,24 +31,24 @@ scale 1; vertices ( - ($:backgroundMesh.xMin $:backgroundMesh.yMin $:backgroundMesh.zMin) - ($:backgroundMesh.xMax $:backgroundMesh.yMin $:backgroundMesh.zMin) - ($:backgroundMesh.xMax $:backgroundMesh.yMax $:backgroundMesh.zMin) - ($:backgroundMesh.xMin $:backgroundMesh.yMax $:backgroundMesh.zMin) + ($/domain/xMin $/domain/yMin $/domain/zMin) + ($/domain/xMax $/domain/yMin $/domain/zMin) + ($/domain/xMax $/domain/yMax $/domain/zMin) + ($/domain/xMin $/domain/yMax $/domain/zMin) - ($:backgroundMesh.xMin $:backgroundMesh.yMin $:backgroundMesh.zMax) - ($:backgroundMesh.xMax $:backgroundMesh.yMin $:backgroundMesh.zMax) - ($:backgroundMesh.xMax $:backgroundMesh.yMax $:backgroundMesh.zMax) - ($:backgroundMesh.xMin $:backgroundMesh.yMax $:backgroundMesh.zMax) + ($/domain/xMin $/domain/yMin $/domain/zMax) + ($/domain/xMax $/domain/yMin $/domain/zMax) + ($/domain/xMax $/domain/yMax $/domain/zMax) + ($/domain/xMin $/domain/yMax $/domain/zMax) ); blocks ( hex (0 1 2 3 4 5 6 7) ( - $:backgroundMesh.xCells - $:backgroundMesh.yCells - $:backgroundMesh.zCells + $/domain/xCells + $/domain/yCells + $/domain/zCells ) simpleGrading (1 1 1) ); @@ -66,4 +66,7 @@ mergePatchPairs ); +// Cleanup +#remove ( domain ) + // ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/setups.orig/common/Allrun b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/setups.orig/common/Allrun index ccc577625b..28a90c4ebf 100755 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/setups.orig/common/Allrun +++ b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/setups.orig/common/Allrun @@ -50,9 +50,9 @@ runApplication $(getApplication) endTime=$(foamListTimes -latestTime) # Create datasets for benchmark comparisons -extractVal boundaryField.bottomWall.value "$endTime/Cx" Cx.$$ -extractVal boundaryField.bottomWall.value "$endTime/wallShearStress" tau.$$ -extractVal boundaryField.bottomWall.value "$endTime/yPlus" yPlus.$$ +extractVal boundaryField/bottomWall/value "$endTime/Cx" Cx.$$ +extractVal boundaryField/bottomWall/value "$endTime/wallShearStress" tau.$$ +extractVal boundaryField/bottomWall/value "$endTime/yPlus" yPlus.$$ echo "# ccx tau_xx tau_yy tau_zz y+" > profiles.dat paste -d ' ' Cx.$$ tau.$$ yPlus.$$ >> profiles.dat diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/setups.orig/common/Allrun-parallel b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/setups.orig/common/Allrun-parallel index 940e1690d7..e8e6126ba0 100755 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/setups.orig/common/Allrun-parallel +++ b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/setups.orig/common/Allrun-parallel @@ -54,9 +54,9 @@ runApplication reconstructPar endTime=$(foamListTimes -latestTime) # Create datasets for benchmark comparisons -extractVal boundaryField.bottomWall.value "$endTime/Cx" Cx.$$ -extractVal boundaryField.bottomWall.value "$endTime/wallShearStress" tau.$$ -extractVal boundaryField.bottomWall.value "$endTime/yPlus" yPlus.$$ +extractVal boundaryField/bottomWall/value "$endTime/Cx" Cx.$$ +extractVal boundaryField/bottomWall/value "$endTime/wallShearStress" tau.$$ +extractVal boundaryField/bottomWall/value "$endTime/yPlus" yPlus.$$ echo "# ccx tau_xx tau_yy tau_zz y+" > profiles.dat paste -d ' ' Cx.$$ tau.$$ yPlus.$$ >> profiles.dat diff --git a/tutorials/incompressible/simpleFoam/windAroundBuildings/system/blockMeshDict b/tutorials/incompressible/simpleFoam/windAroundBuildings/system/blockMeshDict index acc548a5d9..73a5c61897 100644 --- a/tutorials/incompressible/simpleFoam/windAroundBuildings/system/blockMeshDict +++ b/tutorials/incompressible/simpleFoam/windAroundBuildings/system/blockMeshDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -14,7 +14,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -backgroundMesh +domain { xMin -20; // L = 350 xMax 330; @@ -29,26 +29,27 @@ backgroundMesh scale 1; +// Note: uses older '.' syntax (to test compatibility) vertices ( - ($:backgroundMesh.xMin $:backgroundMesh.yMin $:backgroundMesh.zMin) - ($:backgroundMesh.xMax $:backgroundMesh.yMin $:backgroundMesh.zMin) - ($:backgroundMesh.xMax $:backgroundMesh.yMax $:backgroundMesh.zMin) - ($:backgroundMesh.xMin $:backgroundMesh.yMax $:backgroundMesh.zMin) + ($:domain.xMin $:domain.yMin $:domain.zMin) + ($:domain.xMax $:domain.yMin $:domain.zMin) + ($:domain.xMax $:domain.yMax $:domain.zMin) + ($:domain.xMin $:domain.yMax $:domain.zMin) - ($:backgroundMesh.xMin $:backgroundMesh.yMin $:backgroundMesh.zMax) - ($:backgroundMesh.xMax $:backgroundMesh.yMin $:backgroundMesh.zMax) - ($:backgroundMesh.xMax $:backgroundMesh.yMax $:backgroundMesh.zMax) - ($:backgroundMesh.xMin $:backgroundMesh.yMax $:backgroundMesh.zMax) + ($:domain.xMin $:domain.yMin $:domain.zMax) + ($:domain.xMax $:domain.yMin $:domain.zMax) + ($:domain.xMax $:domain.yMax $:domain.zMax) + ($:domain.xMin $:domain.yMax $:domain.zMax) ); blocks ( hex (0 1 2 3 4 5 6 7) ( - $:backgroundMesh.xCells - $:backgroundMesh.yCells - $:backgroundMesh.zCells + $:domain.xCells + $:domain.yCells + $:domain.zCells ) simpleGrading (1 1 1) ); @@ -104,4 +105,7 @@ mergePatchPairs ); +// Cleanup +#remove ( domain ) + // ************************************************************************* // diff --git a/tutorials/mesh/snappyHexMesh/airfoilWithLayers/Allrun b/tutorials/mesh/snappyHexMesh/airfoilWithLayers/Allrun index e00f9e0d79..5ac1f7feee 100755 --- a/tutorials/mesh/snappyHexMesh/airfoilWithLayers/Allrun +++ b/tutorials/mesh/snappyHexMesh/airfoilWithLayers/Allrun @@ -18,13 +18,13 @@ mkdir -p 0 cp -f system/fvSchemes system/fvSchemes.bck # Run with basic -foamDictionary system/fvSchemes -entry geometry.type -set basic +foamDictionary system/fvSchemes -entry geometry/type -set basic runApplication -s basic snappyHexMesh runApplication -s basic checkMesh -writeAllFields foamListTimes -rm # Run with highAspectRatio -foamDictionary system/fvSchemes -entry geometry.type -set highAspectRatio +foamDictionary system/fvSchemes -entry geometry/type -set highAspectRatio runApplication -s highAspectRatio snappyHexMesh runApplication -s highAspectRatio checkMesh -writeAllFields diff --git a/tutorials/mesh/snappyHexMesh/faceZoneRegions/system/blockMeshDict b/tutorials/mesh/snappyHexMesh/faceZoneRegions/system/blockMeshDict index 96848d2485..90002e7195 100644 --- a/tutorials/mesh/snappyHexMesh/faceZoneRegions/system/blockMeshDict +++ b/tutorials/mesh/snappyHexMesh/faceZoneRegions/system/blockMeshDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2306 | +| \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -14,7 +14,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -backgroundMesh +domain { xMin -1.26; xMax 1.26; @@ -31,24 +31,24 @@ scale 1; vertices ( - ($:backgroundMesh.xMin $:backgroundMesh.yMin $:backgroundMesh.zMin) - ($:backgroundMesh.xMax $:backgroundMesh.yMin $:backgroundMesh.zMin) - ($:backgroundMesh.xMax $:backgroundMesh.yMax $:backgroundMesh.zMin) - ($:backgroundMesh.xMin $:backgroundMesh.yMax $:backgroundMesh.zMin) + ($/domain/xMin $/domain/yMin $/domain/zMin) + ($/domain/xMax $/domain/yMin $/domain/zMin) + ($/domain/xMax $/domain/yMax $/domain/zMin) + ($/domain/xMin $/domain/yMax $/domain/zMin) - ($:backgroundMesh.xMin $:backgroundMesh.yMin $:backgroundMesh.zMax) - ($:backgroundMesh.xMax $:backgroundMesh.yMin $:backgroundMesh.zMax) - ($:backgroundMesh.xMax $:backgroundMesh.yMax $:backgroundMesh.zMax) - ($:backgroundMesh.xMin $:backgroundMesh.yMax $:backgroundMesh.zMax) + ($/domain/xMin $/domain/yMin $/domain/zMax) + ($/domain/xMax $/domain/yMin $/domain/zMax) + ($/domain/xMax $/domain/yMax $/domain/zMax) + ($/domain/xMin $/domain/yMax $/domain/zMax) ); blocks ( hex (0 1 2 3 4 5 6 7) ( - $:backgroundMesh.xCells - $:backgroundMesh.yCells - $:backgroundMesh.zCells + $/domain/xCells + $/domain/yCells + $/domain/zCells ) simpleGrading (1 1 1) ); @@ -66,4 +66,7 @@ mergePatchPairs ); +// Cleanup +#remove ( domain ) + // ************************************************************************* // diff --git a/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/Allrun b/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/Allrun index 3b98cd4069..b231a85802 100755 --- a/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/Allrun +++ b/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/Allrun @@ -18,14 +18,14 @@ runApplication decomposePar #- Run with leak-detection (writes postProcessing/leakPath) but no closure foamDictionary system/snappyHexMeshDict \ - -entry castellatedMeshControls.useLeakClosure -set false + -entry castellatedMeshControls/useLeakClosure -set false runParallel -s leak snappyHexMesh runParallel -s leak checkMesh cleanTimeDirectories #- Run with leak-detection (writes postProcessing/leakPath) and closure foamDictionary system/snappyHexMeshDict \ - -entry castellatedMeshControls.useLeakClosure -set true + -entry castellatedMeshControls/useLeakClosure -set true runParallel -s leak_and_closure snappyHexMesh runParallel -s leak_and_closure checkMesh diff --git a/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_2phase/Allrun b/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_2phase/Allrun index 813b51a725..ad224a4eb0 100755 --- a/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_2phase/Allrun +++ b/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_2phase/Allrun @@ -14,9 +14,9 @@ then cp -f system/controlDict system/controlDict.orig foamDictionary system/controlDict -entry endTime -set 4 foamDictionary system/controlDict -entry startTime -set 0.5 - foamDictionary 0.5/T.liquid -entry boundaryField.wall2.q -set 'uniform 300000' - foamDictionary 0.5/T.liquid -entry boundaryField.wall1.q -set 'uniform 300000' - foamDictionary 0.5/U.liquid -entry boundaryField.inlet.type -set 'fixedValue' + foamDictionary 0.5/T.liquid -entry boundaryField/wall1/q -set 'uniform 300000' + foamDictionary 0.5/T.liquid -entry boundaryField/wall2/q -set 'uniform 300000' + foamDictionary 0.5/U.liquid -entry boundaryField/inlet/type -set fixedValue runApplication -a $(getApplication) fi diff --git a/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_3phase/Allrun b/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_3phase/Allrun index 813b51a725..ad224a4eb0 100755 --- a/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_3phase/Allrun +++ b/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_3phase/Allrun @@ -14,9 +14,9 @@ then cp -f system/controlDict system/controlDict.orig foamDictionary system/controlDict -entry endTime -set 4 foamDictionary system/controlDict -entry startTime -set 0.5 - foamDictionary 0.5/T.liquid -entry boundaryField.wall2.q -set 'uniform 300000' - foamDictionary 0.5/T.liquid -entry boundaryField.wall1.q -set 'uniform 300000' - foamDictionary 0.5/U.liquid -entry boundaryField.inlet.type -set 'fixedValue' + foamDictionary 0.5/T.liquid -entry boundaryField/wall1/q -set 'uniform 300000' + foamDictionary 0.5/T.liquid -entry boundaryField/wall2/q -set 'uniform 300000' + foamDictionary 0.5/U.liquid -entry boundaryField/inlet/type -set fixedValue runApplication -a $(getApplication) fi diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling1D/Allrun b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling1D/Allrun index 813b51a725..ad224a4eb0 100755 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling1D/Allrun +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling1D/Allrun @@ -14,9 +14,9 @@ then cp -f system/controlDict system/controlDict.orig foamDictionary system/controlDict -entry endTime -set 4 foamDictionary system/controlDict -entry startTime -set 0.5 - foamDictionary 0.5/T.liquid -entry boundaryField.wall2.q -set 'uniform 300000' - foamDictionary 0.5/T.liquid -entry boundaryField.wall1.q -set 'uniform 300000' - foamDictionary 0.5/U.liquid -entry boundaryField.inlet.type -set 'fixedValue' + foamDictionary 0.5/T.liquid -entry boundaryField/wall1/q -set 'uniform 300000' + foamDictionary 0.5/T.liquid -entry boundaryField/wall2/q -set 'uniform 300000' + foamDictionary 0.5/U.liquid -entry boundaryField/inlet/type -set fixedValue runApplication -a $(getApplication) fi diff --git a/tutorials/verificationAndValidation/schemes/nonOrthogonalChannel/plot b/tutorials/verificationAndValidation/schemes/nonOrthogonalChannel/plot index 95447f420c..768d1194cd 100755 --- a/tutorials/verificationAndValidation/schemes/nonOrthogonalChannel/plot +++ b/tutorials/verificationAndValidation/schemes/nonOrthogonalChannel/plot @@ -343,7 +343,7 @@ plot_yPlus_vs_uPlus_all_setups() { # few manipulations endTime=$(foamDictionary results/$setup/system/controlDict -entry endTime -value) nu=$(foamDictionary results/$setup/constant/transportProperties -entry nu | sed 's|^.*\s\(.*\);|\1|g') - tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField.bottom.value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) + tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField/bottom/value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) uTau=$(awk -v tau="$tau" 'BEGIN { printf "%.16f", sqrt(-1*tau) }') sampleFiles[$n]="results/$setup/postProcessing/sampleU/$endTime/y_U.xy" @@ -398,7 +398,7 @@ plot_yPlus_vs_R_all_setups() { # few manipulations endTime=$(foamDictionary results/$setup/system/controlDict -entry endTime -value) nu=$(foamDictionary results/$setup/constant/transportProperties -entry nu | sed 's|^.*\s\(.*\);|\1|g') - tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField.bottom.value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) + tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField/bottom/value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) uTau=$(awk -v tau="$tau" 'BEGIN { printf "%.16f", sqrt(-1*tau) }') sampleFiles[$n]="results/$setup/postProcessing/sampleR/$endTime/y_turbulenceProperties:R.xy" @@ -500,7 +500,7 @@ plot_yPlus_vs_epsilonPlus_all_setups() { # few manipulations endTime=$(foamDictionary results/$setup/system/controlDict -entry endTime -value) nu=$(foamDictionary results/$setup/constant/transportProperties -entry nu | sed 's|^.*\s\(.*\);|\1|g') - tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField.bottom.value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) + tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField/bottom/value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) uTau=$(awk -v tau="$tau" 'BEGIN { printf "%.16f", sqrt(-1*tau) }') sampleFiles[$n]="results/$setup/postProcessing/sampleEpsilon/$endTime/y_turbulenceProperties:epsilon.xy" @@ -555,7 +555,7 @@ plot_yPlus_vs_productionRatePlus_all_setups() { # few manipulations endTime=$(foamDictionary results/$setup/system/controlDict -entry endTime -value) nu=$(foamDictionary results/$setup/constant/transportProperties -entry nu | sed 's|^.*\s\(.*\);|\1|g') - tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField.bottom.value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) + tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField/bottom/value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) uTau=$(awk -v tau="$tau" 'BEGIN { printf "%.16f", sqrt(-1*tau) }') sampleFiles[$n]="results/$setup/postProcessing/sampleG/$endTime/y_productionRate.xy" @@ -638,7 +638,7 @@ do # few manipulations endTime=$(foamDictionary results/$setup/system/controlDict -entry endTime -value) nu=$(foamDictionary results/$setup/constant/transportProperties -entry nu | sed 's|^.*\s\(.*\);|\1|g') - tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField.bottom.value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) + tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField/bottom/value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) uTau=$(awk -v tau="$tau" 'BEGIN { printf "%.16f", sqrt(-1*tau) }') plot_yPlus_vs_uPlus "$setup" "$endTime" "$nu" "$uTau" diff --git a/tutorials/verificationAndValidation/turbulenceModels/planeChannel/plot b/tutorials/verificationAndValidation/turbulenceModels/planeChannel/plot index 022923e9e3..c7c49b249c 100755 --- a/tutorials/verificationAndValidation/turbulenceModels/planeChannel/plot +++ b/tutorials/verificationAndValidation/turbulenceModels/planeChannel/plot @@ -378,7 +378,7 @@ plot_yPlus_vs_uPlus_all_setups() { # few manipulations endTime=$(foamDictionary results/$setup/system/controlDict -entry endTime -value) nu=$(foamDictionary results/$setup/constant/transportProperties -entry nu | sed 's|^.*\s\(.*\);|\1|g') - tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField.bottom.value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) + tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField/bottom/value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) uTau=$(awk -v tau="$tau" 'BEGIN { printf "%.16f", sqrt(-1*tau) }') sampleFiles[$n]="results/$setup/postProcessing/sampleU/$endTime/y_U.xy" @@ -434,7 +434,7 @@ plot_yPlus_vs_R_all_setups() { # few manipulations endTime=$(foamDictionary results/$setup/system/controlDict -entry endTime -value) nu=$(foamDictionary results/$setup/constant/transportProperties -entry nu | sed 's|^.*\s\(.*\);|\1|g') - tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField.bottom.value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) + tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField/bottom/value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) uTau=$(awk -v tau="$tau" 'BEGIN { printf "%.16f", sqrt(-1*tau) }') sampleFiles[$n]="results/$setup/postProcessing/sampleR/$endTime/y_turbulenceProperties:R.xy" @@ -537,7 +537,7 @@ plot_yPlus_vs_epsilonPlus_all_setups() { # few manipulations endTime=$(foamDictionary results/$setup/system/controlDict -entry endTime -value) nu=$(foamDictionary results/$setup/constant/transportProperties -entry nu | sed 's|^.*\s\(.*\);|\1|g') - tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField.bottom.value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) + tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField/bottom/value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) uTau=$(awk -v tau="$tau" 'BEGIN { printf "%.16f", sqrt(-1*tau) }') sampleFiles[$n]="results/$setup/postProcessing/sampleEpsilon/$endTime/y_turbulenceProperties:epsilon.xy" @@ -593,7 +593,7 @@ plot_yPlus_vs_productionRatePlus_all_setups() { # few manipulations endTime=$(foamDictionary results/$setup/system/controlDict -entry endTime -value) nu=$(foamDictionary results/$setup/constant/transportProperties -entry nu | sed 's|^.*\s\(.*\);|\1|g') - tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField.bottom.value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) + tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField/bottom/value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) uTau=$(awk -v tau="$tau" 'BEGIN { printf "%.16f", sqrt(-1*tau) }') sampleFiles[$n]="results/$setup/postProcessing/sampleG/$endTime/y_productionRate.xy" @@ -678,7 +678,7 @@ do RASModel=$(foamDictionary results/$setup/constant/turbulenceProperties -entry RAS.RASModel -value) endTime=$(foamDictionary results/$setup/system/controlDict -entry endTime -value) nu=$(foamDictionary results/$setup/constant/transportProperties -entry nu | sed 's|^.*\s\(.*\);|\1|g') - tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField.bottom.value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) + tau=$(foamDictionary results/$setup/$endTime/wallShearStress -entry boundaryField/bottom/value -value | sed -n '/(/,/)/p' | sed -e 's/[()]//g;/^\s*$/d' | cut -d' ' -f6) uTau=$(awk -v tau="$tau" 'BEGIN { printf "%.16f", sqrt(-1*tau) }') plot_initial_iteration_residuals "$setup"