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
Currently using Bell-Collela-Glaz (BCG) scheme for log-conformation tensor advection. Proposal to evaluate and potentially implement a conservative form using VoF color function transport method.
This enhancement is closely related to issue #6, as both deal with the handling of conformation tensor fields. The conservative form implementation could potentially help with maintaining proper bounds on the tensor fields.
Proposed Changes
1. Implementation Investigation
Study conservative form implementation in navier-stokes/conserving.h
Analyze compatibility with log-conformation tensor transport
Evaluate VoF color function transport method integration
Document potential impacts on numerical stability
2. Performance Analysis
Benchmark current BCG implementation
Implement test cases for conservative form
Compare performance metrics:
Computational cost
Memory usage
Numerical accuracy
Stability characteristics
Conservation properties
3. VoF Integration
Design VoF color function transport integration
Test boundary condition handling
Evaluate impact on multi-phase simulations
Document any limitations or constraints
Technical Considerations
Impact on existing simulations
Compatibility with 3D implementation
Integration with current tensor field calculations
Effect on numerical stability
Conservation properties validation
Expected Benefits
Improved conservation properties
Potentially better stability
More consistent behavior with VoF method
Better handling of tensor field boundaries
Implementation Strategy
Create test implementation branch
Develop prototype using simple test cases
Compare results with current implementation
Document performance differences
Make recommendation for full implementation
Labels
enhancement
performance
numerical-methods
help wanted
References
navier-stokes/conserving.h
Current BCG implementation
Related research papers (to be added)
The text was updated successfully, but these errors were encountered:
Overview
Currently using Bell-Collela-Glaz (BCG) scheme for log-conformation tensor advection. Proposal to evaluate and potentially implement a conservative form using VoF color function transport method.
Related Issues
This enhancement is closely related to issue #6, as both deal with the handling of conformation tensor fields. The conservative form implementation could potentially help with maintaining proper bounds on the tensor fields.
Proposed Changes
1. Implementation Investigation
navier-stokes/conserving.h
2. Performance Analysis
3. VoF Integration
Technical Considerations
Expected Benefits
Implementation Strategy
Labels
References
navier-stokes/conserving.h
The text was updated successfully, but these errors were encountered: