Skip to content

Commit 4e81a93

Browse files
committed
Updates to the documentation
1 parent fbcf65c commit 4e81a93

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

328 Bytes
Binary file not shown.

documentation/chapters/emissions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ \chapter{Acoustic emissions}
1010
\vspace{1mm} \\ \hline
1111
{\tt BUBBLE} & {\tt Emissions IC <float>} & Computes the acoustic emissions using the standard incompressible model, Section \ref{sec:emissionsic}.\\
1212
& {\tt Emissions FSIC <float>} & Computes the acoustic emissions using the finite-speed incompressible model, Section \ref{sec:emissionsfsic}.\\
13-
& {\tt Emissions QA <float>} & Computes the acoustic emissions using the quasi-acoustic model, Section \ref{sec:emissionsqa}.\\
13+
& {\tt Emissions QA <float>} & Computes the acoustic emissions using the quasi-acoustic model \citep{Coulombel2024}, Section \ref{sec:emissionsqa}.\\
1414
& {\tt Emissions EV <float>} & Computes the acoustic emissions based on the Kirkwood-Bethe hypothesis, Section \ref{sec:emissionskb}, with the explicit expression for velocity, see Eq.~\eqref{eq:u_rt}.\\
1515
& {\tt Emissions TIV <float>} & Computes the acoustic emissions using the model of \citet{Hickling1963} based on the Kirkwood-Bethe hypothesis, Section \ref{sec:emissionskb}, with the temporally-integrated velocity, see Eq.~\eqref{eq:dudt_rt}.\\
1616
& {\tt EmissionIntegration Euler} & Integrates the radial position and, if applicable, the velocity using an Euler scheme.\\
@@ -68,7 +68,7 @@ \section{Quasi-acoustic model}
6868
\end{align}
6969
and $\tau$ is the time at which the acoustic information is emitted at the bubble wall. For $t=\tau$ with $r(t)=R(\tau)$, Eq.~(\ref{eq:u_rt_qa}) reduces to $u(R,\tau)=\dot{R}(\tau)$ and Eq.~(\ref{eq:p_rt_qa}) reduces to $p(R,\tau)=p_\mathrm{L}(\tau)$, thus satisfying the boundary conditions at the bubble wall.
7070

71-
The quasi-acoustic model is consistent in its modelling assumptions with the Keller-Miksis model, Eq.~\eqref{eq:keller}. The applicability of the quasi-acoustic model is limited to small Mach numbers, $(\dot{R}/c_0)^2 \ll 1$, as it incorporates a finite propagation speed of the acoustic emissions and the nonlinear pressure contributions resulting from the flow, but since all parts of the wave propagate with speed $c_0$, the quasi-acoustic model can neither describe the nonlinear distortion of acoustic waves nor the formation of shock fronts.
71+
The quasi-acoustic model is consistent in its modelling assumptions with the Keller-Miksis model, Eq.~\eqref{eq:keller} \citep{Coulombel2024}. The applicability of the quasi-acoustic model is limited to small Mach numbers, $(\dot{R}/c_0)^2 \ll 1$, as it incorporates a finite propagation speed of the acoustic emissions and the nonlinear pressure contributions resulting from the flow, but since all parts of the wave propagate with speed $c_0$, the quasi-acoustic model can neither describe the nonlinear distortion of acoustic waves nor the formation of shock fronts.
7272

7373
\section{Finite-speed incompressible model}
7474
\label{sec:emissionsfsic}

documentation/chapters/using.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,14 @@ \subsubsection{Flags for model options}
250250
\item {\tt APECSS\_LIQUID\_NASG}: Noble-Abel-stiffened-gas EoS.
251251
\end{itemize}
252252

253-
Viscoelasticity of the liquid:\vspace{-1em}
253+
\newpage
254+
Non-Newtonian and viscoelastic behavior of the liquid:\vspace{-1em}
254255
\begin{itemize}[noitemsep]
255256
\item {\tt APECSS\_LIQUID\_NEWTONIAN}: Newtonian liquid.
256257
\item {\tt APECSS\_LIQUID\_KELVINVOIGT}: Kelvin-Voigt solid.
257258
\item {\tt APECSS\_LIQUID\_ZENER}: Zener solid (standard linear solid model).
258259
\item {\tt APECSS\_LIQUID\_OLDROYDB}: Oldroyd-B liquid.
260+
\item {\tt APECSS\_LIQUID\_POWERLAW}: Power-law liquid.
259261
\end{itemize}
260262

261263
Lipid monolayer coating of the gas-liquid interface (bit-wise):\vspace{-1em}

documentation/references.bib

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ @book{Cole1948
3030
address = {Princeton, New Jersey}
3131
}
3232

33+
@article{Coulombel2024,
34+
title = {Modeling Time-Delayed Acoustic Interactions of Cavitation Bubbles and Bubble Clusters},
35+
author = {Coulombel, Pierre and Denner, Fabian},
36+
year = {2024},
37+
month = dec,
38+
journal = {Physics of Fluids},
39+
volume = {36},
40+
number = {12},
41+
pages = {122109},
42+
issn = {1070-6631, 1089-7666},
43+
doi = {10.1063/5.0242481}
44+
}
45+
3346
@article{Denner2021,
3447
title = {The {{Gilmore-NASG}} Model to Predict Single-Bubble Cavitation in Compressible Liquids},
3548
author = {Denner, Fabian},

0 commit comments

Comments
 (0)