www.mooseframework.org
Functions
HeatConductionApp.C File Reference

Go to the source code of this file.

Functions

 defineLegacyParams (HeatConductionApp)
 
 registerKnownLabel ("HeatConductionApp")
 
static void associateSyntaxInner (Syntax &syntax, ActionFactory &)
 
void HeatConductionApp__registerAll (Factory &f, ActionFactory &af, Syntax &s)
 
void HeatConductionApp__registerApps ()
 

Function Documentation

◆ associateSyntaxInner()

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

Definition at line 44 of file HeatConductionApp.C.

45 {
46  // This registers an action to add the "slave_flux" vector to the system at the right time
47  registerTask("add_slave_flux_vector", false);
48  addTaskDependency("add_slave_flux_vector", "ready_to_init");
49  addTaskDependency("init_problem", "add_slave_flux_vector");
50  registerSyntaxTask("ThermalContactAction", "ThermalContact/*", "add_aux_kernel");
51  registerSyntaxTask("ThermalContactAction", "ThermalContact/*", "add_aux_variable");
52  registerSyntaxTask("ThermalContactAction", "ThermalContact/*", "add_bc");
53  registerSyntaxTask("ThermalContactAction", "ThermalContact/*", "add_dirac_kernel");
54  registerSyntaxTask("ThermalContactAction", "ThermalContact/*", "add_material");
55  registerSyntaxTask("ThermalContactAction", "ThermalContact/*", "add_slave_flux_vector");
56 
57  registerSyntaxTask("RadiationTransferAction", "GrayDiffuseRadiation/*", "add_mesh_generator");
58  registerSyntaxTask("RadiationTransferAction", "GrayDiffuseRadiation/*", "setup_mesh_complete");
59  registerSyntaxTask("RadiationTransferAction", "GrayDiffuseRadiation/*", "add_user_object");
60  registerSyntaxTask("RadiationTransferAction", "GrayDiffuseRadiation/*", "add_bc");
61 }

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

◆ defineLegacyParams()

defineLegacyParams ( HeatConductionApp  )

◆ HeatConductionApp__registerAll()

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

Definition at line 93 of file HeatConductionApp.C.

94 {
96 }

◆ HeatConductionApp__registerApps()

void HeatConductionApp__registerApps ( )

Definition at line 98 of file HeatConductionApp.C.

99 {
101 }

◆ registerKnownLabel()

registerKnownLabel ( "HeatConductionApp"  )
HeatConductionApp::registerApps
static void registerApps()
Definition: HeatConductionApp.C:38
HeatConductionApp::registerAll
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: HeatConductionApp.C:64