mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: updated the da entries for the multi-point, turbulent optimisations
This commit is contained in:
committed by
Andrew Heather
parent
73339d4985
commit
d0b59a4529
@ -41,7 +41,8 @@ divSchemes
|
||||
div(-phip2,Uaas2) bounded Gauss linearUpwind gradUaConv;
|
||||
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
|
||||
|
||||
@ -35,7 +35,7 @@ solvers
|
||||
tolerance 1e-9;
|
||||
relTol 0.01;
|
||||
};
|
||||
"U.*|Ua.*|nuTilda.*|nuaTilda.*|yWall|da"
|
||||
"U.*|Ua.*|nuTilda.*|nuaTilda.*|yWall|da.*"
|
||||
{
|
||||
solver PBiCGStab;
|
||||
preconditioner DILU;
|
||||
@ -58,7 +58,7 @@ relaxationFactors
|
||||
"nuTilda.*" 0.7;
|
||||
"nuaTilda.*" 0.7;
|
||||
yWall 0.7;
|
||||
da 0.7;
|
||||
"da.*" 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -41,7 +41,8 @@ divSchemes
|
||||
div(-phip2,Uaas2) bounded Gauss linearUpwind gradUaConv;
|
||||
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
|
||||
|
||||
@ -35,7 +35,7 @@ solvers
|
||||
tolerance 1e-9;
|
||||
relTol 0.01;
|
||||
};
|
||||
"U.*|Ua.*|nuTilda.*|nuaTilda.*|yWall|da"
|
||||
"U.*|Ua.*|nuTilda.*|nuaTilda.*|yWall|da.*"
|
||||
{
|
||||
solver PBiCGStab;
|
||||
preconditioner DILU;
|
||||
@ -58,7 +58,7 @@ relaxationFactors
|
||||
"nuTilda.*" 0.7;
|
||||
"nuaTilda.*" 0.7;
|
||||
yWall 0.7;
|
||||
da 0.7;
|
||||
"da.*" 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user