bin/.*Foam redirection scripts: Updated tutorial paths

This commit is contained in:
Henry Weller
2023-12-10 16:09:20 +00:00
parent 42ff732d58
commit 757bdea30d
5 changed files with 12 additions and 12 deletions

View File

@ -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.

View File

@ -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
{

View File

@ -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

View File

@ -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

View File

@ -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