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

Non-Boussinesq vorticity #56

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

Non-Boussinesq vorticity #56

wants to merge 5 commits into from

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    075ac96 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Minor changes to vorticity manual entry

    `\overline` doesn't show on Sphinx; trying `\bar`
    bendudson committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b6776b3 View commit details
    Browse the repository at this point in the history
  2. Set average_atomic_mass to 1 if boussinesq=false

    Only needed if Boussinesq approximation is made
    bendudson committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3904f2f View commit details
    Browse the repository at this point in the history
  3. vorticity component formatting

    Applying Clang format
    bendudson committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    60c1ef3 View commit details
    Browse the repository at this point in the history
  4. N_sum is mass density

    Weighted by a factor of the atomic mass. average_atomic_mass used
    for consistency with other equations, but is set to 1 if
    `boussinesq=false`
    bendudson committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    9b9ba7d View commit details
    Browse the repository at this point in the history