particleFoam, rhoParticleFoam: Replaced by solvers::functions with the fvModel functionObject
particleFoam has been superseded and replaced by the more general functions
solver module executed by the foamRun application:
foamRun -solver functions
The incompressibleFluid solver specified by either the subSolver or if not
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/mixerVessel2DParticles
rhoParticleFoam has been superseded and replaced by the more general functions
solver module executed by the foamRun application:
foamRun -solver functions
The isothermalFluid solver specified by either the subSolver or if not 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.
This commit is contained in:
60
bin/particleFoam
Executable file
60
bin/particleFoam
Executable file
@ -0,0 +1,60 @@
|
||||
#!/bin/sh
|
||||
#------------------------------------------------------------------------------
|
||||
# ========= |
|
||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
# \\ / O peration | Website: https://openfoam.org
|
||||
# \\ / A nd | Copyright (C) 2023 OpenFOAM Foundation
|
||||
# \\/ M anipulation |
|
||||
#------------------------------------------------------------------------------
|
||||
# License
|
||||
# This file is part of OpenFOAM.
|
||||
#
|
||||
# OpenFOAM is free software: you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Script
|
||||
# particleFoam
|
||||
#
|
||||
# Description
|
||||
# Script to inform the user that particleFoam has been superseded
|
||||
# and replaced by the more general functions solver module
|
||||
# executed by the foamRun application.
|
||||
#
|
||||
# The incompressibleFluid solver specified by either the subSolver or if not
|
||||
# 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/mixerVessel2DParticles
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
cat <<EOF
|
||||
|
||||
particleFoam has been superseded and replaced by the more general functions
|
||||
solver module executed by the foamRun application:
|
||||
|
||||
foamRun -solver functions
|
||||
|
||||
The incompressibleFluid solver specified by either the subSolver or if not
|
||||
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/mixerVessel2DParticles
|
||||
|
||||
EOF
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
54
bin/rhoParticleFoam
Executable file
54
bin/rhoParticleFoam
Executable file
@ -0,0 +1,54 @@
|
||||
#!/bin/sh
|
||||
#------------------------------------------------------------------------------
|
||||
# ========= |
|
||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
# \\ / O peration | Website: https://openfoam.org
|
||||
# \\ / A nd | Copyright (C) 2023 OpenFOAM Foundation
|
||||
# \\/ M anipulation |
|
||||
#------------------------------------------------------------------------------
|
||||
# License
|
||||
# This file is part of OpenFOAM.
|
||||
#
|
||||
# OpenFOAM is free software: you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Script
|
||||
# rhoParticleFoam
|
||||
#
|
||||
# Description
|
||||
# Script to inform the user that rhoParticleFoam has been superseded
|
||||
# and replaced by the more general functions solver module
|
||||
# executed by the foamRun application.
|
||||
#
|
||||
# The isothermalFluid solver specified by either the subSolver or if not
|
||||
# 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.
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
cat <<EOF
|
||||
|
||||
rhoParticleFoam has been superseded and replaced by the more general functions
|
||||
solver module executed by the foamRun application:
|
||||
|
||||
foamRun -solver functions
|
||||
|
||||
The isothermalFluid solver specified by either the subSolver or if not 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.
|
||||
|
||||
EOF
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
@ -32,12 +32,12 @@
|
||||
#
|
||||
# The solver specified by either the subSolver or if not present the solver
|
||||
# entry in the controlDict is instantiated to provide the physical fields
|
||||
# needed by the functionObjects. The functionObjects are then instantiated
|
||||
# from the specifications are read from 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.
|
||||
# needed by the functionObjects. The scalarTransport functionObject is then
|
||||
# instantiated from 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:
|
||||
#
|
||||
# See tutorials/modules/incompressibleFluid/pitzDailyScalarTransport
|
||||
# tutorials/modules/incompressibleFluid/pitzDailyScalarTransport
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -50,10 +50,10 @@ functions solver module executed by the foamRun application:
|
||||
|
||||
The solver specified by either the subSolver or if not present the solver entry
|
||||
in the controlDict is instantiated to provide the physical fields needed by the
|
||||
functionObjects. The functionObjects are then instantiated from the
|
||||
specifications are read from 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:
|
||||
functionObjects. The scalarTransport functionObject is then instantiated from
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user