TurbulenceModels/.../kOmegaSSTSato: Made multiphase
The kOmegaSSTSata model can now be used in multiphase cases, provided that there is a single, well defined continuous phase. As previously, the continuous phase is the phase for which the model is selected (i.e., in the constant/turbulenceProperties.<continuous-phase-name> dictionary). By default, now, all other moving phases are considered to be dispersed bubble phases, and the effect of all of them is summed to calculate the overall bubble induced turbulence. This behaviour can be overridden by means of a "dispersedPhases" entry, which takes a list of the phases to be considered dispersed by the model. Patch contributed by Timo Niemi, VTT.
This commit is contained in:
@ -19,7 +19,7 @@ simulationType RAS;
|
||||
|
||||
RAS
|
||||
{
|
||||
RASModel kOmegaSST;
|
||||
RASModel kOmegaSSTSato;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
|
||||
@ -114,6 +114,7 @@ functions
|
||||
operation sum;
|
||||
fields ( alphaRhoPhi.gas alphaRhoPhi.gas2 alphaRhoPhi.liquid );
|
||||
}
|
||||
#includeFunc writeObjects(d.gas, d.gas2)
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -114,6 +114,7 @@ functions
|
||||
operation sum;
|
||||
fields ( alphaRhoPhi.gas alphaRhoPhi.liquid );
|
||||
}
|
||||
#includeFunc writeObjects(d.gas)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user