multiphaseEulerFoam: populationBalance: Removed population balance name suffix

A population balance suffix after the phase suffix makes determining the
phase for a given name more complex. The additional suffix is also
unnecessary as a phase can only ever belong to one population balance,
so the phase name alone uniquely idetifies the grouping.

Patch contributed by Institute of Fluid Dynamics,
Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
This commit is contained in:
Will Bainbridge
2021-03-03 14:06:35 +00:00
parent 9055f96a1b
commit a936156f6d
38 changed files with 303 additions and 322 deletions

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
object f.air1.bubbles;
object f.air1;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
object f.air2.bubbles;
object f.air2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,6 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object fvOptions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -18,27 +19,24 @@ options
{
massSource
{
type semiImplicitSource;
type massSource;
selectionMode cellZone;
cellZone injection;
volumeMode absolute;
massFlowRate 6e-7;
sources
phase air1;
rho thermo:rho.air1;
fieldValues
{
thermo:rho.air1
{
explicit 6e-07;
implicit 0;
}
f3.air1.bubbles
{
value 1.0;
explicit #calc "$value*$../thermo:rho.air1/explicit";
implicit 0;
}
f1.air1 0;
f2.air1 0;
f3.air1 1;
f4.air1 0;
f5.air1 0;
U.air1 (0 0 0);
}
}
}

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object f.gas.bubbles;
object f.gas;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object f.gas.bubbles;
object f.gas;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object f.gas.bubbles;
object f.gas;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
object f.particles.aggregates;
object f.particles;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
object f.particles.aggregates;
object f.particles;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //