Published June 20, 2025
| Version v2.0
Software
Open
comphy-lab/JumpingBubbles: Jumping Bubbles v2.0
Description
Version 2.0
Release Date: June 20, 2025
🚀 Major Highlights
This release represents a significant evolution of the Jumping Bubbles framework, featuring a complete documentation overhaul, improved code organization, enhanced visualization capabilities, and numerous quality-of-life improvements.
📚 Documentation Overhaul
New Documentation Website
- Comprehensive GitHub Pages documentation with modern, responsive design
- Interactive search functionality with command palette
- Dark/light theme toggle support
- Mobile-friendly interface with custom styling
- Full HTML documentation for all source files
Enhanced Content
- Detailed inline documentation added to all source files
- Comprehensive installation and usage guides
- Added contribution guidelines and issue templates
- Improved code examples and tutorials
🏗️ Project Restructuring
- Reorganized Directory Structure
- Simulation files moved to
simulationCases/directory - Post-processing tools consolidated in
postProcess/folder - Clear separation between core simulation code and utilities
- Better naming conventions throughout the project
- Simulation files moved to
✨ New Features
Enhanced Contact Angle Support
- Extended implementation for arbitrary contact angles
- Improved boundary condition handling for contact lines
- Added Bond number variable for better physical modeling
Hydrophilic Surface Modeling
- New
JumpingBubbles-hydrophilic.cvariant - Enables comparative studies between different wetting conditions
- New
Advanced Visualization
- Updated
Visualization3D.ipynbJupyter notebook - Enhanced 2D/3D video generation capabilities
- PNG image support for documentation
- Updated
🐛 Bug Fixes
- Fixed boolean parsing in data extraction utilities (
getDataXSlice.c,getDataZSlice.c) - Resolved NameError in
Video3D.pysubprocess exception handling - Fixed subprocess import alias in
Video2DSlice.py - Corrected unescaped dash in regex patterns
- Fixed YAML indentation in GitHub workflows
- Added localStorage error handling for theme toggle
- Added guard checks for window.searchHelper
🔧 Improvements
Code Quality
- Standardized naming conventions across postProcess folder
- Improved error handling in Python visualization scripts
- Enhanced .gitignore patterns for better repository management
- Consistent code formatting and documentation style
Build System
- GitHub Actions workflows for automated documentation deployment
- Search index generation workflow
- Improved installation script with better Basilisk handling
HPC Support
- Updated SLURM batch scripts
- Better handling of distributed computing scenarios
- Maintained OpenMP/MPI compatibility
📊 Known Issues
- Basilisk's
distance.hremains incompatible with MPI (unchanged from v1.0) - Some HPC environments still require manual compiler configuration
🔮 Future Directions
- Automated regression testing framework implementation
- Further optimization of parallel computing performance
- Enhanced interface tracking algorithms
- Additional test cases for validation
📝 Citation
@software{jumping_bubbles_2025,
author = {Sanjay, V. and Yang, R.},
title = {Jumping Bubbles: A Computational Framework for Studying Bubble Coalescence},
year = {2025},
publisher = {Zenodo},
version = {v2.0},
doi = {10.5281/zenodo.14602623},
url = {https://comphy-lab.org/JumpingBubbles/}
}
Files
comphy-lab/JumpingBubbles-v2.0.zip
Files
(65.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:b63c0e6b36086c1e73e3ce9e7f777332
|
65.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/comphy-lab/JumpingBubbles/tree/v2.0 (URL)
Software
- Repository URL
- https://github.com/comphy-lab/JumpingBubbles