You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Drop Impact Simulations | Drop Impact Simulations: Unifying theory of...",
16872
-
"content": "Unifying theory of scaling in drop impact: forces and maximum spreading diameter . Physical Review Letters, 134(10), 104003. DOI Comprehensive scaling theory for drop impact forces and maximum spreading Josserand, C. & Thoroddsen, S. T. (2016). Drop impact on a solid surface . Annual Review of Fluid Mechanics, 48, 365-391. DOI Comprehensive review of drop impact phenomena Yarin, A. L. (2006). Drop impact dynamics: Splashing, spreading, receding, bouncing\u2026 . Annual Review of Fluid Mechanics, 38, 159-192. DOI Classical review of drop impact dynamics Documentation Comprehensive documentation is available in CLAUDE.md , including: - Coding standards and best practices - Build and compilation instructions - Simulation physics and numerical methods - Parameter descriptions and typical values - Output file formats and visualization License See LICENSE file for details. Contributing This repository follows the CoMPhy Lab coding standards.",
16872
+
"content": "Unifying theory of scaling in drop impact: forces and maximum spreading diameter . Physical Review Letters, 134(10), 104003. DOI Comprehensive scaling theory for drop impact forces and maximum spreading Josserand, C. & Thoroddsen, S. T. (2016). Drop impact on a solid surface . Annual Review of Fluid Mechanics, 48, 365-391. DOI Comprehensive review of drop impact phenomena Yarin, A. L. (2006). Drop impact dynamics: Splashing, spreading, receding, bouncing\u2026 . Annual Review of Fluid Mechanics, 38, 159-192. DOI Classical review of drop impact dynamics Documentation This README provides the user-facing overview and usage. Additional details live in the runnable scripts ( runSimulation.sh , runParameterSweep.sh ) and in the simulation source ( simulationCases/dropImpact.c ) and headers in src-local/ . License See LICENSE file for details. Contributing Follow the existing code style and keep changes consistent with the repository\u2019s structure and scripts.",
"title": "sweep.params | Drop Impact Simulations: Context",
16921
16935
"content": "sweep.params See raw file sweep.params # # 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 \u00d7 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)",
0 commit comments