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

Explicit streamwise stabilization #292

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Jun 28, 2024

  1. explicit streamwise-diffusion addition. untested but building

    Sigfried Haering committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    39407ac View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. builds and runs, more evaluation necessary

    Sigfried Haering committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f412352 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. adding lte support

    Sigfried Haering committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a931a34 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. small fix to scalarGrad3D

    Sigfried Haering committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ff4cdb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. attempt to remove duplicate code with streamwise-stab. Added Re_h gf …

    …and calcs in flow which is exported to thermo-chem, moved supg-like section to utils, changed interface for streamwiseDiffusion routines to take the gradients directly. Commented out communications portions of curl calcs as they seem to be introducing partition imprinting. Fixed small bug in channel temp ic
    Sigfried Haering committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6abe504 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix to scalargrad3d comm and reinstatment of curl calc comms

    Sigfried Haering committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ed1b848 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. added error msg when stabalization requested and not 3d (add support …

    …later) and added test case
    Sigfried Haering committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    650e116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1337d6b View commit details
    Browse the repository at this point in the history
  3. fix to epsi_gf_ space

    Sigfried Haering committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    01fcfd5 View commit details
    Browse the repository at this point in the history
  4. format checks

    Sigfried Haering committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    31c597d View commit details
    Browse the repository at this point in the history
  5. removed test_tomboulides from tests makefile as this is no longer nec…

    …essary and conflicts with new interface
    Sigfried Haering committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    10c7a68 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. typo fix in test makefile

    Sigfried Haering committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d4758cf View commit details
    Browse the repository at this point in the history
  2. reduced tol on new test case

    Sigfried Haering committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    467b6ea View commit details
    Browse the repository at this point in the history