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

[WIP] Implementation of DDES and SAS formulations for SST #2150

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Commits on Sep 15, 2023

  1. - Added computation of desired grid size for Scale Resolving Simulati…

    …ons based on k and w
    
    - Added computation of k and w starting from SA variables
    - Added first implementation of SAS (Scale Adaptive Simulation) model
    rois1995 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    388f85a View commit details
    Browse the repository at this point in the history
  2. - Added a more complex SAS model named SAS_COMPLICATED

    - Changed previous SAS model to SAS_SIMPLE
    rois1995 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    41cb27e View commit details
    Browse the repository at this point in the history
  3. - Fixed getting coordinates of points

    - Fixed DataType for Periodic Comms
    rois1995 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a6be2cf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. - Added output of laplacian

    rois1995 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d1f4db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35958b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    09e977f View commit details
    Browse the repository at this point in the history
  2. - Added SST DDES in config

    rois1995 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8c8e89d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. - Added Debug quantities

    rois1995 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    71ac9c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 21, 2023

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

Commits on Oct 22, 2023

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

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    6c86a19 View commit details
    Browse the repository at this point in the history
  2. - modified codi

    rois1995 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    48a9f3d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. - Modified Velocity Laplacian (vector -> Matrix)

    - Changed names of SAS models
    - Added descriptions of functions
    - Clean up of output functions
    - Removed SA functions or SST variables
    rois1995 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ae33b05 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    6443070 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caf0d41 View commit details
    Browse the repository at this point in the history
  3. - update externals

    rois1995 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a584526 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    0f3a832 View commit details
    Browse the repository at this point in the history
  2. Fix SAS Babu implementation

    rois1995 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    710e1dc View commit details
    Browse the repository at this point in the history
  3. - Fixed compilation error

    rois1995 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e4f28d4 View commit details
    Browse the repository at this point in the history