Calculates the reflecting faces from specular surfaces. It only takes into account the first reflection coming from a surface hit by the primary Sun hit faces. More...
#include <faceReflecting.H>
Public Member Functions | |
| ClassName ("faceReflecting") | |
| faceReflecting (const fvMesh &mesh, const faceShading &directHiyFaces, const solarCalculator &, const scalarList &spectralDistribution, const dictionary &dict) | |
| Construct from components. | |
| ~faceReflecting ()=default | |
| Destructor. | |
| const volScalarField & | qreflective (const label bandI) const |
| void | correct () |
| Correct reflected flux. | |
Calculates the reflecting faces from specular surfaces. It only takes into account the first reflection coming from a surface hit by the primary Sun hit faces.
Definition at line 55 of file faceReflecting.H.
| faceReflecting | ( | const fvMesh & | mesh, |
| const faceShading & | directHiyFaces, | ||
| const solarCalculator & | solar, | ||
| const scalarList & | spectralDistribution, | ||
| const dictionary & | dict ) |
Construct from components.
Definition at line 521 of file faceReflecting.C.
|
default |
Destructor.
|
inline |
Definition at line 190 of file faceReflecting.H.
| void correct | ( | ) |
Correct reflected flux.
Definition at line 552 of file faceReflecting.C.