Loading [MathJax]/extensions/tex2jax.js
www.mooseframework.org
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Functions
AEFVBC.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("RdgApp", AEFVBC)
 
template<>
InputParameters validParams< AEFVBC > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "RdgApp"  ,
AEFVBC   
)

◆ validParams< AEFVBC >()

template<>
InputParameters validParams< AEFVBC > ( )

Definition at line 16 of file AEFVBC.C.

17 {
18  InputParameters params = validParams<IntegratedBC>();
19  params.addClassDescription("A boundary condition kernel for the advection equation using a "
20  "cell-centered finite volume method.");
21  MooseEnum component("concentration");
22  params.addParam<MooseEnum>("component", component, "Choose one of the equations");
23  params.addRequiredCoupledVar("u", "Name of the variable to use");
24  params.addRequiredParam<UserObjectName>("flux", "Name of the boundary flux object to use");
25  return params;
26 }
MaterialTensorCalculatorTools::component
Real component(const SymmTensor &symm_tensor, unsigned int index)
Definition: MaterialTensorCalculatorTools.C:16