www.mooseframework.org
Functions
GBDependentDiffusivity.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PhaseFieldApp", GBDependentDiffusivity)
 
template<>
InputParameters validParams< GBDependentDiffusivity > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
GBDependentDiffusivity   
)

◆ validParams< GBDependentDiffusivity >()

template<>
InputParameters validParams< GBDependentDiffusivity > ( )

Definition at line 16 of file GBDependentDiffusivity.C.

17 {
18  InputParameters params = validParams<GBDependentTensorBase>();
19  params.addClassDescription("Compute diffusivity rank two tensor based on GB phase variable");
20  return params;
21 }
validParams< GBDependentTensorBase >
InputParameters validParams< GBDependentTensorBase >()
Definition: GBDependentTensorBase.C:14