Skip to content

Commit

Permalink
regolding dispersion tests Refs #28891
Browse files Browse the repository at this point in the history
  • Loading branch information
tanoret committed Dec 1, 2024
1 parent af9d399 commit e5a7a04
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/navier_stokes/src/fvkernels/INSFVAdvectionKernel.C
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "NSFVUtils.h"
#include "FVBoundaryScalarLagrangeMultiplierConstraint.h"
#include "Limiter.h"
#include "Steady.h"

InputParameters
INSFVAdvectionKernel::validParams()
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ a=1.1
[]

[Executioner]
type = Steady
type = Transient
dt = 1
end_time = 10
steady_state_tolerance = 1e-10
solve_type = 'NEWTON'
petsc_options_iname = '-pc_type -pc_factor_shift_type -pc_factor_mat_solver_type'
petsc_options_value = 'lu NONZERO mumps'
Expand Down

0 comments on commit e5a7a04

Please sign in to comment.