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

Go to the source code of this file.

Classes

class  GBDependentDiffusivity
 GB dependent diffusivity Ref. More...
 

Functions

template<>
InputParameters validParams< GBDependentDiffusivity > ()
 

Function Documentation

◆ 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