Skip to content

Commit

Permalink
enable reactor module in unit Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smpark7 committed Sep 5, 2023
1 parent 51317b7 commit 9e25e93
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions unit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,30 @@ include $(FRAMEWORK_DIR)/moose.mk

################################## MODULES ####################################
# set desired physics modules equal to 'yes' to enable them
CHEMICAL_REACTIONS := no
CONTACT := no
FLUID_PROPERTIES := no
HEAT_CONDUCTION := no
MISC := no
NAVIER_STOKES := yes
PHASE_FIELD := yes
RDG := no
RICHARDS := no
STOCHASTIC_TOOLS := no
TENSOR_MECHANICS := no
XFEM := no
POROUS_FLOW := no
LEVEL_SET := no
CHEMICAL_REACTIONS := no
CONTACT := no
ELECTROMAGNETICS := no
EXTERNAL_PETSC_SOLVER := no
FLUID_PROPERTIES := no
FSI := no
FUNCTIONAL_EXPANSION_TOOLS := no
GEOCHEMISTRY := no
HEAT_CONDUCTION := no
LEVEL_SET := no
MISC := no
NAVIER_STOKES := yes
OPTIMIZATION := no
PERIDYNAMICS := no
PHASE_FIELD := yes
POROUS_FLOW := no
RAY_TRACING := no
REACTOR := yes
RDG := no
RICHARDS := no
STOCHASTIC_TOOLS := no
THERMAL_HYDRAULICS := no
TENSOR_MECHANICS := no
XFEM := no
include $(MOOSE_DIR)/modules/modules.mk
###############################################################################

Expand Down

0 comments on commit 9e25e93

Please sign in to comment.