#include <sim_vm_params.hpp>
|
| | VmParamsIso () |
| |
| | VmParamsIso (const CoordT &i_vp, const CoordT &i_vs, const CoordT &i_rho) |
| |
|
const CoordT & | vp () const |
| |
|
const CoordT & | vs () const |
| |
|
const CoordT & | rho () const |
| |
Isotropic velocity model parameters.
| sim::VmParamsIso::VmParamsIso |
( |
| ) |
|
|
inline |
| sim::VmParamsIso::VmParamsIso |
( |
const CoordT & |
i_vp, |
|
|
const CoordT & |
i_vs, |
|
|
const CoordT & |
i_rho |
|
) |
| |
|
inline |
Construct object with provided parameters.
- Parameters
-
| i_vp | Pressure waves velocity (m/s). |
| i_vs | Shear waves velocity (m/s). |
| i_rho | Density (kg/m^3). |
| CoordT sim::VmParamsIso::m_rho |
|
protected |
| CoordT sim::VmParamsIso::m_vp |
|
protected |
Pressure waves velocity (m/s).
| CoordT sim::VmParamsIso::m_vs |
|
protected |
Shear waves velocity (m/s).
The documentation for this class was generated from the following file: