Color {
    tauA = 0.7;  
    tauB = 0.7;  
    rhoA   = 1.0;  
    rhoB   = 1.0;  
    alpha = 1e-3;
    beta  = 0.95;
    F = 0, 0, 1.0e-3
    Restart = false
    timestepMax = 10000000
    ComponentLabels = 0, -1, -2, -3, -4, -5, -6
    ComponentAffinity = -1.0, -0.5, -1.0, -1.0, -1.0, -1.0, -1.0
    protocol = "image sequence"
    image_sequence = "clay_45_grain_0_0.6.raw"
    capillary_number = 1.0e-4
}
Domain {
    nproc = 2, 2, 2     // Number of processors (Npx,Npy,Npz)
    n = 400, 400, 400     // Size of local domain (Nx,Ny,Nz)
    N = 800, 800, 800      // size of the input image
    InletLayers = 0, 0, 8  // inlet layers to help  stability for flux BC
    checkerSize = 20
    voxel_length = 1.74125    // Length of domain (x,y,z)
    BC = 0              // Boundary condition type
    ReadType = "8bit"
    ReadValues = 0, 1, 2, -1, -2, -3, -4, -5, -6
    WriteValues = 0, 1, 2, -1, -2, -3, -4, -5, -6
}
Analysis {
    morph_interval = 100000
    min_steady_timesteps = 500000
    max_steady_timesteps = 1500000
    analysis_interval = 1000    // Frequency to perform analysis
    restart_interval = 100000    // Frequency to write restart data
    restart_file = "Restart"    // Filename to use for restart file (will append rank)
    N_threads    = 4            // Number of threads to use
    load_balance = "independent" // Load balance method to use: "none", "default", "independent"
}
Visualization {
    save_8bit_raw = true
    write_silo = false
}
