wavevelocity
WaveVelocity
Bases: ElasticityBase
Elasticity estimated from wave velocity.
caches
class-attribute
caches: Dict[str, LRUCache] = {
"stiffness": LRUCache(maxsize=1024),
"compliance": LRUCache(maxsize=1024),
}
thetaxy
class-attribute
instance-attribute
Angle for the P-wave velocity Vsxy.
thetayz
class-attribute
instance-attribute
Angle for the P-wave velocity Vsyz.
thetazx
class-attribute
instance-attribute
Angle for the P-wave velocity Vpzx.
unit
class-attribute
instance-attribute
unit: Literal['rad', 'deg'] = 'rad'
Unit of the angle theta
. Can be "rad" for radians or "deg" for degrees.