www.mooseframework.org
Classes | Functions
AEFVBC.h File Reference

Go to the source code of this file.

Classes

class  AEFVBC
 A boundary condition object for the advection equation using a cell-centered finite volume method. More...
 

Functions

template<>
InputParameters validParams< AEFVBC > ()
 

Function Documentation

◆ 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