Skip to content
Snippets Groups Projects
Commit 3eb6cb89 authored by sergio's avatar sergio
Browse files

Adding comment on limitations on using cachedDiv option in FvDom and

changing tutorial settings to cachedDiv = false
parent f1f3f34b
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation | Copyright (C) 2016 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
...@@ -46,7 +46,7 @@ Description ...@@ -46,7 +46,7 @@ Description
maxIter 4; // maximum number of iterations maxIter 4; // maximum number of iterations
cacheDiv true; // cache the div of the RTE equation. cacheDiv true; // cache the div of the RTE equation.
//NOTE: Caching div is "only" accurate if the upwind scheme is used //NOTE: Caching div is "only" accurate if the upwind scheme is used
//in div(Ji,Ii_h) //in div(Ji,Ii_h) and Ii_h is constant in time.
meshOrientation (1 1 1); //Mesh ortientation used for 2D and 1D meshOrientation (1 1 1); //Mesh ortientation used for 2D and 1D
} }
......
...@@ -26,7 +26,7 @@ fvDOMCoeffs ...@@ -26,7 +26,7 @@ fvDOMCoeffs
nTheta 2; // polar angles in PI (from Z to X-Y plane) nTheta 2; // polar angles in PI (from Z to X-Y plane)
convergence 1e-2; // convergence criteria for radiation iteration convergence 1e-2; // convergence criteria for radiation iteration
maxIter 3; // maximum number of iterations maxIter 3; // maximum number of iterations
cacheDiv true; // cache the div of the RTE equation. cacheDiv false; // cache the div of the RTE equation.
} }
// Number of flow iterations per radiation iteration // Number of flow iterations per radiation iteration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment