ENH: Adding reflection capability to solar load radiation model

ENH: Several modifycations to avoid erroneuos rays to be shot
from wrong faces.

ENH: Updating tutorials and avoiding registration of the
coarse singleCellFvMesh

Adding solarLoad tutorial case simpleCarSolarPanel

ENH: Changes needed for the merge
This commit is contained in:
sergio
2019-01-21 16:29:58 -08:00
committed by Andrew Heather
parent 9893e62386
commit 659526101a
35 changed files with 23142 additions and 97 deletions

View File

@ -77,6 +77,8 @@ Foam::patchDistMethods::exact::patchSurface() const
Info<< "Triangulating local patch faces" << nl << endl;
labelList mapTriToGlobal;
patchSurfPtr_.reset
(
new distributedTriSurfaceMesh
@ -93,7 +95,8 @@ Foam::patchDistMethods::exact::patchSurface() const
triSurfaceTools::triangulate
(
pbm,
patchIDs_
patchIDs_,
mapTriToGlobal
),
dict
)