salvus.material.elastic.cubic
Cubic anisotropic elastic materials.
Classes
TensorComponents
TensorComponentsclass TensorComponents(
salvus.material.elastic.cubic._Cubic,
salvus.material.elastic.ElasticTensorComponents,
):
def __init__(
self,
RHO: Union[ConstantParameter, ~F],
C11: Union[ConstantParameter, ~F],
C12: Union[ConstantParameter, ~F],
C44: Union[ConstantParameter, ~F],
) -> None: ...Cubic anisotropic elastic material parametrized by elastic constants.
Parameters
RHOUnion[ConstantParameter, ~F] — The density in kg / m^3.C11Union[ConstantParameter, ~F] — The c_11 component of the stiffness tensor in Pa.C12Union[ConstantParameter, ~F] — The c_12 component of the stiffness tensor in Pa.C44Union[ConstantParameter, ~F] — The c_44 component of the stiffness tensor in Pa.
Attributes
ds Mapping
ds MappingMaterial’s xarray representation.
flatten builtins.dict
flatten builtins.dictGet all parameters as a dict.
halfC11minC12 salvus.material._details.parameter.parameter_types.F
halfC11minC12 salvus.material._details.parameter.parameter_types.FMaterial property that might be accessed in checking symmetry.
viscosity types
viscosity typesGet the optional attenuation.