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

@ -533,6 +533,11 @@ bool Foam::radiation::laserDTRM::read()
return false;
}
Foam::label Foam::radiation::laserDTRM::nBands() const
{
return 1;
}
void Foam::radiation::laserDTRM::calculate()
{

View File

@ -250,6 +250,9 @@ public:
//- Read radiation properties dictionary
bool read();
//- Number of bands for this radiation model
virtual label nBands() const;
// Access