www.mooseframework.org
Functions
FluidPropertiesApp.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< FluidPropertiesApp > ()
 
 registerKnownLabel ("FluidPropertiesApp")
 
static void associateSyntaxInner (Syntax &syntax, ActionFactory &)
 
void FluidPropertiesApp__registerAll (Factory &f, ActionFactory &af, Syntax &s)
 
void FluidPropertiesApp__registerApps ()
 

Function Documentation

◆ associateSyntaxInner()

static void associateSyntaxInner ( Syntax &  syntax,
ActionFactory &   
)
static

Definition at line 39 of file FluidPropertiesApp.C.

40 {
41  registerSyntaxTask(
42  "AddFluidPropertiesAction", "Modules/FluidProperties/*", "add_fluid_properties");
43  registerMooseObjectTask("add_fluid_properties", FluidProperties, false);
44  syntax.addDependency("add_fluid_properties", "init_displaced_problem");
45 
46  syntax.registerActionSyntax("AddFluidPropertiesInterrogatorAction",
47  "FluidPropertiesInterrogator");
48 }

Referenced by FluidPropertiesApp::associateSyntax(), and FluidPropertiesApp::registerAll().

◆ FluidPropertiesApp__registerAll()

void FluidPropertiesApp__registerAll ( Factory &  f,
ActionFactory &  af,
Syntax &  s 
)

Definition at line 80 of file FluidPropertiesApp.C.

81 {
83 }

◆ FluidPropertiesApp__registerApps()

void FluidPropertiesApp__registerApps ( )

Definition at line 85 of file FluidPropertiesApp.C.

86 {
88 }

◆ registerKnownLabel()

registerKnownLabel ( "FluidPropertiesApp"  )

◆ validParams< FluidPropertiesApp >()

template<>
InputParameters validParams< FluidPropertiesApp > ( )

Definition at line 17 of file FluidPropertiesApp.C.

18 {
19  InputParameters params = validParams<MooseApp>();
20  return params;
21 }

Referenced by validParams< FluidPropertiesTestApp >().

FluidPropertiesApp::registerAll
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: FluidPropertiesApp.C:51
FluidPropertiesApp::registerApps
static void registerApps()
Definition: FluidPropertiesApp.C:33
FluidProperties
Definition: FluidProperties.h:28