fvDOM radiation model: Removed unreliable 'cacheDiv' option

Resolves bug-report http://bugs.openfoam.org/view.php?id=2182
This commit is contained in:
Henry Weller
2016-08-17 17:12:20 +01:00
parent 16804b9d6f
commit 15621678fa
9 changed files with 17 additions and 117 deletions

View File

@ -26,7 +26,6 @@ fvDOMCoeffs
nTheta 2; // polar angles in PI (from Z to X-Y plane)
convergence 1e-2; // convergence criteria for radiation iteration
maxIter 3; // maximum number of iterations
cacheDiv true; // cache the div of the RTE equation.
}
// Number of flow iterations per radiation iteration

View File

@ -26,10 +26,6 @@ fvDOMCoeffs
nTheta 6; // polar angles in PI (from Z to X-Y plane)
convergence 0.05; // convergence criteria for radiation iteration
maxIter 3; // maximum number of iterations
cacheDiv true; // cache the div of the RTE equation.
// NOTE: Caching div is "only" accurate if the upwind scheme is used in
// div(Ji,Ii_h)
}
// Number of flow iterations per radiation iteration

View File

@ -25,10 +25,6 @@ fvDOMCoeffs
nTheta 0; // polar angles in PI (from Z to X-Y plane)
convergence 1e-2; // convergence criteria for radiation iteration
maxIter 4; // maximum number of iterations
cacheDiv true; // cache the div of the RTE equation.
// NOTE: Caching div is "only" accurate if the upwind scheme is used in
// div(Ji,Ii_h)
}
// Number of flow iterations per radiation iteration

View File

@ -26,10 +26,6 @@ fvDOMCoeffs
nTheta 2; // polar angles in PI (from Z to X-Y plane)
convergence 1e-1; // convergence criteria for radiation iteration
maxIter 1; // maximum number of iterations
cacheDiv true; // cache the div of the RTE equation.
// NOTE: Caching div is "only" accurate if the upwind scheme is used in
// div(Ji,Ii_h)
}
// Number of flow iterations per radiation iteration