www.mooseframework.org
Functions
AntitrappingCurrent.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
AntitrappingCurrent   
)

◆ validParams< AntitrappingCurrent >()

template<>
InputParameters validParams< AntitrappingCurrent > ( )

Definition at line 16 of file AntitrappingCurrent.C.

17 {
18  InputParameters params = validParams<CoupledSusceptibilityTimeDerivative>();
19  params.addClassDescription(
20  "Kernel that provides antitrapping current at the interface for alloy solidification");
21  return params;
22 }
validParams< CoupledSusceptibilityTimeDerivative >
InputParameters validParams< CoupledSusceptibilityTimeDerivative >()
Definition: CoupledSusceptibilityTimeDerivative.C:16