Homogenization of Temperature-Dependent Thermal Conductivity in Composite Materials, Journal of Thermophysics and Heat Transfer, Vol.
More...
#include <HomogenizedHeatConduction.h>
Homogenization of Temperature-Dependent Thermal Conductivity in Composite Materials, Journal of Thermophysics and Heat Transfer, Vol.
15, No. 1, January-March 2001.
Definition at line 19 of file HomogenizedHeatConduction.h.
◆ HomogenizedHeatConduction()
HomogenizedHeatConduction::HomogenizedHeatConduction |
( |
const InputParameters & |
parameters | ) |
|
◆ computeQpResidual()
Real HomogenizedHeatConduction::computeQpResidual |
( |
| ) |
|
|
protectedvirtual |
◆ validParams()
InputParameters HomogenizedHeatConduction::validParams |
( |
| ) |
|
|
static |
Definition at line 17 of file HomogenizedHeatConduction.C.
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)");
◆ _component
const unsigned int HomogenizedHeatConduction::_component |
|
protected |
◆ _diffusion_coefficient
const MaterialProperty<Real>& HomogenizedHeatConduction::_diffusion_coefficient |
|
protected |
The documentation for this class was generated from the following files: