change in direction on Bird correction - using flag in base model instead...

This commit is contained in:
andy
2009-09-02 10:29:43 +01:00
parent 49295210c9
commit 91675bd616
13 changed files with 62 additions and 237 deletions

View File

@ -23,7 +23,7 @@ DispersionModel StochasticDispersionRAS;
PatchInteractionModel StandardWallInteraction;
HeatTransferModel RanzMarshallBirdCorrection;
HeatTransferModel RanzMarshall;
CompositionModel SingleMixtureFraction;
@ -54,7 +54,7 @@ constantProperties
cp0 cp0 [ 0 2 -2 -1 0 ] 4187;
epsilon0 epsilon0 [ 0 0 0 0 0 ] 1;
f0 f0 [ 0 0 0 0 0 ] 0.5;
Pr Pr [ 0 0 0 0 0 ] 1.0;
Pr Pr [ 0 0 0 0 0 ] 0.7;
Tvap Tvap [ 0 0 0 1 0 ] 400;
Tbp Tvap [ 0 0 0 1 0 ] 400;
LDevol LDevol [ 0 0 0 0 0 ] 0;
@ -113,7 +113,7 @@ StandardWallInteractionCoeffs
RanzMarshallCoeffs
{
Pr Pr [ 0 0 0 0 0 ] 0.7;
BirdCorrection true;
}
SingleMixtureFractionCoeffs

View File

@ -45,7 +45,7 @@ constantProperties
cp0 cp0 [ 0 2 -2 -1 0 ] 900;
epsilon0 epsilon0 [ 0 0 0 0 0 ] 1;
f0 f0 [ 0 0 0 0 0 ] 0.5;
Pr Pr [ 0 0 0 0 0 ] 1.0;
Pr Pr [ 0 0 0 0 0 ] 0.7;
}
interpolationSchemes
@ -98,7 +98,7 @@ StandardWallInteractionCoeffs
RanzMarshallCoeffs
{
Pr Pr [ 0 0 0 0 0 ] 0.7;
BirdCorrection false;
}

View File

@ -50,6 +50,7 @@ constantProperties
cp0 cp0 [ 0 2 -2 -1 0 ] 4100;
epsilon0 epsilon0 [ 0 0 0 0 0 ] 1;
f0 f0 [ 0 0 0 0 0 ] 0.5;
Pr Pr [ 0 0 0 0 0 ] 0.7;
Tvap Tvap [ 0 0 0 1 0 ] 273;
Tbp Tvap [ 0 0 0 1 0 ] 373;
constantVolume false;
@ -132,7 +133,7 @@ LocalInteractionCoeffs
RanzMarshallCoeffs
{
Pr Pr [ 0 0 0 0 0 ] 0.7;
BirdCorrection true;
}
SinglePhaseMixtureCoeffs

View File

@ -50,6 +50,7 @@ constantProperties
cp0 cp0 [ 0 2 -2 -1 0 ] 4187;
epsilon0 epsilon0 [ 0 0 0 0 0 ] 1;
f0 f0 [ 0 0 0 0 0 ] 0.5;
Pr Pr [ 0 0 0 0 0 ] 0.7;
Tvap Tvap [ 0 0 0 1 0 ] 273;
Tbp Tvap [ 0 0 0 1 0 ] 373;
constantVolume false;
@ -104,7 +105,7 @@ StandardWallInteractionCoeffs
RanzMarshallCoeffs
{
Pr Pr [ 0 0 0 0 0 ] 0.7;
BirdCorrection true;
}
SinglePhaseMixtureCoeffs

View File

@ -45,6 +45,7 @@ constantProperties
cp0 cp0 [ 0 2 -2 -1 0 ] 900;
epsilon0 epsilon0 [ 0 0 0 0 0 ] 1;
f0 f0 [ 0 0 0 0 0 ] 0.5;
Pr Pr [ 0 0 0 0 0 ] 0.7;
}
interpolationSchemes
@ -97,7 +98,7 @@ StandardWallInteractionCoeffs
RanzMarshallCoeffs
{
Pr Pr [ 0 0 0 0 0 ] 0.7;
BirdCorrection false;
}