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

Go to the source code of this file.

Classes

class  AntitrappingCurrent
 This calculates a modified coupled time derivative that multiplies the time derivative of a coupled variable by a function of the variables and interface normal. More...
 

Functions

template<>
InputParameters validParams< AntitrappingCurrent > ()
 

Function Documentation

◆ 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