Mixed velocity-vorticity transport #574
Draft
+285
−36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces a new
Augmentation
object, which allows an equation set to be substituted or augmented for a particular stage. The example I have implemented is the mixed velocity-vorticity transport of this paperThe cool thing about this transport is that it is more accurate than other velocity transport schemes that we use, but @gwimmer also came up with a way of incorporating an SUPG scheme into it. I have been testing this in shallow-water models which take large time steps (such that 0.5 < c < 1.0) and it gives good results. Unfortunately I haven't found anything completely stable for c > 1.0 yet ...
Still to do: