driftFluxFoam: Added MRF centrifugal acceleration effect to the relativeVelocityModels
This required changing the formulation of the relative velocity in terms of a
scalar velocity coefficient Vc rather than the velocity V0 such that
V0 = Vc*g
where g is the acceleration due to gravity. With MRF rotation
V0 = Vc*(g + <MRF centrifugal acceleration>)
This commit is contained in:
@ -20,7 +20,7 @@ relativeVelocityModel simple;
|
||||
|
||||
"(simple|general)Coeffs"
|
||||
{
|
||||
V0 (0 -0.002198 0);
|
||||
Vc 2.241e-4;
|
||||
a 285.84;
|
||||
a1 0.1;
|
||||
residualAlpha 0;
|
||||
|
||||
@ -15,6 +15,6 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 1 -2 0 0 0 0];
|
||||
value (0 -9.81 0);
|
||||
value (0 0 0);
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -20,7 +20,7 @@ relativeVelocityModel simple;
|
||||
|
||||
"(simple|general)Coeffs"
|
||||
{
|
||||
V0 (0 -0.002198 0);
|
||||
Vc 2.241e-4;
|
||||
a 285.84;
|
||||
a1 0.1;
|
||||
residualAlpha 0;
|
||||
|
||||
@ -20,7 +20,7 @@ relativeVelocityModel simple;
|
||||
|
||||
"(simple|general)Coeffs"
|
||||
{
|
||||
V0 (0 -0.002198 0);
|
||||
Vc 2.241e-4;
|
||||
a 8.84;
|
||||
a1 0.1;
|
||||
residualAlpha 0;
|
||||
|
||||
Reference in New Issue
Block a user