增加了颗粒判定

This commit is contained in:
JokerRayL 2021-09-10 16:21:24 +08:00
parent 28a5edc6f9
commit 8f153b681d
2 changed files with 6 additions and 3 deletions

View File

@ -134,7 +134,7 @@ double venkatCoeff = 50.0;
// 1 -- is recommended for structured solver.
// 1-3 -- is recommended for unstructured solver.
int iunsteady = 0;
int iunsteady = 1;
double CFLEnd = 100.0;

View File

@ -86,6 +86,9 @@ int fileParticleOutputType = 0;
//! #########################################################################
//! # File in and out #
//! #########################################################################
int ifInitParticle = 1;
int ifReadRestartParticle = 0;
int ifWirteRestartParticle = 1;
string initParticleFile = "./grid/particle_init.h5";
//string restartParticleFile = "./grid/particle_restart.h5";
string restartParticleFile = "";
string restartParticleFile = "./grid/particle_restart.h5";