bubble-dynamics

Spherical bubble dynamics simulator
git clone https://git.0xfab.ch/bubble-dynamics.git
Log | Files | Refs | README | LICENSE

rp_gaussian.conf (581B)


      1 # File       : rp.conf
      2 # Created    : Wed Jun 07 2017 11:44:17 PM (-0700)
      3 # Author     : Fabian Wermelinger
      4 # Description: Rayleigh-Plesset example
      5 # Copyright 2017 ETH Zurich. All Rights Reserved.
      6 
      7 # case selection
      8 dynamics rp # Keller-Miksis
      9 
     10 # time stepper settings
     11 ts rkv56
     12 ts_tend 20.0e-6
     13 ts_dt 1.0e-12
     14 ts_writeGranularity 1
     15 ts_reportGranularity 5000
     16 ts_maxLocalError 1.0e-8
     17 ts_maxScale 1.1
     18 ts_rTol 1.0e-6
     19 ts_aTol 1.0e-6
     20 
     21 # bubble settings
     22 R0 10.0e-6
     23 rho 1000
     24 nu 0.0
     25 sigma 0.0
     26 gamma 1.4
     27 pv 0.0
     28 p0 1.0e5
     29 c 1481.0
     30 pamp 0.05 # 5kPa pulse
     31 pext gaussian
     32 t_0 5.0e-6
     33 support 0.5e-06