Datatype for acoustic equations.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | ndims | Number of spatial dimensions to consider. Implemented are 2 and 3 dimensions. |
|||
real(kind=rk), | private | :: | density_0 | Density of the wave carrying medium. |
|||
real(kind=rk), | private, | allocatable | :: | velocity_0(:) | Velocity of the medium. |
||
real(kind=rk), | private | :: | pressure_0 | Pressure of the medium. |
|||
real(kind=rk), | private | :: | speedOfSound | Speed of sound of the medium. |
|||
type(atl_materialFun_type), | private | :: | penalization | Penalization terms to describe obstacles. |