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:
Henry Weller
2023-01-28 21:02:23 +00:00
parent 9f6eac8eb1
commit fbda1df996
54 changed files with 332 additions and 495 deletions

View File

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