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 free-slip, partial-slip and no-slip momentum BCs #49

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 15, 2023

  1. 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.
    dengwirda committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    74540c0 View commit details
    Browse the repository at this point in the history
  2. Add a free-slip/partial-slip/no-slip lateral boundary condition

    - Fix-up boundaryVertex test and change default to keep current
      no-slip behaviour.
    dengwirda committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    bbd2b9c View commit details
    Browse the repository at this point in the history
  3. 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.
    dengwirda committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    7947475 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9d759a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Add a free-slip/partial-slip/no-slip lateral boundary condition

    - Restructure loops to avoid array tmp., and update acc defines.
    dengwirda committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    6be1fe7 View commit details
    Browse the repository at this point in the history
  2. Add a free-slip/partial-slip/no-slip lateral boundary condition

    - Elide if through mask multiplication, and invert config option.
    dengwirda committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    a6f60e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Add a free-slip/partial-slip/no-slip lateral boundary condition

    - Fix-up curl(u) loops.
    dengwirda committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    548bdbf View commit details
    Browse the repository at this point in the history