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

Mixed velocity-vorticity transport #574

Merged
merged 12 commits into from
Dec 18, 2024
Merged

Mixed velocity-vorticity transport #574

merged 12 commits into from
Dec 18, 2024

Conversation

tommbendall
Copy link
Contributor

@tommbendall tommbendall commented Nov 18, 2024

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 paper

The 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 ...

@tommbendall tommbendall added enhancement Involves adding a new capability equation Adding or enhancing a new equation labels Nov 18, 2024
@tommbendall tommbendall marked this pull request as ready for review December 17, 2024 12:52
Copy link
Contributor

@jshipton jshipton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is very cool @tommbendall !!

@jshipton jshipton merged commit d13c92f into main Dec 18, 2024
4 checks passed
@jshipton jshipton deleted the TBendall/Augmentation branch December 18, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Involves adding a new capability equation Adding or enhancing a new equation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants