-
Notifications
You must be signed in to change notification settings - Fork 0
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 free-slip, partial-slip and no-slip momentum BCs #49
base: master
Are you sure you want to change the base?
Add free-slip, partial-slip and no-slip momentum BCs #49
Commits on Apr 15, 2023
-
Add a free-slip/partial-slip/no-slip lateral boundary condition
- config_wall_slip_factor multiplies rel. vorticity on boundary vertices, enabling: free-slip (factor=0), no-slip (factor=1), and partial-slip (0 < factor < 1) BCs.
Configuration menu - View commit details
-
Copy full SHA for 74540c0 - Browse repository at this point
Copy the full SHA 74540c0View commit details -
Add a free-slip/partial-slip/no-slip lateral boundary condition
- Fix-up boundaryVertex test and change default to keep current no-slip behaviour.
Configuration menu - View commit details
-
Copy full SHA for bbd2b9c - Browse repository at this point
Copy the full SHA bbd2b9cView commit details -
Add a free-slip/partial-slip/no-slip lateral boundary condition
- Consider masked areas in cell-dual remapping; see Roullet et al, A Fast Monotone Discretization of the Rotating Shallow Water Equations, JAMES, 2021.
Configuration menu - View commit details
-
Copy full SHA for 7947475 - Browse repository at this point
Copy the full SHA 7947475View commit details -
Add a free-slip/partial-slip/no-slip lateral boundary condition
- Fix indexing.
Configuration menu - View commit details
-
Copy full SHA for e9d759a - Browse repository at this point
Copy the full SHA e9d759aView commit details
Commits on Apr 16, 2023
-
Add a free-slip/partial-slip/no-slip lateral boundary condition
- Restructure loops to avoid array tmp., and update acc defines.
Configuration menu - View commit details
-
Copy full SHA for 6be1fe7 - Browse repository at this point
Copy the full SHA 6be1fe7View commit details -
Add a free-slip/partial-slip/no-slip lateral boundary condition
- Elide if through mask multiplication, and invert config option.
Configuration menu - View commit details
-
Copy full SHA for a6f60e1 - Browse repository at this point
Copy the full SHA a6f60e1View commit details
Commits on Apr 18, 2023
-
Add a free-slip/partial-slip/no-slip lateral boundary condition
- Fix-up curl(u) loops.
Configuration menu - View commit details
-
Copy full SHA for 548bdbf - Browse repository at this point
Copy the full SHA 548bdbfView commit details