computes the elastic wave velocity(km/s) from the elastic stiffness Cijkl tensor and density (g/cm3)
Syntax
varargout = velocity(C,varargin)Input
| C | elasticity stiffnessTensor Cijkl (UNITS GPa) tensor |
| x | list of propagation directions (vector3d) |
| rho | material density (UNITS g/cm3) |
Output
| vp | velocity of the p--wave (UNITS km/s) |
| vs1 | velocity of the s1--wave (UNITS km/s) |
| vs2 | velocity of the s2--wave (UNITS km/s) |
| pp | polarization of the p--wave (particle movement, vibration direction) |
| ps1 | polarization of the s1--wave (particle movement, vibration direction) |
| ps2 | polarization of the s2--wave (particle movement, vibration direction) |