diff --git a/applications/solvers/multiphase/multiphaseEulerFoam/functionObjects/phaseForces/phaseForces.H b/applications/solvers/multiphase/multiphaseEulerFoam/functionObjects/phaseForces/phaseForces.H index 5d7952c5cf..016708bb66 100644 --- a/applications/solvers/multiphase/multiphaseEulerFoam/functionObjects/phaseForces/phaseForces.H +++ b/applications/solvers/multiphase/multiphaseEulerFoam/functionObjects/phaseForces/phaseForces.H @@ -28,7 +28,7 @@ Description This functionObject calculates and outputs the blended interfacial forces acting on a given phase, i.e. drag, virtual mass, lift, wall-lubrication and turbulent dispersion. Note that it works only in run-time processing mode - and in combination with the reactingEulerFoam solvers. + and in combination with the multiphaseEulerFoam solver. For a simulation involving more than two phases, the accumulated force is calculated by looping over all phasePairs involving that phase. The fields diff --git a/applications/solvers/multiphase/multiphaseEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H b/applications/solvers/multiphase/multiphaseEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H index 6bfdabbc7a..744bcdd12c 100644 --- a/applications/solvers/multiphase/multiphaseEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H +++ b/applications/solvers/multiphase/multiphaseEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H @@ -28,8 +28,8 @@ Description This function object calculates and outputs volume-averaged information about the size distribution of the dispersed phase, such as the number density function or its moments. It is designed to be used exclusively with - the population balance modeling functionality of the reactingEulerFoam - solvers. It can be applied to a specific cellZone or the entire domain. The + the population balance modeling functionality of the multiphaseEulerFoam + solver. It can be applied to a specific cellZone or the entire domain. The function type determines whether the density function and its moments are based on the number of dispersed phase elements in a size group or their total volume. diff --git a/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseEulerFoam/multiphaseEulerFoam.C b/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseEulerFoam/multiphaseEulerFoam.C index 3427929ddc..3291230639 100644 --- a/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseEulerFoam/multiphaseEulerFoam.C +++ b/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseEulerFoam/multiphaseEulerFoam.C @@ -22,7 +22,7 @@ License along with OpenFOAM. If not, see . Application - reactingMultiphaseEulerFoam + multiphaseEulerFoam Description Solver for a system of any number of compressible fluid phases with a