ENH: Abstracted and made run-time selectable the lift models in twoPhaseEulerFoam

This commit is contained in:
william
2014-01-02 16:53:37 +00:00
parent d353964215
commit 475e885772
15 changed files with 809 additions and 158 deletions

View File

@ -51,6 +51,26 @@ heatTransfer
water RanzMarshall;
}
lift
{
air
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
water
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
}
dispersedPhase both;
residualPhaseFraction 1e-3;
@ -59,9 +79,6 @@ residualSlip 1e-2;
// Virtual-mass coefficient
Cvm 0.5;
// Lift coefficient
Cl 0;
// Dispersed-phase turbulence coefficient
Ct 1;

View File

@ -51,6 +51,26 @@ heatTransfer
water RanzMarshall;
}
lift
{
air
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
water
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
}
dispersedPhase both;
residualPhaseFraction 1e-3;
@ -59,9 +79,6 @@ residualSlip 1e-2;
// Virtual-mass coefficient
Cvm 0.5;
// Lift coefficient
Cl 0;
// Dispersed-phase turbulence coefficient
Ct 1;

View File

@ -50,6 +50,26 @@ heatTransfer
air RanzMarshall;
}
lift
{
particles
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
air
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
}
dispersedPhase particles;
residualPhaseFraction 1e-3;
@ -58,9 +78,6 @@ residualSlip 1e-2;
// Virtual-mass coefficient
Cvm 0;
// Lift coefficient
Cl 0;
// Minimum allowable pressure
pMin 10000;

View File

@ -51,6 +51,26 @@ heatTransfer
water RanzMarshall;
}
lift
{
air
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
water
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
}
dispersedPhase both;
residualPhaseFraction 1e-3;
@ -59,9 +79,6 @@ residualSlip 1e-2;
// Virtual-mass ceofficient
Cvm 0.5;
// Lift coefficient
Cl 0;
// Minimum allowable pressure
pMin 10000;

View File

@ -71,6 +71,26 @@ heatTransfer
water RanzMarshall;
}
lift
{
air
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
water
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
}
dispersedPhase both;
residualPhaseFraction 1e-3;
@ -79,9 +99,6 @@ residualSlip 1e-2;
// Virtual-mass ceofficient
Cvm 0.5;
// Lift coefficient
Cl 0;
// Minimum allowable pressure
pMin 10000;

View File

@ -50,6 +50,26 @@ heatTransfer
air RanzMarshall;
}
lift
{
particles
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
air
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
}
dispersedPhase particles;
residualPhaseFraction 1e-3;
@ -58,9 +78,6 @@ residualSlip 1e-2;
// Virtual-mass ceofficient
Cvm 0;
// Lift coefficient
Cl 0;
// Minimum allowable pressure
pMin 10000;

View File

@ -51,6 +51,26 @@ heatTransfer
water RanzMarshall;
}
lift
{
air
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
water
{
type constantCoefficient;
constantCoefficientCoeffs
{
Cl 0;
}
}
}
dispersedPhase both;
residualPhaseFraction 1e-3;
@ -59,9 +79,6 @@ residualSlip 1e-2;
// Virtual-mass coefficient
Cvm 0.5;
// Lift coefficient
Cl 0;
// Minimum allowable pressure
pMin 10000;