Mondaic
This API reference is not for the latest stable Salvus version.

salvus.mesh.layered_meshing.material.visco.acoustic

Viscoacoustic materials.

Classes

Canonical

class Canonical(
    salvus.mesh.layered_meshing.material.visco.acoustic._ViscoAcousticMaterial
):
    def __init__(
        self,
        QKAPPA: Union[
            salvus.mesh.layered_meshing.material.parameter.ConstantParameter,
            ~F,
        ],
    ) -> None:
        ...

An elastic material parameterized by density and p-wave velocity.

Parameters
  • QKAPPA Union[salvus.mesh.layered_meshing.material.parameter.ConstantParameter, ~F] — Q for the bulk modulus.
Attributes
ds Mapping

Material’s xarray representation.

flatten Dict

Get all parameters as a dict.