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

salvus.material.elastic.orthotropic

Orthotropic (orthorhombic) anisotropic elastic materials.

Classes

TensorComponents

class TensorComponents(
    salvus.material.elastic.orthotropic._Orthotropic,
    salvus.material.elastic.ElasticTensorComponents,
):
    def __init__(
        self,
        RHO: Union[ConstantParameter, ~F],
        C11: Union[ConstantParameter, ~F],
        C12: Union[ConstantParameter, ~F],
        C13: Union[ConstantParameter, ~F],
        C22: Union[ConstantParameter, ~F],
        C23: Union[ConstantParameter, ~F],
        C33: Union[ConstantParameter, ~F],
        C44: Union[ConstantParameter, ~F],
        C55: Union[ConstantParameter, ~F],
        C66: Union[ConstantParameter, ~F],
    ) -> None: ...

A orthotropic 3-D anisotropic elastic material.

The diad of this orthotropic material is parallel to the x-axis.

Parameters
  • RHO Union[ConstantParameter, ~F] — The density in kg / m^3.
  • C11 Union[ConstantParameter, ~F] — The c_11 component of the stiffness tensor in Pa.
  • C12 Union[ConstantParameter, ~F] — The c_12 component of the stiffness tensor in Pa.
  • C13 Union[ConstantParameter, ~F] — The c_13 component of the stiffness tensor in Pa.
  • C22 Union[ConstantParameter, ~F] — The c_22 component of the stiffness tensor in Pa.
  • C23 Union[ConstantParameter, ~F] — The c_23 component of the stiffness tensor in Pa.
  • C33 Union[ConstantParameter, ~F] — The c_33 component of the stiffness tensor in Pa.
  • C44 Union[ConstantParameter, ~F] — The c_44 component of the stiffness tensor in Pa.
  • C55 Union[ConstantParameter, ~F] — The c_55 component of the stiffness tensor in Pa.
  • C66 Union[ConstantParameter, ~F] — The c_66 component of the stiffness tensor in Pa.
Attributes
ds Mapping

Material’s xarray representation.

flatten builtins.dict

Get all parameters as a dict.

halfC11minC12 salvus.material._details.parameter.parameter_types.F

Material property that might be accessed in checking symmetry.

viscosity types

Get the optional attenuation.