You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Key features of APECSS are:
23
23
- Acoustic interactions of multiple bubbles under different assumptions (incompressible, quasi-acoustic).
24
24
- Interbubble interactions through their acoustic emissions
25
25
- Prediction of the formation and attenuation of shock fronts emitted by the bubble.
26
-
-Viscoelastic media (Kelvin-Voigt, Zener, Oldroyd-B).
26
+
-Non-Newtonian (power-law) and viscoelastic (Kelvin-Voigt, Zener, Oldroyd-B) media.
27
27
- Lipid monolayer coating of the bubble as used for ultrasound contrast agents.
28
28
- APECSS has, aside from the C standard library, no external dependencies.
29
29
@@ -91,7 +91,7 @@ If you use APECSS for your scientific work, please consider citing the [paper](h
91
91
92
92
F. Denner and S. Schenke, APECSS: A software library for cavitation bubble dynamics and acoustic emissions. Journal of Open Source Software 8 (2023), 5435. https://doi.org/10.21105/joss.05435
93
93
94
-
and, in the interest of reproducibility, the version of APECSS you've used for your work, e.g.
94
+
and, in the interest of reproducibility, the version of APECSS you've used for your work, for instance
95
95
96
96
F. Denner, S. Schenke and P. Coulombel, APECSS (v1.7), Zenodo (2024). https://doi.org/10.5281/zenodo.13850831
Copy file name to clipboardExpand all lines: documentation/chapters/bubble.tex
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -145,20 +145,21 @@ \section{The gas}
145
145
\section{The liquid}
146
146
\label{sec:liquid}
147
147
148
-
In the same way that every bubble contains a gas, in APECSS every bubble is surrounded by a liquid, which requires to select an appropriate equation of state and fluid type, as well as define meaningful properties.
148
+
In the same way that every bubble contains a gas, in APECSS every bubble is surrounded by a liquid, which requires to select an appropriate equation of state and liquid type, as well as define meaningful properties.
{\tt LIQUID} & {\tt EoS Tait} & The Tait EoS is applied to the liquid. Only relevant for the Gilmore model and acoustic emissions based on the Kirkwood-Bethe hypothesis.\\
157
157
& {\tt EoS NASG} & The Noble-Abel-stiffened-gas EoS is applied to the liquid. Only relevant for the Gilmore model and acoustic emissions based on the Kirkwood-Bethe hypothesis.\\
158
-
& {\tt LiquidType Newtonian} & Newtonian fluid. This is the default.\\
158
+
& {\tt LiquidType Newtonian} & Newtonian liquid. This is the default.\\
& {\tt RelaxationTime <float>} & Relaxation time $\lambda_\ell$ associated with viscoelasticity.\\
173
+
& {\tt PowerLawExponent <float>} & Exponent $n$ of a power-law liquid.\\
174
+
& {\tt PowerLawConsistencyCoeff <float>} & Consistency coefficient $k$ of a power-law liquid.\\
172
175
\hline
173
176
\end{tabular} \vspace{1em}
174
177
@@ -178,10 +181,21 @@ \section{The liquid}
178
181
\end{equation}
179
182
where $p_\text{G}$ is the gas pressure, see Section \ref{sec:gas}, $\sigma$ is the surface tension coefficient of the interface, see Section \ref{sec:interface}, and $\mu_\ell$ is the liquid (Newtonian) viscosity. The derivative of Eq.~\eqref{eq:pL} follows as
where $p_\text{G}$ is the gas pressure, see Section \ref{sec:gas}, $\sigma$ is the surface tension coefficient of the interface, see Section \ref{sec:interface}, $k^\star = k(2\sqrt{3})^{n-1}$ is an extended consistency coefficient \citep{Kaykanat2024}, and $n$ is the power-law exponent. The derivative of Eq.~\eqref{eq:pL_powerlaw} follows as
The power-law liquid, described by Eqs.~\eqref{eq:pL_powerlaw} and \eqref{eq:dotpL_powerlaw}, reduces to a Newtonian liquid, described by Eqs.~\eqref{eq:pL} and \eqref{eq:dotpL}, for $n=1$ and $k = \mu_\ell$.
198
+
185
199
\subsection{Equation of state}
186
200
187
201
For the Gilmore model \eqref{eq:gilmore} and the acoustic emissions based on the Kirkwood-Bethe hypothesis (see Section \ref{sec:emissionskb}), an equation of state (EoS) for the liquid has to be defined. Two EoS are currently available in APECSS: the Tait EoS and the NASG EoS.
@@ -285,7 +299,7 @@ \subsubsection{Zener model}
285
299
286
300
\subsubsection{Oldroyd-B model}
287
301
288
-
The Oldroyd-B model is a widely used constitutive model for viscoelastic fluids.
302
+
The Oldroyd-B model is a widely used constitutive model for viscoelastic liquids.
289
303
Following the work of \citet{Jimenez-Fernandez2005}, the liquid pressure at the bubble wall including the Oldroyd-B model is given as
For $\lambda_\ell = 0$ Eqs.~\eqref{eq:ode_oldroydB1disc} and \eqref{eq:ode_oldroydB2disc} still give a meaningful result and reduce to a Newtonian fluid with $\mathcal{S} = - 4\eta_\ell\dot{R}/R$.
318
+
For $\lambda_\ell = 0$ Eqs.~\eqref{eq:ode_oldroydB1disc} and \eqref{eq:ode_oldroydB2disc} still give a meaningful result and reduce to a Newtonian liquid with $\mathcal{S} = - 4\eta_\ell\dot{R}/R$.
Copy file name to clipboardExpand all lines: examples/ultrasound/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ This example simulated a lipid-coated microbubble using the Gilmore model and re
9
9
#### Sonoluminescence (with emissions)
10
10
Using [sonolumin_emissions.apess](sonolum_emissions.apecss) with ````./build/ultrasound_apecss -options sonolum_emissions.apecss -tend 40e-6 -freq 23.5e3 -amp 145e3````, this example reproduces the argon bubble studied by [Holzfuss, _Proc. R. Soc. A: Math. Phys. Eng. Sci._ 466 (2010), 1829](https://doi.org/10.1098/rspa.2009.0594) in the context of sonoluminesence. The acoustic emissions at _pLmax_ may be compared to Figure 5 of Holzfuss' work.
11
11
12
+
#### Power-law liquid
13
+
Using [powerlaw.apess](powerlaw.apecss) with ````./build/ultrasound_apecss -options powerlaw.apecss -freq 636619 -amp 25331 -tend 25e-6````, this example reproduces Figure 2c of [Kaykanat & Uguz, _The European Physical Journal Special Topics_ 233 (2024), 1625](https://doi.org/10.1140/epjs/s11734-024-01174-7).
14
+
12
15
#### Kelvin-Voigt
13
16
Using [kelvinvoigt.apess](kelvinvoigt.apecss) with ````./build/ultrasound_apecss -options kelvinvoigt.apecss -tend 6e-6 -freq 1e6 -amp 3e6````, this example reproduces Figure 5b of [Yang & Church, _Journal of the Acoustical Society of America_ 118 (2005), 3595](https://doi.org/10.1121/1.2118307).
0 commit comments