Class ReflTransSolidSolid
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleprotected doubleprotected doubleprotected doubleprotected Complexprotected Complexprotected Complexprotected Complexprotected Complexprotected Complexdelta for SH-SH equationsFields inherited from class edu.sc.seis.TauP.ReflTrans
botDensity, botVertSlownessP, botVertSlownessS, botVp, botVs, CX, lastInIsPWave, lastRayParam, rp, sqBotVp, sqBotVs, sqRP, sqTopVp, sqTopVs, topDensity, topVertSlownessP, topVertSlownessS, topVp, topVs -
Constructor Summary
ConstructorsConstructorDescriptionReflTransSolidSolid(double topVp, double topVs, double topDensity, double botVp, double botVs, double botDensity) -
Method Summary
Modifier and TypeMethodDescriptionComplex[][]calcScatterMatrix(double rayParam) Calculate scattering matrix for Solid-Solid interface.Complex[][]calcSqrtEnergyFluxMatrix(double rayParam) protected voidcalcTempVars(double rayParam, boolean inIsPWave) protected Objectclone()flip()Flips the sense of the layers, useful when you have a ray going through the same layer in the opposite direction.getComplexRpp(double rayParam) Calculates incident P wave to reflected P wave Complex coefficient.getComplexRps(double rayParam) Calculates incident P wave to reflected SV wave Complex coefficient.getComplexRshsh(double rayParam) Calculates incident SH wave to reflected SH wave Complex coefficient.getComplexRsp(double rayParam) Calculates incident SV wave to reflected P wave Complex coefficient.getComplexRss(double rayParam) Calculates incident SV wave to reflected SV wave Complex coefficient.getComplexTpp(double rayParam) Calculates incident P wave to transmitted P wave Complex coefficient.getComplexTps(double rayParam) Calculates incident P wave to transmitted SV wave Complex coefficient.getComplexTshsh(double rayParam) Calculates incident SH wave to transmitted SH wave Complex coefficient.getComplexTsp(double rayParam) Calculates incident SV wave to transmitted P wave Complex coefficient.getComplexTss(double rayParam) Calculates incident SV wave to transmitted SV wave Complex coefficient.toString()Methods inherited from class edu.sc.seis.TauP.ReflTrans
calcCriticalRayParams, calcInVerticalSlownessP, calcInVerticalSlownessS, calcTransVerticalSlownessP, calcTransVerticalSlownessS, getAngleR_p, getAngleR_s, getAngleT_p, getAngleT_s, getBotDensity, getBotVp, getBotVs, getEnergyFluxFactorRpp, getEnergyFluxFactorRps, getEnergyFluxFactorRshsh, getEnergyFluxFactorRsp, getEnergyFluxFactorRss, getEnergyFluxFactorTpp, getEnergyFluxFactorTps, getEnergyFluxFactorTshsh, getEnergyFluxFactorTsp, getEnergyFluxFactorTss, getEnergyFluxRpp, getEnergyFluxRps, getEnergyFluxRshsh, getEnergyFluxRsp, getEnergyFluxRss, getEnergyFluxTpp, getEnergyFluxTps, getEnergyFluxTshsh, getEnergyFluxTsp, getEnergyFluxTss, getPhase, getRealCoefficient, getRpp, getRppImag, getRppPhase, getRppReal, getRps, getRpsImag, getRpsPhase, getRpsReal, getRshsh, getRshshImag, getRshshPhase, getRshshReal, getRsp, getRspImag, getRspPhase, getRspReal, getRss, getRssImag, getRssPhase, getRssReal, getTopDensity, getTopVp, getTopVs, getTpp, getTppImag, getTppPhase, getTppReal, getTps, getTpsImag, getTpsPhase, getTpsReal, getTshsh, getTshshImag, getTshshPhase, getTshshReal, getTsp, getTspImag, getTspPhase, getTspReal, getTss, getTssImag, getTssPhase, getTssReal, inboundEnergyP, inboundEnergyS
-
Field Details
-
a
protected double a -
b
protected double b -
c
protected double c -
d
protected double d -
det
-
E
-
F
-
G
-
H
-
shDelta
delta for SH-SH equations
-
-
Constructor Details
-
ReflTransSolidSolid
public ReflTransSolidSolid(double topVp, double topVs, double topDensity, double botVp, double botVs, double botDensity) throws VelocityModelException - Throws:
VelocityModelException
-
-
Method Details
-
getComplexRpp
Calculates incident P wave to reflected P wave Complex coefficient.= ((b*topVertSlownessP - c*botVertSlownessP)*F -
(a + d*topVertSlownessP * botVertSlownessS)*H*sqRP) / det- Specified by:
getComplexRppin classReflTrans
-
getComplexRps
Calculates incident P wave to reflected SV wave Complex coefficient.= -2 * topVertSlownessP *
(a * b + c * d *botVertSlownessP *botVertSlownessS) *
(rp * (topVp/topVs)) / det- Specified by:
getComplexRpsin classReflTrans
-
getComplexTpp
Calculates incident P wave to transmitted P wave Complex coefficient.= ( 2 * topDensity * topVertSlownessP * F *
(topVp / botVp)) / det- Specified by:
getComplexTppin classReflTrans
-
getComplexTps
Calculates incident P wave to transmitted SV wave Complex coefficient.= (2 * topDensity * topVertSlownessP * H * rp * (topVp / botVs)) /
det- Specified by:
getComplexTpsin classReflTrans
-
getComplexRsp
Calculates incident SV wave to reflected P wave Complex coefficient.= (-2 * topVertSlownessS *
(a * b + c * d * botVertSlownessP * botVertSlownessS) *
rp * (topVs / topVp)) /
det- Specified by:
getComplexRspin classReflTrans
-
getComplexRss
Calculates incident SV wave to reflected SV wave Complex coefficient.= -1 * ((b * topVertSlownessS - c * botVertSlownessS) * E -
(a + b * botVertSlownessP * topVertSlownessS) * G * sqRP) /
det- Specified by:
getComplexRssin classReflTrans
-
getComplexTsp
Calculates incident SV wave to transmitted P wave Complex coefficient.= -2 * topDensity * topVertSlownessS * G * rp * (topVs / botVp) /
det- Specified by:
getComplexTspin classReflTrans
-
getComplexTss
Calculates incident SV wave to transmitted SV wave Complex coefficient.= 2 * topDensity * topVertSlownessS * E * (topVs / botVs) /
det- Specified by:
getComplexTssin classReflTrans
-
getComplexRshsh
Calculates incident SH wave to reflected SH wave Complex coefficient.mu = Vs * Vs * density
= (topMu * topVertSlownessS - botMu * botVertSlownessS) /
(topMu * topVertSlownessS + botMu * botVertSlownessS)- Specified by:
getComplexRshshin classReflTrans
-
getComplexTshsh
Calculates incident SH wave to transmitted SH wave Complex coefficient.mu = Vs * Vs * density
= 2 * topMu * topVertSlownessS /
(topMu * topVertSlownessS + botMu * botVertSlownessS)- Specified by:
getComplexTshshin classReflTrans
-
flip
Flips the sense of the layers, useful when you have a ray going through the same layer in the opposite direction.- Specified by:
flipin classReflTrans- Throws:
VelocityModelException
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
toString
-
calcScatterMatrix
Calculate scattering matrix for Solid-Solid interface. See Aki and Richards (2nd ed) sect 5.2.3 p 139-147. Rows 1 and 2 are outbound from "top" layer, and rows 3 and 4 are outbound from "bottom" layer. Columns 1 and 2 are inbound from "top" layer, and columns 3 and 4 are inbound from "bottom" layer. Upper left and lower right are reflections. Upper right and lower left are transmissions.P↓P↑ S↓P↑ P↑P↑ S↑P↑ P↓S↑ S↓S↑ P↑S↑ S↑S↑ P↓P↓ S↓P↓ P↑P↓ S↑P↓ P↓S↓ S↓S↓ P↑S↓ S↑S↓- Parameters:
rayParam-- Returns:
- 4x4 matrix
- Throws:
VelocityModelException
-
calcSqrtEnergyFluxMatrix
- Throws:
VelocityModelException
-
calcTempVars
protected void calcTempVars(double rayParam, boolean inIsPWave) - Specified by:
calcTempVarsin classReflTrans
-