This MooseApp code plugin contains a set of MooseObjects providing constitutive behaviour of Opalinus clay.
If you want to use this code-plugin in your MooseApp, follow these steps:
-
Clone this repository as git-submodule in a sub-folder in
./contrib/
of your MooseApp. Assuming you are in the root directory of your MooseApp this could be done with the following command:git submodule add https://github.com/Kavan-Khaledi/moose-codeplugin-opalinus contrib/opalinus
-
In your MooseApp
Makefile
, insert the following line directly above the lineinclude $(FRAMEWORK_DIR)/app.mk
(if you have multiple code plugins, you need this line only once):include $(wildcard $(CURDIR)/contrib/*/codeplugin.mk)
-
Compile your MooseApp.