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

Update .cfg files to comply with SU2 v 7.2.1 #3

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

Commits on Dec 1, 2021

  1. Update .cfg files to comply with SU2 v 7.2.1

    - Update `.cfg` files within the `mms` directory to comply with the latest config_template.cfg in https://github.com/su2code/SU2/blob/5655d91d7da192ad0b2a231f9ab5334c2235c10a/config_template.cfg
    - Update instances each copy of `compute_order_accuracy.py` to comply with Python 3.9 syntax (e.g., print statements)
    clmurphey committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f93d978 View commit details
    Browse the repository at this point in the history
  2. time convergence study for unsteady flow

    I have added `time_convergence.py`, a Python script based on `computer_order_of_accuracy.py` [here](https://github.com/su2code/VandV/blob/ad27cdf9391c9077f3ef14949e29c01be428b0d9/mms/fvm_navierstokes/compute_order_of_accuracy.py). This script loops over various different time marching schemes (e.g., `TIME_MARCHING = TIME_STEPPING`, `TIME_MARCHING = DUAL-TIME_STEPPING-1ST_ORDER`, `TIME_MARCHING = DUAL-TIME_STEPPING-2ND_ORDER`) for each of SU2's Navier Stokes Solvers (e.g., `FEM_NAVIER_STOKES` and `NAVIER_STOKES`) using different numerical methods (e.g., DG, JST, ROE+LIM, ROE, ROW+WLS).  Each case is evaluated at a different `TIME_STEP` size [1e-6 : 1e-10].
    clmurphey committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f20e57f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. update plotting in time_convergence.py

    commented out a few plots and rearranged the directory.
    clmurphey committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e0b42a1 View commit details
    Browse the repository at this point in the history