Package gov.sandia.gnem.slbmjni
Class ZhaoParameters
java.lang.Object
gov.sandia.gnem.slbmjni.ZhaoParameters
public class ZhaoParameters
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description doubleCa constant whose product with V0 gives the mantle velocity gradient for a flat Earth; V0 is the velocity of the top of the mantle averaged over the whole model.doubleCma constant whose product with Vm gives the mantle velocity gradient for a flat Earth.doubleGmthe velocity gradient at the top of the mantle averaged along the Moho between the source and receiver pierce points.doubleHthe turning depth of the ray relative to the MohointudSigna value of 0 indicates the source is in the crust; +1 indicates the ray leaves a mantle source in the downgoing direction; -1 indicates the ray leaves a mantle source in an upgoing direction.doubleVmthe velocity at the top of the mantle averaged along the Moho between the source and receiver pierce points. -
Constructor Summary
Constructors Constructor Description ZhaoParameters() -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()
-
Field Details
-
Vm
public double Vmthe velocity at the top of the mantle averaged along the Moho between the source and receiver pierce points. -
Gm
public double Gmthe velocity gradient at the top of the mantle averaged along the Moho between the source and receiver pierce points. -
H
public double Hthe turning depth of the ray relative to the Moho -
C
public double Ca constant whose product with V0 gives the mantle velocity gradient for a flat Earth; V0 is the velocity of the top of the mantle averaged over the whole model. -
Cm
public double Cma constant whose product with Vm gives the mantle velocity gradient for a flat Earth. -
udSign
public int udSigna value of 0 indicates the source is in the crust; +1 indicates the ray leaves a mantle source in the downgoing direction; -1 indicates the ray leaves a mantle source in an upgoing direction.
-
-
Constructor Details
-
ZhaoParameters
public ZhaoParameters()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-