bin/.*Foam redirection scripts: Updated tutorial paths
This commit is contained in:
@ -40,7 +40,7 @@ compressibleVoF solver module executed by the foamRun application:
|
|||||||
foamRun -solver compressibleVoF
|
foamRun -solver compressibleVoF
|
||||||
|
|
||||||
The cavitatingFoam cases must be upgraded before running the 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
|
has been converted from the tutorials/multiphase/cavitatingFoam/RAS/throttle
|
||||||
case.
|
case.
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# ========= |
|
# ========= |
|
||||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
# \\ / O peration | Website: https://openfoam.org
|
# \\ / O peration | Website: https://openfoam.org
|
||||||
# \\ / A nd | Copyright (C) 2021-2022 OpenFOAM Foundation
|
# \\ / A nd | Copyright (C) 2021-2023 OpenFOAM Foundation
|
||||||
# \\/ M anipulation |
|
# \\/ M anipulation |
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# License
|
# License
|
||||||
@ -42,7 +42,7 @@ To run a coldEngineFoam case with
|
|||||||
foamRun -solver fluid
|
foamRun -solver fluid
|
||||||
|
|
||||||
add a mover entry in constant/dynamicMeshDict
|
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
|
mover
|
||||||
{
|
{
|
||||||
|
|||||||
@ -35,8 +35,8 @@
|
|||||||
# physical fields needed by fvModel functionObject in which the clouds
|
# physical fields needed by fvModel functionObject in which the clouds
|
||||||
# fvModel is selected to evolve the Lagrangian particles. See:
|
# fvModel is selected to evolve the Lagrangian particles. See:
|
||||||
#
|
#
|
||||||
# tutorials/modules/incompressibleFluid/hopperParticles
|
# tutorials/incompressibleFluid/hopperParticles
|
||||||
# tutorials/modules/incompressibleFluid/mixerVesselHorizontal2DParticles
|
# 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
|
physical fields needed by fvModel functionObject in which the clouds fvModel is
|
||||||
selected to evolve the Lagrangian particles. See:
|
selected to evolve the Lagrangian particles. See:
|
||||||
|
|
||||||
tutorials/modules/incompressibleFluid/hopperParticles
|
tutorials/incompressibleFluid/hopperParticles
|
||||||
tutorials/modules/incompressibleFluid/mixerVesselHorizontal2DParticles
|
tutorials/incompressibleFluid/mixerVesselHorizontal2DParticles
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# ========= |
|
# ========= |
|
||||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
# \\ / O peration | Website: https://openfoam.org
|
# \\ / O peration | Website: https://openfoam.org
|
||||||
# \\ / A nd | Copyright (C) 2022 OpenFOAM Foundation
|
# \\ / A nd | Copyright (C) 2022-2023 OpenFOAM Foundation
|
||||||
# \\/ M anipulation |
|
# \\/ M anipulation |
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# License
|
# License
|
||||||
@ -40,8 +40,8 @@ isothermalFluid solver module executed by the foamRun application:
|
|||||||
foamRun -solver isothermalFluid
|
foamRun -solver isothermalFluid
|
||||||
|
|
||||||
For examples of how to upgrade potentialFreeSurfaceFoam to isothermalFluid see
|
For examples of how to upgrade potentialFreeSurfaceFoam to isothermalFluid see
|
||||||
modules/isothermalFluid tutorail cases potentialFreeSurfaceMovingOscillatingBox
|
the isothermalFluid tutorial cases potentialFreeSurfaceMovingOscillatingBox and
|
||||||
and potentialFreeSurfaceOscillatingBox
|
potentialFreeSurfaceOscillatingBox
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
# time-loop also controlled by entries in controlDict and the maxDeltaT()
|
# time-loop also controlled by entries in controlDict and the maxDeltaT()
|
||||||
# returned by the sub-solver. See:
|
# 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
|
controlled by entries in controlDict and the maxDeltaT() returned by the
|
||||||
sub-solver. See:
|
sub-solver. See:
|
||||||
|
|
||||||
tutorials/modules/incompressibleFluid/pitzDailyScalarTransport
|
tutorials/incompressibleFluid/pitzDailyScalarTransport
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user