salvus.mesh.layered_meshing.material.visco.elastic
Viscoelastic materials.
Classes
Canonical
Canonicalclass Canonical(
salvus.mesh.layered_meshing.material.visco.elastic._ViscoElasticMaterial
):
def __init__(
self,
QMU: Union[
salvus.mesh.layered_meshing.material.parameter.ConstantParameter,
~F,
],
QKAPPA: Union[
salvus.mesh.layered_meshing.material.parameter.ConstantParameter,
~F,
],
) -> None:
...An elastic material parameterized by density and p-wave velocity.
Parameters
QMUUnion[salvus.mesh.layered_meshing.material.parameter.ConstantParameter, ~F] — Q for Lame’s second parameter (mu).QKAPPAUnion[salvus.mesh.layered_meshing.material.parameter.ConstantParameter, ~F] — Q for the bulk modulus.
Attributes
ds Mapping
ds MappingMaterial’s xarray representation.
flatten Dict
flatten DictGet all parameters as a dict.