12 #include "AppFactory.h"
13 #include "MooseSyntax.h"
19 InputParameters params = validParams<MooseApp>();
21 params.set<
bool>(
"automatic_automatic_scaling") =
false;
24 params.set<
bool>(
"use_legacy_dirichlet_bc") =
false;
33 mooseDeprecated(
"Please use the PorousFlow module instead. If Richards contains functionality "
34 "not included in PorousFlow, please contact the moose-users google group");
43 registerSyntaxTask(
"Q2PAction",
"Q2P",
"add_kernel");
44 registerSyntaxTask(
"Q2PAction",
"Q2P",
"add_aux_variable");
45 registerSyntaxTask(
"Q2PAction",
"Q2P",
"add_function");
46 registerSyntaxTask(
"Q2PAction",
"Q2P",
"add_postprocessor");
51 Registry::registerObjectsTo(f, {
"RichardsApp"});
52 Registry::registerActionsTo(af, {
"RichardsApp"});
65 mooseDeprecated(
"use registerAll instead of registerObjects");
66 Registry::registerObjectsTo(factory, {
"RichardsApp"});
72 mooseDeprecated(
"use registerAll instead of associateSyntax");
73 Registry::registerActionsTo(action_factory, {
"RichardsApp"});
80 mooseDeprecated(
"use registerAll instead of registerExecFlags");