ENH: TJunction: sensible initial values

This commit is contained in:
mattijs
2012-02-24 13:01:28 +00:00
parent 2f69d3b671
commit 24bb1e34e2
4 changed files with 24 additions and 24 deletions

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [ 0 2 -3 0 0 0 0 ];
internalField uniform 1;
internalField uniform 200;
boundaryField
{
@ -25,19 +25,19 @@ boundaryField
{
type turbulentMixingLengthDissipationRateInlet;
mixingLength 0.01; // 1cm - half channel height
value uniform 1;
value $internalField;
}
outlet1
{
type inletOutlet;
inletValue uniform 1;
inletValue $internalField;
}
outlet2
{
type inletOutlet;
inletValue uniform 1;
inletValue $internalField;
}
defaultFaces

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [ 0 2 -2 0 0 0 0 ];
internalField uniform 1;
internalField uniform 0.2;
boundaryField
{
@ -25,19 +25,19 @@ boundaryField
{
type turbulentIntensityKineticEnergyInlet;
intensity 0.05; // 5% turbulent intensity
value uniform 1;
value $internalField;
}
outlet1
{
type inletOutlet;
inletValue uniform 1;
inletValue $internalField;
}
outlet2
{
type inletOutlet;
inletValue uniform 1;
inletValue $internalField;
}
defaultFaces