更新了颗粒算例

This commit is contained in:
JokerRayL 2021-09-08 01:45:34 +08:00
parent a80335898e
commit 28a5edc6f9
4 changed files with 16 additions and 4 deletions

View File

@ -924,4 +924,4 @@ int isPlotVolumeField = 0;
#########################################################################
# Particle #
#########################################################################
int iParticleModel = 1;
int iParticleModel = 0;

View File

@ -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;

View File

@ -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 = "";