Skip to content

Commit

Permalink
update again
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfeng_real committed Jul 8, 2023
1 parent 9161e9f commit ccab3c7
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 1,229 deletions.
2 changes: 1 addition & 1 deletion src/shared/include/sphinxsys.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
#include "all_regression_test_methods.h"
#include "sph_system.h"


#endif // SPHINXSYS_H
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
* @details This is the one of the basic test cases.
* @author Xiangyu Hu
*/
#include "sphinxsys.h"
//#include "sphinxsys.h"
#include "2d_turbulent_channel.h"

#include "k-epsilon_turbulent_model_complex.h"
#include "k-epsilon_turbulent_model_complex.hpp"
using namespace SPH;

int main(int ac, char* av[])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* @author Yongchuan Yu and Xiangyu Hu
*/
#include "sphinxsys.h" // SPHinXsys Library.

#include "k-epsilon_turbulent_model_complex.h"
#include "k-epsilon_turbulent_model_complex.hpp"
using namespace SPH; // Namespace cite here.
//----------------------------------------------------------------------
// Basic geometry parameters and numerical setup.
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit ccab3c7

Please sign in to comment.