Menu

sweep.params

sweep.params

# sweep.params
# First-pass scientific sweep: transport versus outer-solid modulus.
# Seven logarithmically spaced Ec_solid values from 0.01 to 10, including
# the reference value 0.1. Drop parameters are fixed at Ec=0.01, De=1e30;
# the carrier remains at Ec=0.05, De=0.5. This is parametric exploration, not
# a verification or validation matrix.

# ============================================================
# Base Configuration
# ============================================================
BASE_CONFIG=sweep-base.params

# ============================================================
# Case Number Range
# ============================================================
CASE_START=2001
CASE_END=2007

# ============================================================
# Sweep Variables
# ============================================================
# Format: SWEEP_<variable>=value1,value2,value3,...
# Cartesian product of SWEEP_* keys. Keep CASE_START/CASE_END equal to
# the generated combination count.
# Ec and De must both be zero (Newtonian) or both be positive (Oldroyd-B).

SWEEP_Ec_solid=0.01,0.0316228,0.1,0.316228,1,3.16228,10

# ============================================================
# Output Configuration
# ============================================================
# Output folders are created in simulationCases/<CaseNo>/ unless the
# runner is given an external --output-root.