Version:

salvus.flow.simple_config.source.seismology

Sources in a seismological context.
Specifically this means:
  • Coordinates are specified in latitude, longitude, and burrial beneath the local subsurface.
  • Moment tensors and vector sources are specified in spherical r, theta, and phi coordinates. This corresponds to radial, colatitudinal, and longitudinal directions. This is also know has the Harvard convention for moment tensors.
For 2D the latitude will ignored and only the longitude will be assumed. This is the default polar coordinate system with:
  • x = r * cos(phi)
  • y = r * sin(phi)
phi is the longitude here.

Functions

parse()

Classes

MomentTensorPoint2D

MomentTensorPoint3D

ScalarPoint2D

ScalarPoint3D

SideSetMomentTensorPoint2D

SideSetMomentTensorPoint3D

SideSetScalarPoint2D

SideSetScalarPoint3D

SideSetVectorGradientPoint2D

SideSetVectorGradientPoint3D

SideSetVectorPoint2D

SideSetVectorPoint3D

SideSetVectorPoint3DZNE

VectorGradientPoint2D

VectorGradientPoint3D

VectorPoint2D

VectorPoint3D

VectorPoint3DZNE

Exceptions

SalvusFlowSourceParseError

Parent class: salvus.flow.simple_config.SalvusFlowSimpleConfigException
Raised if a source file could not be parsed.
PAGE CONTENTS