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

Go to the source code of this file.

Classes

class  HeatSourceBPD
 Kernel class to implement hear source term for peridynamic heat conduction models. More...
 

Functions

template<>
InputParameters validParams< HeatSourceBPD > ()
 

Function Documentation

◆ validParams< HeatSourceBPD >()

template<>
InputParameters validParams< HeatSourceBPD > ( )

Definition at line 18 of file HeatSourceBPD.C.

19 {
20  InputParameters params = validParams<PeridynamicsKernelBase>();
21  params.addClassDescription("Class for calculating residual from heat source for bond-based "
22  "peridynamic heat conduction formulation");
23 
24  params.addRequiredParam<FunctionName>("power_density", "Volumetric heat source density");
25 
26  return params;
27 }
validParams< PeridynamicsKernelBase >
InputParameters validParams< PeridynamicsKernelBase >()
Definition: PeridynamicsKernelBase.C:15