Menu

sweep.params

sweep.params

# Parameter Sweep Configuration
# This file defines a parameter sweep 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=4000

# Ending case number (inclusive)
# Number of combinations should equal CASE_END - CASE_START + 1
# For this sweep: 2 Rr × 8 OhOut × 1 zWall = 16 combinations, so CASE_END = 4015
CASE_END=4015

# ============================================================
# Sweep Variables
# ============================================================
# Format: SWEEP_<variable>=value1,value2,value3,...
# The sweep will generate all combinations (cartesian product)

# Sweep radius ratio
# Available values (matching DataFiles): 1.00, 1.50, 2.00, 4.00, 8.00
SWEEP_Rr=1.00,2.00

# Sweep Ohnesorge number (outer fluid)
SWEEP_OhOut=0.01,0.015,0.025,0.04,0.05,0.057,0.066,0.075

# Sweep wall position
SWEEP_zWall=0.05

# Optional: sweep other parameters (uncomment as needed)
# SWEEP_MAXlevel=9,10,11

# ============================================================
# 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)