mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Abstracted and made run-time selectable the lift models in twoPhaseEulerFoam
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user