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:
@ -10,7 +10,7 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object f.air1.bubbles;
|
||||
object f.air1;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -10,7 +10,7 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object f.air2.bubbles;
|
||||
object f.air2;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@ FoamFile
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object f.gas.bubbles;
|
||||
object f.gas;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -11,7 +11,7 @@ FoamFile
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object f.gas.bubbles;
|
||||
object f.gas;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -11,7 +11,7 @@ FoamFile
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object f.gas.bubbles;
|
||||
object f.gas;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -10,7 +10,7 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object f.particles.aggregates;
|
||||
object f.particles;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -10,7 +10,7 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object f.particles.aggregates;
|
||||
object f.particles;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
Reference in New Issue
Block a user