Exawind / amr-wind

AMReX-based structured wind solver
https://exawind.github.io/amr-wind
Other
103 stars 78 forks source link

VOF operations changes #1037

Closed mbkuhn closed 4 weeks ago

mbkuhn commented 2 months ago

Summary

Pull request type

Please check the type of change introduced:

Checklist

The following is included:

This PR was tested by running:

Additional background

Trying to keep the PRs small for incorporating the multiphase hybrid changes into main.

mbkuhn commented 4 weeks ago

@moprak-nrel or @gdeskos, could you give your approval to this? Most of the changes are only to do with multiphase hybrid work, which only affects me. The one aspect of the functionality that still applies during normal standalone operation is that the VOF advection step doesn't work with only the new state of the variable, it starts with the old, applies operations to the nph state as a working copy, then updates the new state. I ran the reg tests and they all passed.