make a MooseApp use another MooseApp #28445
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSEDear Moose-Community, After creating my moose-app, I can select the modules to be used in the Makefile. Now I like to add my own module. But I want to create my own module not below moose/modules but in a own "library-"MooseApp. Then my regular MooseApp should use the official Moose folder and pull in my "library-"MooseApp. Background: I'd like to avoid to copy&paste the C++ code of my "library-"MooseApp to all of my regular MooseApps. I think I'm missing the right words and terms here - but I hope you can guess my desire. Is there an "official" way to have my MooseApp using the regular Moose in its own untouched folder side by side with an "library-"MooseApp? Jörg (Optional) code in question / simulation log / errorsNo response Encountering Errors? Please include diagnostic outputNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 40 replies
-
|
Hello You can link moose apps together. There are examples in Cardinal and in FENIX There are also examples in Cardinal for linking in Griffin, bison etc |
Beta Was this translation helpful? Give feedback.
Hello
You can link moose apps together. There are examples in Cardinal and in FENIX
It's mostly modifications to the Makefile and to the XYZApp file in base/
Casey is doing this in this PR
idaholab/salamander#53
There are also examples in Cardinal for linking in Griffin, bison etc