|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Directivity for a chimney face. More...
#include <entities.hpp>


Public Member Functions | |
| ChimneyFaceDirectivity (const Vector &support_normal_, double support_size_) | |
| Constructor. More... | |
| ~ChimneyFaceDirectivity () | |
| Destructor. More... | |
| virtual Spectrum | lwAdjustment (Vector direction, double distance) |
| Directivity of a chimney face source. More... | |
Public Member Functions inherited from tympan::CommonFaceDirectivity | |
| CommonFaceDirectivity (const Vector &support_normal_, double support_size_) | |
| Constructor. More... | |
| ~CommonFaceDirectivity () | |
| Destructor. More... | |
| Vector | get_normal () |
Public Member Functions inherited from tympan::BaseEntity | |
| virtual | ~BaseEntity () |
| Constructor. More... | |
Private Member Functions | |
| double | compute_q (int ka_idx, int theta_idx, double ka, double theta) |
Static Private Attributes | |
| static const double | _tabQ [NB_KA][NB_THETA] |
Additional Inherited Members | |
Static Public Member Functions inherited from tympan::CommonFaceDirectivity | |
| static void | set_atmosphere (AtmosphericConditions *atmosphere_) |
Protected Member Functions inherited from tympan::BaseEntity | |
| BaseEntity () | |
Protected Attributes inherited from tympan::CommonFaceDirectivity | |
| Vector | support_normal |
| double | support_size |
| Normal of support face. More... | |
Static Protected Attributes inherited from tympan::CommonFaceDirectivity | |
| static AtmosphericConditions * | atmosphere = new AtmosphericConditions(101325., 20., 70.) |
| Characteristic size of support face. More... | |
Directivity for a chimney face.
Definition at line 302 of file entities.hpp.
|
inline |
Constructor.
Definition at line 305 of file entities.hpp.
|
inline |
Destructor.
Definition at line 310 of file entities.hpp.
|
private |
Directivity of a chimney face source.
Implements tympan::SourceDirectivityInterface.
Definition at line 740 of file entities.cpp.

|
staticprivate |
Definition at line 317 of file entities.hpp.