Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add surface tension #276

Closed
wilfonba opened this issue Dec 25, 2023 · 1 comment · Fixed by #387
Closed

Add surface tension #276

wilfonba opened this issue Dec 25, 2023 · 1 comment · Fixed by #387
Assignees
Labels
enhancement New feature or request

Comments

@wilfonba
Copy link
Collaborator

wilfonba commented Dec 25, 2023

Adding surface tension feature a la Schmidmayer et al.

@wilfonba
Copy link
Collaborator Author

wilfonba commented Dec 25, 2023

Steps to adding surface tension to MFC

  • Implement based on Schmidmayer 2017
  • Validate against 2D equilibration using WENO
  • Validate against 2D equilibration using MUSCL
  • Validate against 2D recovering a circle using WENO
  • Validate against 2D recovering a circle using MUSCL
  • Validate against 3D equilibration using WENO
  • Validate against 3D equilibration using MUSCL
  • Validate against 3D recovering a sphere using WENO
  • Validate against 3D Recovering a sphere using MUSCL
  • Validate against 2D shock-droplet using WENO
  • Validate against 2D shock-droplet using MUSCL
  • Validate symmetry boundary conditions using equilibration and recovering a circle
  • Determine run-time changes on GPUs

@sbryngelson sbryngelson added the enhancement New feature or request label Jan 4, 2024
@wilfonba wilfonba mentioned this issue Apr 6, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

2 participants