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

Feature ddes #490

Merged
merged 95 commits into from
Jan 12, 2018
Merged

Feature ddes #490

merged 95 commits into from
Jan 12, 2018

Commits on Apr 12, 2016

  1. Merge branch 'su2code/master'

    Eduardo Molina authored and Eduardo Molina committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    a776afd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Merge branch 'su2code/master'

    Eduardo Molina authored and Eduardo Molina committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    37c4195 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Merge branch 'su2code/master'

    Eduardo Molina authored and Eduardo Molina committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    dcbfd67 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2016

  1. DDES

    First commit of Hybrid RANS/LES
    Eduardo Molina authored and Eduardo Molina committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    c4b2d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Implementations part 1

    - Roe Low Dissipation: (1 - f_d) + Ducros Sensor
    - Turbulence models: Edward’s SA, Compressibility Correction SA,
    Edward’s + CC.
     - In SA_DDES, the low Reynolds term was disabled.
    - Start of Venkatakrishnan Limiter Modification.
    Eduardo Molina authored and Eduardo Molina committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    278611b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

  1. Implementation part 1 - Update

    Eduardo Molina authored and Eduardo Molina committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    5b44d42 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2016

  1. Added Marcello Righi's Delta_max in SA_DDES

    Eduardo Molina authored and Eduardo Molina committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    f8429e0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'su2code/master' into feature_DDES

    # Conflicts:
    #	Common/include/config_structure.hpp
    #	SU2_CFD/include/numerics_structure.hpp
    #	SU2_CFD/src/SU2_CFD.cpp
    #	SU2_CFD/src/driver_structure.cpp
    #	SU2_CFD/src/numerics_direct_mean.cpp
    Eduardo Molina authored and Eduardo Molina committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    1e00fc8 View commit details
    Browse the repository at this point in the history
  3. Update to v4.3

    # Resolved conflicts in:
    #	Common/include/config_structure.hpp
    #	SU2_CFD/include/numerics_structure.hpp
    #	SU2_CFD/src/SU2_CFD.cpp
    #	SU2_CFD/src/driver_structure.cpp
    #	SU2_CFD/src/numerics_direct_mean.cpp
    Eduardo Molina authored and Eduardo Molina committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    6a543d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Update RoeLowDissipation

    - Now ROW_LOW_DISSIPATION flag has the following options:
        - FD: Numerical blending using the DDES’s Fd function.
        - NTS: Numerical blending of Travin and Shur.
        - NTS_DUCROS: NTS + Ducros’ Shock Sensor.
    
    All these options must be tested extensively.
    Eduardo Molina authored and Eduardo Molina committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    8bda76e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2016

  1. Minor changes

    Eduardo Molina authored and Eduardo Molina committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    69ec03a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Update config_template

    Eduardo Molina authored and Eduardo Molina committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    ba76cf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2016

  1. Update Low Dissipation FD_DUCROS

    Eduardo Molina authored and Eduardo Molina committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    0a31a27 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Minor Changes

    - Update Ducros Sensor.
    - Added a modified version of Venkatakrishnan Limiter.
    Eduardo Molina authored and Eduardo Molina committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    2b16e1e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Configuration menu
    Copy the full SHA
    bf9d403 View commit details
    Browse the repository at this point in the history
  2. Initial Implementation of SA-QCR2000

    Eduardo Molina authored and Eduardo Molina committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    7860619 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. Venkatakrishnan_Mod minor changes

    Preventing the limiter to be greater than one.
    Eduardo Molina authored and Eduardo Molina committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    57507f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Initial SA-IDDES implementation

    It is incomplete right now.
    Eduardo Molina authored and Eduardo Molina committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    8f6041e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. More IDDES.

    EduardoMolina committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    1cda79d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Add inputs for IDDES

    Eduardo Molina authored and Eduardo Molina committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    4edadb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. Configuration menu
    Copy the full SHA
    88a97d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a219c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Configuration menu
    Copy the full SHA
    c634270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500eb39 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. - Corrected variable declaration in Low_Mach_Preconditioner.

    - Add Weiss & Smith Preconditioner + Thornber Low Mach Correction
    EduardoMolina committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    3392577 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

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

Commits on Jan 27, 2017

  1. Configuration menu
    Copy the full SHA
    8f302c5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature_DDES-v5.0

    - Need to fix some conflicts.
    EduardoMolina committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    0c129c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

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

Commits on Feb 15, 2017

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

