diff --git a/tutorials/basic/chtMultiRegionFoam/2DImplicitCyclic/system/rightFluid/createBafflesDict b/tutorials/basic/chtMultiRegionFoam/2DImplicitCyclic/system/rightFluid/createBafflesDict index d9a84cfedf..b0941d3999 100644 --- a/tutorials/basic/chtMultiRegionFoam/2DImplicitCyclic/system/rightFluid/createBafflesDict +++ b/tutorials/basic/chtMultiRegionFoam/2DImplicitCyclic/system/rightFluid/createBafflesDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -68,7 +68,7 @@ baffles patchFields { - ${...master.patchFields} + ${../../master/patchFields} } } } diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/T b/tutorials/combustion/coldEngineFoam/freePiston/0/T index f3b768f5fd..f60a021a39 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/T +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/T @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -18,7 +18,7 @@ FoamFile dimensions [0 0 0 1 0 0 0]; -internalField uniform $:internalField.T; +internalField uniform $/internalField/T; boundaryField { @@ -34,7 +34,7 @@ boundaryField liner { - $:wall.T; + $/wall/T; } cylinderHead @@ -48,5 +48,6 @@ boundaryField } } +#remove (wall piston) // ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/U b/tutorials/combustion/coldEngineFoam/freePiston/0/U index 82daf73114..fab938120e 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/U +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/U @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM:.Uhe Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -18,7 +18,7 @@ FoamFile dimensions [0 1 -1 0 0 0 0]; -internalField uniform $:internalField.U; +internalField uniform $/internalField/U; boundaryField { @@ -34,7 +34,7 @@ boundaryField liner { - $:wall.U; + $/wall/U; } cylinderHead @@ -44,9 +44,10 @@ boundaryField piston { - $:piston.U; + $/piston/U; } } +#remove (wall piston) // ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/air b/tutorials/combustion/coldEngineFoam/freePiston/0/air index 7a941102f1..4867423481 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/air +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/air @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -34,7 +34,7 @@ boundaryField liner { - $:wall.p; + $/wall/p; } cylinderHead @@ -48,5 +48,6 @@ boundaryField } } +#remove (wall piston) // ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/alphat b/tutorials/combustion/coldEngineFoam/freePiston/0/alphat index 39e55ae3d0..072897a0f0 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/alphat +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/alphat @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -34,7 +34,7 @@ boundaryField liner { - $:wall.alphat; + $/wall/alphat; } cylinderHead @@ -48,5 +48,6 @@ boundaryField } } +#remove (wall piston) // ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/epsilon b/tutorials/combustion/coldEngineFoam/freePiston/0/epsilon index d630bd17c2..96c0d536ac 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/epsilon +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/epsilon @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -18,7 +18,7 @@ FoamFile dimensions [0 2 -3 0 0 0 0]; -internalField uniform $:internalField.epsilon; +internalField uniform $/internalField/epsilon; boundaryField { @@ -34,7 +34,7 @@ boundaryField liner { - $:wall.epsilon; + $/wall/epsilon; } cylinderHead @@ -48,5 +48,6 @@ boundaryField } } +#remove (wall piston) // ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/include/boundaryConditions b/tutorials/combustion/coldEngineFoam/freePiston/0/include/boundaryConditions index b3dfefe0b8..394940a892 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/include/boundaryConditions +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/include/boundaryConditions @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -35,13 +35,13 @@ wall k { type kqRWallFunction; - value uniform $:internalField.k; + value uniform $/internalField/k; } epsilon { type epsilonWallFunction; - value uniform $:internalField.epsilon; + value uniform $/internalField/epsilon; } nut diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/k b/tutorials/combustion/coldEngineFoam/freePiston/0/k index 4e71076472..15b1b347a2 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/k +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/k @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM:.khe Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -18,7 +18,7 @@ FoamFile dimensions [0 2 -2 0 0 0 0]; -internalField uniform $:internalField.k; +internalField uniform $/internalField/k; boundaryField { @@ -34,7 +34,7 @@ boundaryField liner { - $:wall.k; + $/wall/k; } cylinderHead @@ -48,5 +48,6 @@ boundaryField } } +#remove (wall piston) // ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/nut b/tutorials/combustion/coldEngineFoam/freePiston/0/nut index 06c7a5f348..fc39b51df3 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/nut +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/nut @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -34,7 +34,7 @@ boundaryField liner { - $:wall.nut; + $/wall/nut; } cylinderHead @@ -48,5 +48,6 @@ boundaryField } } +#remove (wall piston) // ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/p b/tutorials/combustion/coldEngineFoam/freePiston/0/p index 51f5fe60ea..5203d7e108 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/p +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/p @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM:.phe Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -18,7 +18,7 @@ FoamFile dimensions [1 -1 -2 0 0 0 0]; -internalField uniform $:internalField.p; +internalField uniform $/internalField/p; boundaryField { @@ -34,7 +34,7 @@ boundaryField liner { - $:wall.p; + $/wall/p; } cylinderHead @@ -48,5 +48,6 @@ boundaryField } } +#remove (wall piston) // ************************************************************************* // diff --git a/tutorials/incompressible/pimpleFoam/LES/decayIsoTurb/constant/turbulenceProperties b/tutorials/incompressible/pimpleFoam/LES/decayIsoTurb/constant/turbulenceProperties index 29ac5bcdb2..0a37bfb0dc 100644 --- a/tutorials/incompressible/pimpleFoam/LES/decayIsoTurb/constant/turbulenceProperties +++ b/tutorials/incompressible/pimpleFoam/LES/decayIsoTurb/constant/turbulenceProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -26,7 +26,7 @@ LES LESModel kEqn; - ${:$LESModel} + ${/$LESModel} } diff --git a/tutorials/incompressible/pimpleFoam/RAS/TJunctionArrheniusBirdCarreauTransport/system/controlDict b/tutorials/incompressible/pimpleFoam/RAS/TJunctionArrheniusBirdCarreauTransport/system/controlDict index a45b5f12e7..090d9763e7 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/TJunctionArrheniusBirdCarreauTransport/system/controlDict +++ b/tutorials/incompressible/pimpleFoam/RAS/TJunctionArrheniusBirdCarreauTransport/system/controlDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -80,7 +80,7 @@ functions viscousDissipationCoeffs { fields (T); - rhoInf $....rhoInf; + rhoInf ${../../../rhoInf}; } } } diff --git a/tutorials/incompressible/pimpleFoam/RAS/ellipsekkLOmega/system/runTimePostProcessing b/tutorials/incompressible/pimpleFoam/RAS/ellipsekkLOmega/system/runTimePostProcessing index b6ba67db25..0fd59be820 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/ellipsekkLOmega/system/runTimePostProcessing +++ b/tutorials/incompressible/pimpleFoam/RAS/ellipsekkLOmega/system/runTimePostProcessing @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -48,7 +48,7 @@ postPro1 // they are locally overridden colours { - ${..colourScheme.paraview}; + ${../colourScheme/paraview}; } // Line data diff --git a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/runTimePostProcessing b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/runTimePostProcessing index acd2c99046..b9b8001cd4 100644 --- a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/runTimePostProcessing +++ b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/runTimePostProcessing @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -26,7 +26,7 @@ postPro1 // Default colours. Used for colourBy == colour unless locally overridden colours { - ${..colourScheme.blueGradient}; + ${../colourScheme/blueGradient}; } camera diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs b/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs index edd0b230b6..80b32db72b 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs +++ b/tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -38,7 +38,7 @@ binField1 fields (forceCoeff); patches (motorBikeGroup); decomposePatchValues true; - CofR ${..forceCoeffs1.CofR}; + CofR ${../forceCoeffs1/CofR}; binData { diff --git a/tutorials/incompressible/simpleFoam/simpleCar/system/forceCoeffs b/tutorials/incompressible/simpleFoam/simpleCar/system/forceCoeffs index f71c7eeb69..a6d829ff10 100644 --- a/tutorials/incompressible/simpleFoam/simpleCar/system/forceCoeffs +++ b/tutorials/incompressible/simpleFoam/simpleCar/system/forceCoeffs @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -38,7 +38,7 @@ binField1 fields (forceCoeff); patches (body); decomposePatchValues yes; - CofR ${..forceCoeffs1.CofR}; + CofR ${../forceCoeffs1/CofR}; cellZones (porousZone); binData diff --git a/tutorials/incompressible/simpleFoam/windAroundBuildings/system/runTimePostProcessing b/tutorials/incompressible/simpleFoam/windAroundBuildings/system/runTimePostProcessing index b9214d28c4..691472379b 100644 --- a/tutorials/incompressible/simpleFoam/windAroundBuildings/system/runTimePostProcessing +++ b/tutorials/incompressible/simpleFoam/windAroundBuildings/system/runTimePostProcessing @@ -64,7 +64,7 @@ postPro1 // Default colours colours { - ${..colourScheme.paraview}; + ${../colourScheme/paraview}; } // Line data diff --git a/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/runTimePostProcessing b/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/runTimePostProcessing index ca93482176..3d3fc18109 100644 --- a/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/runTimePostProcessing +++ b/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/runTimePostProcessing @@ -36,7 +36,7 @@ postPro1 // they are locally overridden colours { - ${..colourScheme.greyGradient}; + ${../colourScheme/greyGradient}; } // Points (cloud) data diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/createBafflesDict b/tutorials/mesh/foamyHexMesh/mixerVessel/system/createBafflesDict index 3df7540dfd..0132dfcf73 100644 --- a/tutorials/mesh/foamyHexMesh/mixerVessel/system/createBafflesDict +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/system/createBafflesDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -39,7 +39,7 @@ baffles } slave { - ${..master} + ${../master} } } } @@ -60,7 +60,7 @@ baffles } slave { - ${..master} + ${../master} } } } diff --git a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/0.orig/pointDisplacement b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/0.orig/pointDisplacement index 9b5261f839..3b6ef4aee8 100644 --- a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/0.orig/pointDisplacement +++ b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/0.orig/pointDisplacement @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -14,8 +14,23 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#include "/dynamicMeshDict" -#include "/blockMeshDict" +__blockMeshDict +{ + #include "/blockMeshDict" +} + +// Sphere properties +sphereProperties +{ + centreOfMass (0 ${/__blockMeshDict/sphereCentreHeight} 0); + momentOfInertia (2e-3 2e-3 2e-3); + velocity (0 -3.77 0); + mass 2.08e-3; // sphere mass 0.15 kg, 5 degree wedge +} + +#remove __blockMeshDict + +// ------------------------------------------------------------------------- // dimensions [0 1 0 0 0 0 0]; @@ -44,13 +59,10 @@ boundaryField sphere { type sixDoFRigidBodyDisplacement; - centreOfMass (0 $:sphereCentreHeight 0); - momentOfInertia (2e-3 2e-3 2e-3); - velocity (0 -3.77 0); + $/sphereProperties; accelerationRelaxation 1; accelerationDamping 1; - mass 2.08e-3; // sphere mass 0.15 kg, 5 degree wedge // rhoInf -1; // needed only for solvers solving for // kinematic pressure report on; diff --git a/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict b/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict index ab9029474f..16b8187c6a 100644 --- a/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict +++ b/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -68,7 +68,7 @@ baffles patchFields { - ${...master.patchFields} + ${../../master/patchFields} } } } diff --git a/tutorials/multiphase/interFoam/RAS/mixerVesselAMI/system/snappyHexMeshDict b/tutorials/multiphase/interFoam/RAS/mixerVesselAMI/system/snappyHexMeshDict index cfc856388b..f788f592e6 100644 --- a/tutorials/multiphase/interFoam/RAS/mixerVesselAMI/system/snappyHexMeshDict +++ b/tutorials/multiphase/interFoam/RAS/mixerVesselAMI/system/snappyHexMeshDict @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -240,47 +240,32 @@ castellatedMeshControls shaftRotating { + ${../vessel}; level (1 1); - patchInfo - { - ${...vessel.patchInfo} - } } shaft { + ${../vessel}; level (1 1); - patchInfo - { - ${...vessel.patchInfo} - } } sparger { + ${../vessel}; level (1 1); - patchInfo - { - ${...vessel.patchInfo} - } } stirrer { + ${../vessel}; level (1 1); - patchInfo - { - ${...vessel.patchInfo} - } } baffles { + ${../vessel}; level (1 1); - patchInfo - { - ${...vessel.patchInfo} - } } rotating diff --git a/tutorials/preProcessing/createZeroDirectory/motorBike/system/caseProperties b/tutorials/preProcessing/createZeroDirectory/motorBike/system/caseProperties index de5762041f..fca992b422 100644 --- a/tutorials/preProcessing/createZeroDirectory/motorBike/system/caseProperties +++ b/tutorials/preProcessing/createZeroDirectory/motorBike/system/caseProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -37,7 +37,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } @@ -52,7 +52,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } @@ -68,7 +68,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } @@ -83,7 +83,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } @@ -94,7 +94,7 @@ boundaryConditions patches (upperWall); values { - $:initialConditions; + $/initialConditions; } } @@ -105,7 +105,7 @@ boundaryConditions patches (frontAndBack); values { - $:initialConditions; + $/initialConditions; } } } diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/bottomAir/caseProperties b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/bottomAir/caseProperties index 8cfe7edc20..177a15fcde 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/bottomAir/caseProperties +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/bottomAir/caseProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -40,7 +40,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } thermalCoupledWalls @@ -56,7 +56,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } } diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/heater/caseProperties b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/heater/caseProperties index 9c3a56c0e8..9df07b47ab 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/heater/caseProperties +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/heater/caseProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -34,7 +34,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; T uniform 500; } } @@ -49,7 +49,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } thermalCoupledWalls @@ -63,7 +63,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } } diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/leftSolid/caseProperties b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/leftSolid/caseProperties index bc3326d95d..bf11563ddd 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/leftSolid/caseProperties +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/leftSolid/caseProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -35,7 +35,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } thermalCoupledWalls @@ -49,7 +49,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } } diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/rightSolid/caseProperties b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/rightSolid/caseProperties index 6169b8bd9a..197fc1a826 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/rightSolid/caseProperties +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/rightSolid/caseProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -35,7 +35,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } thermalCoupledWalls @@ -49,7 +49,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } } diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/topAir/caseProperties b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/topAir/caseProperties index eadbef93d8..0106ad5ff5 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/topAir/caseProperties +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/topAir/caseProperties @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -37,7 +37,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } outlet @@ -51,7 +51,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } thermalWalls @@ -67,7 +67,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } thermalCoupledWalls @@ -83,7 +83,7 @@ boundaryConditions } values { - $:initialConditions; + $/initialConditions; } } }