#include <smooth_pointsrc.h>
Public Attributes | |
| int | istart |
| RPNT | xs |
| ireal | bou |
| ireal | c |
| ireal | fpeak |
| IPNT | ixs |
| IPNT | ixe |
| FILE * | fpsrc |
| ireal * | w |
| ireal * | w1 |
| int | n |
| ireal | dt |
| ireal | t0 |
| int | idbg |
| FILE * | fpdbg |
| int | tmpflag |
| ireal | scramp |
| ireal | phipeak |
| ireal | rad |
| int | sn |
Stores number of wavelet samples at simulation sample rate, start index for source action, source location information (cell index, position in cell), sampling order, and buoyancy values near source, along with the wavelet time series (at simulation sample rate). Wavelet is either (i) read from file, or (ii) extracted from target pulse, read from file, or (iii)Gaussian with zero, min, or max phase, producing a propagating Ricker pulse in 3D.
Source function for the pressure equation: - (r) v0(r,t) Source function for the velocity equations: - (r) p0(r,t), where p0, v0, are the slns of the homogeneous acoustic problem given by eqns. (5) and (8) in the tech report by WWS
phi = 1 for r < rad, phi = gauss(phipeak, rad) for r >= rad.
Therefore, phi(r) = x phi'(r) / r and phi'(r) = - 2 * phipeak^2 * pi^2 * (r - rad) * exp(-phipeak^2 * pi^2 * (r - rad)^2 );
Definition at line 43 of file smooth_pointsrc.h.
Definition at line 44 of file smooth_pointsrc.h.
Definition at line 45 of file smooth_pointsrc.h.
Definition at line 46 of file smooth_pointsrc.h.
Definition at line 47 of file smooth_pointsrc.h.
Definition at line 48 of file smooth_pointsrc.h.
Definition at line 49 of file smooth_pointsrc.h.
Definition at line 50 of file smooth_pointsrc.h.
| FILE* SPOINTSRC::fpsrc |
Definition at line 51 of file smooth_pointsrc.h.
Definition at line 52 of file smooth_pointsrc.h.
Definition at line 53 of file smooth_pointsrc.h.
| int SPOINTSRC::n |
Definition at line 54 of file smooth_pointsrc.h.
Definition at line 55 of file smooth_pointsrc.h.
Definition at line 56 of file smooth_pointsrc.h.
| int SPOINTSRC::idbg |
Definition at line 57 of file smooth_pointsrc.h.
| FILE* SPOINTSRC::fpdbg |
Definition at line 58 of file smooth_pointsrc.h.
Definition at line 59 of file smooth_pointsrc.h.
Definition at line 60 of file smooth_pointsrc.h.
Definition at line 61 of file smooth_pointsrc.h.
Definition at line 62 of file smooth_pointsrc.h.
| int SPOINTSRC::sn |
Definition at line 63 of file smooth_pointsrc.h.
1.4.7