Files
LBPM/example/Plates/input.db

44 lines
1.1 KiB
Plaintext
Raw Normal View History

Color {
2018-07-05 14:42:45 -04:00
tauA = 0.7;
tauB = 0.7;
rhoA = 1.0;
rhoB = 1.0;
2018-07-05 14:42:45 -04:00
alpha = 1e-3;
beta = 0.95;
F = 0, 0, 0
Restart = false
2021-01-17 15:01:56 -05:00
timestepMax = 500
flux = 0.0
2018-06-13 22:06:22 -04:00
ComponentLabels = -2, -1
2021-01-17 15:01:56 -05:00
ComponentAffinity = 1.0, 1.0;
}
Domain {
Filename = "ParallelPlates.raw"
nproc = 1, 1, 4 // Number of processors (Npx,Npy,Npz)
n = 24, 24, 24 // Size of local domain (Nx,Ny,Nz)
N = 24, 24, 96 // size of the input image
L = 1, 1, 1 // Length of domain (x,y,z)
BC = 0 // Boundary condition type
2018-09-28 14:08:04 -04:00
ReadType = "8bit"
ReadValues = -2, -1, 1, 2
WriteValues = -2, -1, 1, 2
}
Analysis {
2021-01-17 15:01:56 -05:00
analysis_interval = 100 // Frequency to perform analysis
visualization_interval = 500
subphase_analysis_interval = 100
restart_interval = 100000
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"
}
2021-01-17 15:01:56 -05:00
Visualization {
2021-07-26 08:20:53 -04:00
}
FlowAdaptor {
}