# Default parameters and constants for gnuplot scripts # Equation of state xi1=0.868304 xi2=0.793843 xi3=0.765416 c=xi2**3./(xi3**2.) Z1(x)=1/(1-x) + 3*x*xi1*xi2/(xi3*(1-x)**2.) Z2(x)=x*x*(3-x)*c/((1-x)**3.) Z(x)= Z1(x) + Z2(x) f(x)=0.005-tanh(14*(x-0.79)) YZ(x) = Z(x)*f(x) # Inverse pressure M3=0.76418 ZG(g,phi) = 1 + 4*g/M3*phi # Constants Zo=18.0 Zc=23.5 Zc=YZ(0.598) # Conversion of length unit xconv=0.867922 # Relaxation times at the onset tauo=1e4 # Zgcol : colloidal Zg (based on 5 decades increase from onset) # Zgexp : experimental Zg (two estimates based on fits) # Experimental range is the glass ceiling # Zgexp1 reflects the fit by Misaki Zgcol=27.; Zgexp1=31.8; Zgexp2=34. Zgexp1_12=31.8; Zgexp2_12=36.2 Zgpara_12=33 # Colors red="#D87791" red_dark="#B11B2B" blue="#94B3DA" blue_dark="#3360B1" gray="gray60" black="gray20" green_dark="#268139" green="#60A36E" green_dark="#237634" # Gnuplot defaults set term post eps color enha rounded 'Helvetica' 22 linewidth 1.0 set size 1,0.9 set xlabel '' offset 0,0.7 set ylabel '' offset 2.2,0 set xtics offset -0.15,0.5 set ytics offset 0.7,0.0 set xtics mirror autofreq set ytics mirror autofreq set ytics offset 0.8 set tics out scale 1.5 set mxtics set mytics set key left Left reverse spacing 1.2 samplen 2 set palette defined (1 blue_dark, 2 "gray60", 3 red_dark) set palette defined (1 blue_dark, 2 "#008664", 3 "#E48100", 4 red_dark) set tmargin 1 set rmargin 3 unset arrow unset lab