tutorials/multicomponentFluid/SandiaD_LTS: Updated to improve stability and convergence

This commit is contained in:
Henry Weller
2023-06-29 18:46:18 +01:00
parent d297b1c6d1
commit 568fb8e00e
16 changed files with 30 additions and 16 deletions

View File

@ -50,7 +50,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
frontAndBack_pos

View File

@ -27,7 +27,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
inletPilot

View File

@ -27,7 +27,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
inletPilot

View File

@ -27,7 +27,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
inletPilot

View File

@ -27,7 +27,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
inletPilot

View File

@ -27,7 +27,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
inletPilot

View File

@ -50,7 +50,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
frontAndBack_pos

View File

@ -27,7 +27,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
inletPilot

View File

@ -50,7 +50,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
frontAndBack_pos

View File

@ -27,7 +27,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
inletPilot

View File

@ -50,7 +50,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
frontAndBack_pos

View File

@ -27,7 +27,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
inletPilot

View File

@ -31,7 +31,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
inletPilot

View File

@ -28,7 +28,8 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
}
inletPilot

View File

@ -27,7 +27,7 @@ boundaryField
outlet
{
type totalPressure;
type entrainmentPressure;
p0 $internalField;
}

View File

@ -73,7 +73,7 @@ solvers
PIMPLE
{
momentumPredictor yes;
momentumPredictor no;
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;