Skip to content
Snippets Groups Projects
Commit d0b59a45 authored by Vaggelis Papoutsis's avatar Vaggelis Papoutsis Committed by Andrew Heather
Browse files

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

parent 73339d49
Branches
Tags
1 merge request!400Adjoint: release candidate for v2012
......@@ -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;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment