commit 411bf7e617fbb5c7ccf46eb363362996db576f86 parent a261da202d7b417262f1e24b3630895536ef1d7f Author: Fabian Wermelinger <fabianw@mavt.ethz.ch> Date: Fri, 9 Jun 2017 17:06:14 -0700 added two new test cases to example section Diffstat:
| A | examples/hilgenfeldt1998/hbgl.conf | | | 32 | ++++++++++++++++++++++++++++++++ |
| M | examples/rayleigh-plesset/rp.conf | | | 11 | +++++++---- |
2 files changed, 39 insertions(+), 4 deletions(-)
diff --git a/examples/hilgenfeldt1998/hbgl.conf b/examples/hilgenfeldt1998/hbgl.conf @@ -0,0 +1,32 @@ +# File : hbgl.conf +# Created : Fri Jun 09 2017 03:47:36 PM (-0700) +# Author : Fabian Wermelinger +# Description: Example from Hilgenfeldt et al. paper 1998 +# Copyright 2017 ETH Zurich. All Rights Reserved. + +# case selection +dynamics hbgl + +# time stepper settings +ts rkv56 +ts_tend 38.0e-6 +ts_dt 1.0e-12 +ts_writeGranularity 1 +ts_reportGranularity 5000 +ts_maxLocalError 1.0e-8 +ts_rTol 1.0e-6 +ts_aTol 1.0e-6 + +# bubble settings +R0 4.0e-6 +rho 1000 +nu 1.0e-6 +sigma 0.073 +gamma 1.4 +pv 0.0 +p0 1.01325e5 +c 1481.0 +h 4.5146726862302486e-07 +pamp 1.4 +pext coshbgl +frequency 26.5e3 diff --git a/examples/rayleigh-plesset/rp.conf b/examples/rayleigh-plesset/rp.conf @@ -9,16 +9,17 @@ dynamics rp # Keller-Miksis # time stepper settings ts rkv56 -ts_tend 1.0e-6 +ts_tend 20.0e-6 ts_dt 1.0e-12 ts_writeGranularity 1 ts_reportGranularity 5000 ts_maxLocalError 1.0e-8 +ts_maxScale 1.1 ts_rTol 1.0e-6 ts_aTol 1.0e-6 # bubble settings -R0 4.0e-6 +R0 10.0e-6 rho 1000 nu 0.0 sigma 0.0 @@ -26,5 +27,7 @@ gamma 1.4 pv 0.0 p0 1.0e5 c 1481.0 -pamp 10.0 -pext const +pamp 0.05 # 5kPa pulse +pext gaussian +t_0 5.0e-6 +support 0.5e-06