Commits on Mar 2, 2017

  1. Cleaning the code.

    EduardoMolina committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    0fa2244 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Merged su2code/develop

    Eduardo Molina authored and Eduardo Molina committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    96be674 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. solver_direct_mean.cpp

      - Convert Tabs in spaces.
      - Change how the Ducros sensor is calculated in NTS_DUCROS.
    output_structure.cpp
      - Added the wall distance variable for Hybrid RANS/LES in LoadLocalData_Flow.
    EduardoMolina committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    d4c73ca View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Starting the Calculate Average feature

    Eduardo Molina authored and Eduardo Molina committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    a862bd6 View commit details
    Browse the repository at this point in the history
  2. More feature_Avg.

    EduardoMolina committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    779230f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Minor changes.

    EduardoMolina committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    aa403a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Minor changes

    Eduardo Molina authored and Eduardo Molina committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    ef1241b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

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

Commits on Mar 15, 2017

  1. Minor Changes.

    - Fix the initialization in solver_direct_mean.
    - Averaging primative variables (density, velocity and energy)
    - Added Pressure average.
    Eduardo Molina authored and Eduardo Molina committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    fb00ead View commit details
    Browse the repository at this point in the history
  2. Minor changes:

    - Calculate_average is for primitive variables.
    
    - Added Pressure average and turbulent stresses.
    EduardoMolina committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    e282ec4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Added Roe Low Dissipation Coefficient output.

    Added DES Length Scale output.
    Minor changes in IDDES and IZDES.
    EduardoMolina committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    2284ce5 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

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

Commits on Apr 18, 2017

  1. Minor changes:

    	- Added the average calculation of skin friction coefficients.
    	- Modification in SA_DES.
    EduardoMolina committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    a8141e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2017

  1. Changes in solver_direct_turbulent:

    	- Minor change in SA_EDDES.
    	- Updated the SGS for Improved DDES, compatible to DDES.
    EduardoMolina committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    ee9ba09 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Update SA_EDDES

    EduardoMolina committed May 12, 2017
    Configuration menu
    Copy the full SHA
    db9b1ce View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. Attempt AUSM+(P)

    EduardoMolina committed May 13, 2017
    Configuration menu
    Copy the full SHA
    2c2cca7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Minor Update

    EduardoMolina committed May 17, 2017
    Configuration menu
    Copy the full SHA
    5bc39f3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

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

Commits on May 24, 2017

  1. Update SLAU scheme.

    EduardoMolina committed May 24, 2017
    Configuration menu
    Copy the full SHA
    aeea3aa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

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

Commits on Jun 22, 2017

  1. -Update Output Comments

    EduardoMolina committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    297a07d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

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

Commits on Jul 25, 2017

  1. Merge branch 'feature_DDES-V5.0' into feature_SLAU

    Fixed conflicts in Common/src/config_structure.cpp
    EduardoMolina committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    e9ebaf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ece3979 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2017

  1. Minor changes in SLAU and SLAU2

    - Corrected pressure function in SLAU and SLAU2. Now it works for
    transonic flows.
    - Deleted some unused variables.
    Eduardo Molina authored and Eduardo Molina committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    479d523 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Add Venka. limiter + 2nd limiter.

    Eduardo Molina authored and Eduardo Molina committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    03f8def View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    ca2439d View commit details
    Browse the repository at this point in the history
  2. Updated travis

    talbring committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    6e1b3f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63ce73c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cce862 View commit details
    Browse the repository at this point in the history
  5. Removed SetRoeDissipation

    talbring committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    1dd76f0 View commit details
    Browse the repository at this point in the history
  6. Some modifications

    talbring committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    36c5c02 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

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

Commits on Sep 29, 2017

  1. Configuration menu
    Copy the full SHA
    950bee7 View commit details
    Browse the repository at this point in the history
  2. Fixed preaccumulation

    talbring committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    fdaf65a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa90029 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    785ec1a View commit details
    Browse the repository at this point in the history
  5. Fixed some initialization

    talbring committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    b18d5ab View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    d63f150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60987f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

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

Commits on Oct 4, 2017

  1. Configuration menu
    Copy the full SHA
    ea13aba View commit details
    Browse the repository at this point in the history
  2. Some bug fixes

    talbring committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    8b55e8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f0cd6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a614ae6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b11d15b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    696ae5f View commit details
    Browse the repository at this point in the history
  2. Fixed reg. test values

    talbring committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    1119581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7499b55 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Update DDES comments

    Eduardo Molina authored and Eduardo Molina committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    b22f550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fcd51e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f18d89 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

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

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    5f0f32c View commit details
    Browse the repository at this point in the history
  2. Update ddes test case

    EduardoMolina committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    abda05a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

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

Commits on Jan 4, 2018

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

Commits on Jan 6, 2018

  1. Configuration menu
    Copy the full SHA
    662e74b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b4619 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6270774 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

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

Commits on Jan 9, 2018

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

Commits on Jan 11, 2018

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

Commits on Jan 12, 2018

  1. Reverting .travis.yml.

    economon committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    546525c View commit details
    Browse the repository at this point in the history