TUT: updated the da entries for the multi-point, turbulent optimisations

This commit is contained in:
Vaggelis Papoutsis
2020-12-03 17:06:33 +02:00
committed by Andrew Heather
parent 73339d4985
commit d0b59a4529
4 changed files with 8 additions and 6 deletions

View File

@ -41,7 +41,8 @@ divSchemes
div(-phip2,Uaas2) bounded Gauss linearUpwind gradUaConv; div(-phip2,Uaas2) bounded Gauss linearUpwind gradUaConv;
div(-phip2,nuaTildaas2) bounded Gauss linearUpwind gradNuaTildaConv; div(-phip2,nuaTildaas2) bounded Gauss linearUpwind gradNuaTildaConv;
div(-yPhi,da) Gauss linearUpwind gradDaConv; div(-yPhi,daas1) Gauss linearUpwind gradDaConv;
div(-yPhi,daas2) Gauss linearUpwind gradDaConv;
} }
laplacianSchemes laplacianSchemes

View File

@ -35,7 +35,7 @@ solvers
tolerance 1e-9; tolerance 1e-9;
relTol 0.01; relTol 0.01;
}; };
"U.*|Ua.*|nuTilda.*|nuaTilda.*|yWall|da" "U.*|Ua.*|nuTilda.*|nuaTilda.*|yWall|da.*"
{ {
solver PBiCGStab; solver PBiCGStab;
preconditioner DILU; preconditioner DILU;
@ -58,7 +58,7 @@ relaxationFactors
"nuTilda.*" 0.7; "nuTilda.*" 0.7;
"nuaTilda.*" 0.7; "nuaTilda.*" 0.7;
yWall 0.7; yWall 0.7;
da 0.7; "da.*" 0.7;
} }
} }

View File

@ -41,7 +41,8 @@ divSchemes
div(-phip2,Uaas2) bounded Gauss linearUpwind gradUaConv; div(-phip2,Uaas2) bounded Gauss linearUpwind gradUaConv;
div(-phip2,nuaTildaas2) bounded Gauss linearUpwind gradNuaTildaConv; div(-phip2,nuaTildaas2) bounded Gauss linearUpwind gradNuaTildaConv;
div(-yPhi,da) Gauss linearUpwind gradDaConv; div(-yPhi,daas1) Gauss linearUpwind gradDaConv;
div(-yPhi,daas2) Gauss linearUpwind gradDaConv;
} }
laplacianSchemes laplacianSchemes

View File

@ -35,7 +35,7 @@ solvers
tolerance 1e-9; tolerance 1e-9;
relTol 0.01; relTol 0.01;
}; };
"U.*|Ua.*|nuTilda.*|nuaTilda.*|yWall|da" "U.*|Ua.*|nuTilda.*|nuaTilda.*|yWall|da.*"
{ {
solver PBiCGStab; solver PBiCGStab;
preconditioner DILU; preconditioner DILU;
@ -58,7 +58,7 @@ relaxationFactors
"nuTilda.*" 0.7; "nuTilda.*" 0.7;
"nuaTilda.*" 0.7; "nuaTilda.*" 0.7;
yWall 0.7; yWall 0.7;
da 0.7; "da.*" 0.7;
} }
} }