Skip to content

Commit

Permalink
Adjusted virtual cell merge reggie to include load balance restart. I…
Browse files Browse the repository at this point in the history
…ncreased the tolerance of the analysis a little bit.
  • Loading branch information
scopplestone committed Dec 9, 2022
1 parent 73dae1b commit 6029a4a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion regressioncheck/NIG_DSMC/VirtualCellMerge/analyze.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
h5diff_file = VirtualCellMerge_DSMCState_000.00000080000000000.h5
h5diff_reference_file = VirtualCellMerge_DSMCState_000.00000080000000000_ref.h5
h5diff_data_set = ElemData
h5diff_tolerance_value = 2e19
h5diff_tolerance_value = 2.20e19
h5diff_tolerance_type = absolute
h5diff_max_differences = 0
2 changes: 1 addition & 1 deletion regressioncheck/NIG_DSMC/VirtualCellMerge/command_line.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MPI=4
MPI=1,2,4
restart_file = VirtualCellMerge_restart_State_000.00000040000000000.h5
cmd_suffix=DSMC.ini
14 changes: 11 additions & 3 deletions regressioncheck/NIG_DSMC/VirtualCellMerge/parameter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ tend = 8.0e-7
Analyze_dt = 1E-2

! time output
IterDisplayStep = 1000
IterDisplayStep = 1
! =============================================================================== !
! Load Balance
! =============================================================================== !
DoLoadBalance = F
PartWeightLoadBalance = F
DoInitialAutoRestart = T
InitialAutoRestart-PartWeightLoadBalance = T
LoadBalanceMaxSteps = 2
! =============================================================================== !
! DISCRETIZATION
! =============================================================================== !
Expand Down Expand Up @@ -82,9 +90,9 @@ Part-Species1-Init1-VeloIC = 0
Part-Species1-Init1-VeloVecIC = (/0.,0.,1./)

Particles-NumberForDSMCOutputs = 1
Part-TimeFracForSampling = 1
Part-TimeFracForSampling = 0.99

Part-DoVirtualCellMerge = T
Part-MinPartNumCellMerge = 1000
Part-CellMergeSpread = 3
Part-MaxNumbCellsMerge = 500
Part-MaxNumbCellsMerge = 500

0 comments on commit 6029a4a

Please sign in to comment.