bubble-dynamics

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

km.conf (494B)


      1 # File       : km.conf
      2 # Date       : Thu Sep 22 13:15:27 2016
      3 # Author     : Fabian Wermelinger
      4 # Description: Keller-Miksis example
      5 # Copyright 2016 ETH Zurich. All Rights Reserved.
      6 
      7 # case selection
      8 dynamics km # Keller-Miksis
      9 
     10 # time stepper settings
     11 ts rkv56
     12 ts_tend 3.0e-6
     13 ts_dt 1.0e-12
     14 ts_writeGranularity 1
     15 ts_reportGranularity 5000
     16 ts_maxLocalError 1.0e-8
     17 ts_rTol 1.0e-6
     18 ts_aTol 1.0e-6
     19 
     20 # bubble settings
     21 R0 10.0e-6
     22 rho 1000
     23 nu 0.0
     24 sigma 0.0
     25 gamma 1.4
     26 pv 0.0
     27 p0 1.0e5
     28 c 1481.0
     29 pamp 10