20 params.addClassDescription(
21 "Kernel for asymptotic expansion homogenization for thermal conductivity");
22 params.addParam<MaterialPropertyName>(
23 "diffusion_coefficient",
24 "thermal_conductivity",
25 "The diffusion coefficient for the temperature gradient (Default: thermal_conductivity)");
26 params.addRequiredRangeCheckedParam<
unsigned int>(
29 "An integer corresponding to the direction the variable this "
30 "kernel acts in. (0 for x, 1 for y, 2 for z)");
36 _diffusion_coefficient(getMaterialProperty<Real>(
"diffusion_coefficient")),
37 _component(getParam<unsigned int>(
"component"))