- 修改配置文件,使不输出警告;

- 测试案例默认不调用octave进行后处理,默认启用clean
This commit is contained in:
2025-02-14 07:02:57 +00:00
parent 444bcec790
commit 24b52943b5
7 changed files with 6 additions and 10 deletions

View File

@ -23,7 +23,7 @@ nrProcs="4"
machineFileName="none" # yourMachinefileName | none
debugMode="off" # on | off| strict | profile
testHarnessPath="$CFDEM_TEST_HARNESS_PATH"
runOctave="true"
runOctave="false"
postproc="false"
#--------------------------------------------------------------------------------#

View File

@ -23,7 +23,7 @@ nrProcs="4"
machineFileName="none" # yourMachinefileName | none
debugMode="off" # on | off| strict
testHarnessPath="$CFDEM_TEST_HARNESS_PATH"
runOctave="true"
runOctave="false"
postproc="false"
#--------------------------------------------------------------------------------#

View File

@ -25,7 +25,7 @@ debugMode="off" # on | off| strict
testHarnessPath="$CFDEM_TEST_HARNESS_PATH"
runOctave="false"
postproc="false"
cleanCase="false"
cleanCase="true"
#--------------------------------------------------------------------------------#
#- call function to run a parallel CFD-DEM case

View File

@ -24,7 +24,7 @@ machineFileName="none" # yourMachinefileName | none
debugMode="off" # on | off| strict
testHarnessPath="$CFDEM_TEST_HARNESS_PATH"
runOctave="false"
cleanUp="false"
cleanUp="true"
postproc="false"
#--------------------------------------------------------------------------------#

View File

@ -24,7 +24,7 @@ machineFileName="none" # yourMachinefileName | none
debugMode="off" # on | off| strict
reconstuctCase="false"
testHarnessPath="$CFDEM_TEST_HARNESS_PATH"
runOctave="true"
runOctave="false"
cleanUp="true"
postproc="false"
#--------------------------------------------------------------------------------#