mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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()
|
||||
{
|
||||
|
||||
@ -250,6 +250,9 @@ public:
|
||||
//- Read radiation properties dictionary
|
||||
bool read();
|
||||
|
||||
//- Number of bands for this radiation model
|
||||
virtual label nBands() const;
|
||||
|
||||
|
||||
// Access
|
||||
|
||||
|
||||
Reference in New Issue
Block a user