diff --git a/bin/cavitatingFoam b/bin/cavitatingFoam index a3a6a67c3c..6b12977103 100755 --- a/bin/cavitatingFoam +++ b/bin/cavitatingFoam @@ -40,7 +40,7 @@ compressibleVoF solver module executed by the foamRun application: foamRun -solver compressibleVoF The cavitatingFoam cases must be upgraded before running the compressibleVoF -solver module, for example the tutorials/modules/compressibleVoF/throttle case +solver module, for example the tutorials/compressibleVoF/throttle case has been converted from the tutorials/multiphase/cavitatingFoam/RAS/throttle case. diff --git a/bin/coldEngineFoam b/bin/coldEngineFoam index 800e299a8b..76775793e7 100755 --- a/bin/coldEngineFoam +++ b/bin/coldEngineFoam @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | Website: https://openfoam.org -# \\ / A nd | Copyright (C) 2021-2022 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2021-2023 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -42,7 +42,7 @@ To run a coldEngineFoam case with foamRun -solver fluid add a mover entry in constant/dynamicMeshDict -e.g. from the tutorials/modules/fluid/RAS/kivaTest case: +e.g. from the tutorials/fluid/RAS/kivaTest case: mover { diff --git a/bin/particleFoam b/bin/particleFoam index c5bd6ef1a6..3c1ac743d0 100755 --- a/bin/particleFoam +++ b/bin/particleFoam @@ -35,8 +35,8 @@ # physical fields needed by fvModel functionObject in which the clouds # fvModel is selected to evolve the Lagrangian particles. See: # -# tutorials/modules/incompressibleFluid/hopperParticles -# tutorials/modules/incompressibleFluid/mixerVesselHorizontal2DParticles +# tutorials/incompressibleFluid/hopperParticles +# tutorials/incompressibleFluid/mixerVesselHorizontal2DParticles # #------------------------------------------------------------------------------ @@ -52,8 +52,8 @@ present the solver entry in the controlDict is instantiated to provide the physical fields needed by fvModel functionObject in which the clouds fvModel is selected to evolve the Lagrangian particles. See: - tutorials/modules/incompressibleFluid/hopperParticles - tutorials/modules/incompressibleFluid/mixerVesselHorizontal2DParticles + tutorials/incompressibleFluid/hopperParticles + tutorials/incompressibleFluid/mixerVesselHorizontal2DParticles EOF diff --git a/bin/potentialFreeSurfaceFoam b/bin/potentialFreeSurfaceFoam index 03b357545f..341d28aa85 100755 --- a/bin/potentialFreeSurfaceFoam +++ b/bin/potentialFreeSurfaceFoam @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | Website: https://openfoam.org -# \\ / A nd | Copyright (C) 2022 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2022-2023 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -40,8 +40,8 @@ isothermalFluid solver module executed by the foamRun application: foamRun -solver isothermalFluid For examples of how to upgrade potentialFreeSurfaceFoam to isothermalFluid see -modules/isothermalFluid tutorail cases potentialFreeSurfaceMovingOscillatingBox -and potentialFreeSurfaceOscillatingBox +the isothermalFluid tutorial cases potentialFreeSurfaceMovingOscillatingBox and +potentialFreeSurfaceOscillatingBox EOF diff --git a/bin/scalarTransportFoam b/bin/scalarTransportFoam index aa087ec6db..d5ce8cfa2c 100755 --- a/bin/scalarTransportFoam +++ b/bin/scalarTransportFoam @@ -37,7 +37,7 @@ # time-loop also controlled by entries in controlDict and the maxDeltaT() # returned by the sub-solver. See: # -# tutorials/modules/incompressibleFluid/pitzDailyScalarTransport +# tutorials/incompressibleFluid/pitzDailyScalarTransport # #------------------------------------------------------------------------------ @@ -55,7 +55,7 @@ the functions entry in the controlDict and executed in a time-loop also controlled by entries in controlDict and the maxDeltaT() returned by the sub-solver. See: - tutorials/modules/incompressibleFluid/pitzDailyScalarTransport + tutorials/incompressibleFluid/pitzDailyScalarTransport EOF