www.mooseframework.org
Public Member Functions | Static Public Member Functions | List of all members
PorousFlowApp Class Reference

#include <PorousFlowApp.h>

Inheritance diagram for PorousFlowApp:
[legend]

Public Member Functions

 PorousFlowApp (const InputParameters &parameters)
 
virtual ~PorousFlowApp ()
 

Static Public Member Functions

static void registerApps ()
 
static void registerAll (Factory &f, ActionFactory &af, Syntax &s)
 
static void registerObjects (Factory &factory)
 
static void registerObjectDepends (Factory &factory)
 
static void associateSyntaxDepends (Syntax &syntax, ActionFactory &action_factory)
 
static void associateSyntax (Syntax &syntax, ActionFactory &action_factory)
 
static void registerExecFlags (Factory &factory)
 

Detailed Description

Definition at line 19 of file PorousFlowApp.h.

Constructor & Destructor Documentation

◆ PorousFlowApp()

PorousFlowApp::PorousFlowApp ( const InputParameters &  parameters)

Definition at line 34 of file PorousFlowApp.C.

34 : MooseApp(parameters) {}

◆ ~PorousFlowApp()

PorousFlowApp::~PorousFlowApp ( )
virtual

Definition at line 36 of file PorousFlowApp.C.

36 {}

Member Function Documentation

◆ associateSyntax()

void PorousFlowApp::associateSyntax ( Syntax &  syntax,
ActionFactory &  action_factory 
)
static

Definition at line 112 of file PorousFlowApp.C.

113 {
114  mooseDeprecated("use registerAll instead of associateSyntax");
115  Registry::registerActionsTo(action_factory, {"PorousFlowApp"});
116  associateSyntaxInner(syntax, action_factory);
117 }

Referenced by CombinedApp::associateSyntax(), and ModulesApp::associateSyntax().

◆ associateSyntaxDepends()

void PorousFlowApp::associateSyntaxDepends ( Syntax &  syntax,
ActionFactory &  action_factory 
)
static

Definition at line 103 of file PorousFlowApp.C.

104 {
105  mooseDeprecated("use registerAll instead of associateSyntaxDepends");
106  TensorMechanicsApp::associateSyntax(syntax, action_factory);
107  FluidPropertiesApp::associateSyntax(syntax, action_factory);
108  ChemicalReactionsApp::associateSyntax(syntax, action_factory);
109 }

◆ registerAll()

void PorousFlowApp::registerAll ( Factory &  f,
ActionFactory &  af,
Syntax &  s 
)
static

Definition at line 76 of file PorousFlowApp.C.

77 {
81  Registry::registerObjectsTo(f, {"PorousFlowApp"});
82  Registry::registerActionsTo(af, {"PorousFlowApp"});
83  associateSyntaxInner(s, af);
84 }

Referenced by PorousFlowApp__registerAll(), PorousFlowTestApp::registerAll(), CombinedApp::registerAll(), and ModulesApp::registerAll().

◆ registerApps()

void PorousFlowApp::registerApps ( )
static

Definition at line 39 of file PorousFlowApp.C.

40 {
41  registerApp(PorousFlowApp);
42 }

Referenced by PorousFlowApp__registerApps().

◆ registerExecFlags()

void PorousFlowApp::registerExecFlags ( Factory &  factory)
static

Definition at line 120 of file PorousFlowApp.C.

121 {
122  mooseDeprecated("use registerAll instead of registerExecFlags");
123 }

Referenced by CombinedApp::registerExecFlags(), and ModulesApp::registerExecFlags().

◆ registerObjectDepends()

void PorousFlowApp::registerObjectDepends ( Factory &  factory)
static

Definition at line 87 of file PorousFlowApp.C.

88 {
89  mooseDeprecated("use registerAll instead of registerObjectsDepends");
93 }

◆ registerObjects()

void PorousFlowApp::registerObjects ( Factory &  factory)
static

Definition at line 96 of file PorousFlowApp.C.

97 {
98  mooseDeprecated("use registerAll instead of registerObjects");
99  Registry::registerObjectsTo(factory, {"PorousFlowApp"});
100 }

Referenced by CombinedApp::registerObjects(), and ModulesApp::registerObjects().


The documentation for this class was generated from the following files:
PorousFlowApp
Definition: PorousFlowApp.h:19
FluidPropertiesApp::registerAll
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: FluidPropertiesApp.C:51
TensorMechanicsApp::registerObjects
static void registerObjects(Factory &factory)
Definition: TensorMechanicsApp.C:95
FluidPropertiesApp::associateSyntax
static void associateSyntax(Syntax &syntax, ActionFactory &action_factory)
Definition: FluidPropertiesApp.C:66
TensorMechanicsApp::associateSyntax
static void associateSyntax(Syntax &syntax, ActionFactory &action_factory)
Definition: TensorMechanicsApp.C:102
TensorMechanicsApp::registerAll
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: TensorMechanicsApp.C:81
FluidPropertiesApp::registerObjects
static void registerObjects(Factory &factory)
Definition: FluidPropertiesApp.C:59
associateSyntaxInner
static void associateSyntaxInner(Syntax &syntax, ActionFactory &)
Definition: PorousFlowApp.C:45
ChemicalReactionsApp::registerAll
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: ChemicalReactionsApp.C:51
ChemicalReactionsApp::associateSyntax
static void associateSyntax(Syntax &syntax, ActionFactory &action_factory)
Definition: ChemicalReactionsApp.C:72
ChemicalReactionsApp::registerObjects
static void registerObjects(Factory &factory)
Definition: ChemicalReactionsApp.C:65