# # sweep.params
# Parameter sweep configuration for batch simulations.
# ============================================================
# Base Configuration
# ============================================================
# Start from this parameter file and override sweep variables
BASE_CONFIG=default.params
# ============================================================
# Case Number Range
# ============================================================
# Starting case number (4-digit: 1000-9999)
# Each parameter combination gets auto-incremented CaseNo
CASE_START=1306
# Ending case number (inclusive)
# Number of combinations should equal CASE_END - CASE_START + 1
# For this sweep: 16 We × 16 Oh = 256 combinations, so CASE_END = 1561
CASE_END=1561
# ============================================================
# Sweep Variables
# ============================================================
# Format: SWEEP_<variable>=value1,value2,value3,...
# The sweep will generate all combinations (cartesian product)
# Sweep Weber number (vary impact velocity / surface tension)
SWEEP_We=50,60,70,80,90,100,126,158,200,251,316,398,501,631,794,1000
# Sweep Ohnesorge number (vary viscosity)
SWEEP_Ohd=1e-3,3e-3,1e-2,1.7e-2,2.9e-2,4.9e-2,8.4e-2,1.43e-1,2.43e-1,4.13e-1,7.02e-1,1.19,2.03,3.45,5.87,1e1
# Optional: sweep other parameters
# SWEEP_MAXlevel=9,10,11
# SWEEP_Ldomain=6.0,8.0,10.0
# ============================================================
# Output Configuration
# ============================================================
# Output folders are created in simulationCases/<CaseNo>/
# CaseNo auto-increments from CASE_START for each parameter combination
# Cases run sequentially (one at a time)