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

Try to add the framework for multi-test again #349

Closed
wants to merge 37 commits into from

Commits on Mar 30, 2023

  1. add extra_sources and examples

    wangfeng_real committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9e40a98 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. add files of turbulent models

    wangfeng_real committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a7429de View commit details
    Browse the repository at this point in the history
  2. start to construct turbulent model

    wangfeng_real committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4c21d6e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. correct the problem that in inflow region the particle has velocity a…

    …t Y direction
    wangfeng_real committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    25c61a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. start construct k equation relaxation

    wangfeng_real committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6dff23b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. finish constructing K equation relaxation and can compile

    wangfeng_real committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    3d3991e View commit details
    Browse the repository at this point in the history
  2. finish constructing epsilon equation calculation

    wangfeng_real committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    8044e83 View commit details
    Browse the repository at this point in the history
  3. optimize the class K and Epsilon by imitating class TransportVelocity…

    …CorrectionComplex
    wangfeng_real committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    42eabae View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. finish construction of K acceleration , the 2/3 part

    wangfeng_real committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    1a1066c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. finish construction of eddy viscosity calculation

    wangfeng_real committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f952caf View commit details
    Browse the repository at this point in the history
  2. simplify the name of class

    wangfeng_real committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    18c9b1f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. finish constructing turbulent advection time step criteria

    wangfeng_real committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e9847d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into turbulent-module

    wangfeng_real committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5962a41 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. finish constructing turbulent inflow condition

    wangfeng_real committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    561ee31 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. fix some bugs and start testing this module

    note that the cmake file is modified for using the unit test
    wangfeng_real committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    dddfe03 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. enable all the functions and start testing

    wangfeng_real committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f83fc96 View commit details
    Browse the repository at this point in the history
  2. add the different treatment for eddy viscosity near wall

    wangfeng_real committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d8771e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. add the output statements.

    start adding the testing for K and Epsilon equations
    wangfeng_real committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    687a7e2 View commit details
    Browse the repository at this point in the history
  2. test a module in a file

    wangfeng_real committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    27c22f9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. START TESTING K EQUATION

    wangfeng_real committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c41a6ea View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into turbulent-module

    # Conflicts:
    #	tests/CMakeLists.txt
    wangfeng_real committed May 29, 2023
    Configuration menu
    Copy the full SHA
    231f824 View commit details
    Browse the repository at this point in the history
  3. update to the latest master

    wangfeng_real committed May 29, 2023
    Configuration menu
    Copy the full SHA
    8370ae7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. temporally save

    wangfeng_real committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c14174b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. add test for k gradient, change the wall viscous calculation formulat…

    …ions, modify kp with friction velocity, change the position of WALLFUNC
    wangfeng_real committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e554c64 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. ignore the gradient of k to wall

    wangfeng_real committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c76465b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. small changes

    wangfeng_real committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d2c1299 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

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

Commits on Jun 26, 2023

  1. Calculate the wall-sub-nearest fluid particles' friction velocity, so…

    … that their wall viscous is not zero
    wangfeng_real committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    91923f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. update code

    wangfeng_real committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d4c4595 View commit details
    Browse the repository at this point in the history
  2. update code

    wangfeng_real committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a1c01bb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. update to newest code

    wangfeng_real committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    3dc43e7 View commit details
    Browse the repository at this point in the history
  2. update

    wangfeng_real committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    9161e9f View commit details
    Browse the repository at this point in the history
  3. update again

    wangfeng_real committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ccab3c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a9e259 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. fix near-wall bugs

    wangfeng_real committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    847944d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. recent changes

    wangfeng_real committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    514e295 View commit details
    Browse the repository at this point in the history
  2. fix the bug when use bisection method to calculate friction velocity,…

    … previously it can not be paralleled, now it seems can
    wangfeng_real committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    11a880c View commit details
    Browse the repository at this point in the history