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

Go to the source code of this file.

Classes

class  ThermalMaterialBaseBPD
 Base material class for bond based peridynamic heat conduction models. More...
 

Functions

template<>
InputParameters validParams< ThermalMaterialBaseBPD > ()
 

Function Documentation

◆ validParams< ThermalMaterialBaseBPD >()

template<>
InputParameters validParams< ThermalMaterialBaseBPD > ( )

Definition at line 19 of file ThermalMaterialBaseBPD.C.

20 {
21  InputParameters params = validParams<PeridynamicsMaterialBase>();
22  params.addClassDescription("Base class for bond-based peridynamic thermal models");
23 
24  params.addRequiredCoupledVar("temperature", "Nonlinear variable name for the temperature");
25  params.addRequiredParam<MaterialPropertyName>("thermal_conductivity",
26  "Name of material defining thermal conductivity");
27 
28  return params;
29 }

Referenced by validParams< ThermalConstantHorizonMaterialBPD >(), and validParams< ThermalVariableHorizonMaterialBPD >().

validParams< PeridynamicsMaterialBase >
InputParameters validParams< PeridynamicsMaterialBase >()
Definition: PeridynamicsMaterialBase.C:14