manus_continuum_granular1_exp

experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 0b6096c2f921b6de6e982bfa5d0a28b35ac99f0d
parent 212f9f790c7f67593b0b641dc7be37dd9173817c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 30 Jun 2020 13:37:11 +0200

Fix skin-depth calculation

Diffstat:
Mfig-skin_depth/fig.gp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fig-skin_depth/fig.gp b/fig-skin_depth/fig.gp @@ -24,7 +24,7 @@ f_min = 0.5*1.0/(24*365)/36000.0 f_max = 2.0/3600.0 # f: frequency, k: permeability -skindepth(f,k) = (k/((alpha + phi*mu_f)*beta_f*3.141592654*f))**(0.5) # f: 1/s +skindepth(f,k) = (k/((alpha + phi*beta_f)*mu_f*3.141592654*f))**(0.5) # f: 1/s set xlabel "Forcing frequency {/:Italic f} [1/s]" set ylabel "Permeability {/:Italic k} [m^2]"