
// gravity angle
theta 60.0;

// Clast size [m]
R 12.5e-6; // half width as reference  
LxOverR 1; // half length over half width 
LyOverR 4; // half length over half width 

// boundary shell melt thickness
dsOnLx 5.e-6; 
dsOnLy 10.e-6; 

//  bubble position x
xb  0; 

// Dimensionless leghts
x1OverR 50; // domain half width
x2OverR 20; // domain half width
y1OverR 30.0; // domain bottom from center (crystal)
y2OverR 20.0;  // domain top

// number of cells in radius (base mesh no refinement) 
N 2; 

// Refinement Boxes

r1x1OverR 18;
r1x2OverR 8;
r1y1OverR 20; // bottom
r1y2OverR 10; // top

r2x1OverR 17;
r2x2OverR 6;
r2y1OverR 19; // bottom
r2y2OverR 9; // top

r3x1OverR 16;
r3x2OverR 5;
r3y1OverR 18; // bottom
r3y2OverR 8; // top

r4x1OverR 15;
r4x2OverR 4;
r4y1OverR 17;
r4y2OverR 7;


//////////////////////////////////////////////////


#include myDerivedDict

