https://mooseframework.inl.gov
Functions | Variables
ThermalContactAction.C File Reference

Go to the source code of this file.

Functions

 registerMooseAction ("HeatTransferApp", ThermalContactAction, "add_aux_kernel")
 
 registerMooseAction ("HeatTransferApp", ThermalContactAction, "add_aux_variable")
 
 registerMooseAction ("HeatTransferApp", ThermalContactAction, "add_bc")
 
 registerMooseAction ("HeatTransferApp", ThermalContactAction, "add_dirac_kernel")
 
 registerMooseAction ("HeatTransferApp", ThermalContactAction, "add_material")
 
 registerMooseAction ("HeatTransferApp", ThermalContactAction, "add_secondary_flux_vector")
 

Variables

static unsigned int materials_counter = 0
 
static unsigned int dirac_counter = 0
 
static unsigned int bcs_counter = 0
 
static unsigned int aux_kenels_counter = 0
 

Function Documentation

◆ registerMooseAction() [1/6]

registerMooseAction ( "HeatTransferApp"  ,
ThermalContactAction  ,
"add_aux_kernel"   
)

◆ registerMooseAction() [2/6]

registerMooseAction ( "HeatTransferApp"  ,
ThermalContactAction  ,
"add_aux_variable"   
)

◆ registerMooseAction() [3/6]

registerMooseAction ( "HeatTransferApp"  ,
ThermalContactAction  ,
"add_bc"   
)

◆ registerMooseAction() [4/6]

registerMooseAction ( "HeatTransferApp"  ,
ThermalContactAction  ,
"add_dirac_kernel"   
)

◆ registerMooseAction() [5/6]

registerMooseAction ( "HeatTransferApp"  ,
ThermalContactAction  ,
"add_material"   
)

◆ registerMooseAction() [6/6]

registerMooseAction ( "HeatTransferApp"  ,
ThermalContactAction  ,
"add_secondary_flux_vector"   
)

Variable Documentation

◆ aux_kenels_counter

unsigned int aux_kenels_counter = 0
static

Definition at line 30 of file ThermalContactAction.C.

Referenced by ThermalContactAction::addAuxKernels().

◆ bcs_counter

unsigned int bcs_counter = 0
static

Definition at line 27 of file ThermalContactAction.C.

Referenced by ThermalContactAction::addBCs().

◆ dirac_counter

unsigned int dirac_counter = 0
static

Definition at line 24 of file ThermalContactAction.C.

Referenced by ThermalContactAction::addDiracKernels().

◆ materials_counter

unsigned int materials_counter = 0
static

Definition at line 21 of file ThermalContactAction.C.

Referenced by ThermalContactAction::addMaterials().