Skip to content

Commit f198fb3

Browse files
small change to abstract
1 parent e7dec86 commit f198fb3

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
monsur
3+
24
.DS_Store
35

46
main.pdf

abstract.tex

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
1+
%
22
\begin{abstract}
33
%
4-
Appropriate modeling of attenuation effects due to internal friction in wave propagation problems is particularly relevant over large distances or in the presence of highly dissipative media. This is of great importance in geophysical, seismological, and engineering applications. Different alternatives are considered in the literature to represent energy losses due to internal friction. Most make use of viscoelastic models with combinations of spring and dashpot elements whose properties are associated to the attenuation quality factor, $Q$, in the frequency domain. The dynamic behavior of the mechanical model can be expressed in terms of stresses and strains, or directly in terms of displacements, and then introduced into the wave equation. The solution of the resulting anelastic wave propagation problem in the time domain poses significant difficulties in terms of numerical accuracy and computational efficiency. The parameters of the model need to be calibrated for discrete values of $Q$, and this requires the construction of tables with values that are later interpolated. This limits the generality of numerical implementations, and affects their accuracy. In addition, the solution in the time domain requires additional variables. The greater the number of mechanical elements, the greater the computational cost in memory and efficiency. This cost increases if the implementation is done in terms of stress and strain components, as opposed to displacements. We revise and improve a previously introduced model that uses displacements as primary variables and a reduced number of mechanical elements. We present new analytical correlations between the model parameters and the target Q function, for both constant $Q$ and frequency dependent $Q$. Our formulation eliminates the need for interpolation and maintains an excellent level of accuracy and computational efficiency. We validate the formulation implementation against semi-analytical solutions one- and three-dimensional idealized problems and test its applicability in realistic earthquake ground motion simulation.
4+
Appropriate modeling of attenuation effects due to internal friction in wave propagation problems is particularly relevant over large distances or in the presence of highly dissipative media. Different alternatives are considered in the literature to represent energy losses due to internal friction. Most make use of viscoelastic models with combinations of spring and dashpot elements whose properties are associated to the attenuation quality factor, $Q$, in the frequency domain. The dynamic behavior of the mechanical model can be expressed in terms of stresses and strains, or directly in terms of displacements, and then introduced into the formulation of the wave equation. The solution of the resulting anelastic wave propagation problem in time poses significant difficulties in terms of numerical accuracy and computational efficiency. The parameters of the model need to be calibrated for discrete values of $Q$, and this requires the construction of tables with values that are later interpolated. This limits the generality of numerical implementations, and affects their accuracy. In addition, the solution in time requires the use of additional variables. The greater the number of mechanical elements, the greater the computational cost. More so if the implementation is done in terms of stress and strain components, as opposed to displacements. We revise and improve a previously introduced model that uses displacements as primary variables and a reduced number of mechanical elements. We present new empirical equations to obtain the model parameters in terms of the target $Q$ function, for both constant and frequency dependent $Q$. Our formulation eliminates the need for interpolation and maintains an excellent level of accuracy at a low computational cost for a wide range of $Q$ values. We validate the formulation implementation against semi-analytical solutions for one- and three-dimensional idealized problems, and test its applicability in realistic earthquake ground motion simulation.\\
55
%
66
\end{abstract}
7+
%

geophysics.cls

+8-6
Original file line numberDiff line numberDiff line change
@@ -471,19 +471,19 @@
471471
% %\ifthenelse{\boolean{@shrt}}{}{\twocolumn[\noindent\fbox{\usebox{\seg@abstract}}\vspace{0.3in}]}} ******** Ricardo ******
472472
% \ifthenelse{\boolean{@shrt}}{}{\noindent\fbox{\usebox{\seg@abstract}}}} % ********* ORIGINAL ***********
473473

474-
% ****** MY MODIFIED ABSTRACT ENVIRONMENT ******
474+
% ****** START: MY MODIFIED ABSTRACT ENVIRONMENT ******
475475

476476
\RequirePackage{multicol}
477477
\setcounter{footnote}{1}
478478
\renewcommand\@makefntext{\noindent\makebox[0em][l]{\@makefnmark}}
479479
\renewenvironment{abstract}{
480480

481-
\begin{lrbox}{\seg@abstract}
482-
\begin{minipage}{0.96\textwidth}
481+
\begin{lrbox}{\seg@abstract}%
482+
\begin{minipage}{0.96\textwidth}%
483483
\begin{multicols}{2}%
484-
\centerline{\ifthenelse{\boolean{@twoc}}{}{\Large}\textbf{ABSTRACT}}\medskip\hspace{1em}}{%
485-
\end{multicols}
486-
\end{minipage}
484+
\centerline{\ifthenelse{\boolean{@twoc}}{}{\Large}\textbf{ABSTRACT}}\medskip}{%
485+
\end{multicols}%
486+
\end{minipage}%
487487
\end{lrbox}
488488

489489
\ifthenelse{\boolean{@twoc}}{%
@@ -498,6 +498,8 @@
498498
}
499499
}
500500

501+
% ****** END: MY MODIFIED ABSTRACT ENVIRONMENT ******
502+
501503
}
502504
\ifthenelse{\boolean{@manu}}
503505
{\pagestyle{plain}\thispagestyle{plain}}

0 commit comments

Comments
 (0)