优化参数

This commit is contained in:
JokerRayL 2021-10-18 00:08:07 +08:00
parent 3cc319f0a0
commit fbebd9dd2a
3 changed files with 3 additions and 7 deletions

View File

@ -5,8 +5,8 @@
int nBlocks = 1;
int nNodeX = 64;
int nNodeY = 64;
int nNodeX = 32;
int nNodeY = 32;
int nNodeZ = 1;
double lengthX = 6.283185307179586476925286766559;

View File

@ -921,8 +921,4 @@ int numberOfMovingBodies = 2;
#########################################################################
int isPlotVolumeField = 0;
#########################################################################
# user define parameter #
#########################################################################
int UDFInitFluid = 1;
string UDFInitFluidType = "TGV";