forked from p15932078/PHengLEI-TestCases
增加了颗粒判定
This commit is contained in:
parent
28a5edc6f9
commit
8f153b681d
|
@ -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;
|
||||
|
||||
|
|
|
@ -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";
|
Loading…
Reference in New Issue