12 #include "AppFactory.h"
13 #include "MooseSyntax.h"
19 InputParameters params = validParams<MooseApp>();
42 "AddFluidPropertiesAction",
"Modules/FluidProperties/*",
"add_fluid_properties");
43 registerMooseObjectTask(
"add_fluid_properties",
FluidProperties,
false);
44 syntax.addDependency(
"add_fluid_properties",
"init_displaced_problem");
46 syntax.registerActionSyntax(
"AddFluidPropertiesInterrogatorAction",
47 "FluidPropertiesInterrogator");
53 Registry::registerObjectsTo(f, {
"FluidPropertiesApp"});
54 Registry::registerActionsTo(af, {
"FluidPropertiesApp"});
61 mooseDeprecated(
"use registerAll instead of registerObjects");
62 Registry::registerObjectsTo(factory, {
"FluidPropertiesApp"});
68 mooseDeprecated(
"use registerAll instead of associateSyntax");
69 Registry::registerActionsTo(action_factory, {
"FluidPropertiesApp"});
76 mooseDeprecated(
"use registerAll instead of registerExecFlags");