forked from PHengLEI/PHengLEI-TestCases
更新了颗粒算例
This commit is contained in:
parent
a80335898e
commit
28a5edc6f9
|
@ -924,4 +924,4 @@ int isPlotVolumeField = 0;
|
|||
#########################################################################
|
||||
# Particle #
|
||||
#########################################################################
|
||||
int iParticleModel = 1;
|
||||
int iParticleModel = 0;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
int maxSimuStep = 15000;
|
||||
|
||||
int intervalStepFlow = 100;
|
||||
int intervalStepFlow = 1;
|
||||
int intervalStepPlot = 100;
|
||||
int intervalStepForce = 100;
|
||||
int intervalStepRes = 10;
|
||||
|
@ -194,4 +194,9 @@ int reconmeth = 1;
|
|||
int limitVariables = 0;
|
||||
int limitVector = 0;
|
||||
|
||||
double MUSCLCoefXk = 0.333333;
|
||||
double MUSCLCoefXk = 0.333333;
|
||||
|
||||
#########################################################################
|
||||
# Particle #
|
||||
#########################################################################
|
||||
int iParticleModel = 1;
|
|
@ -81,4 +81,11 @@ int forceBassetType = 1;
|
|||
//! fileParticleOutputType: Control which variable need to output.
|
||||
//! 0 -- No output.
|
||||
string fileParticleOutput = "./result/particleOutput.dat";
|
||||
int fileParticleOutputType = 0;
|
||||
int fileParticleOutputType = 0;
|
||||
|
||||
//! #########################################################################
|
||||
//! # File in and out #
|
||||
//! #########################################################################
|
||||
string initParticleFile = "./grid/particle_init.h5";
|
||||
//string restartParticleFile = "./grid/particle_restart.h5";
|
||||
string restartParticleFile = "";
|
Binary file not shown.
Loading…
Reference in New Issue