https://mooseframework.inl.gov
Loading...
Searching...
No Matches
phase_field
src
kernels
PolycrystalMatAnisoDiffusion.C
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#include "
PolycrystalMatAnisoDiffusion.h
"
11
12
registerMooseObject
(
"PhaseFieldApp"
,
PolycrystalMatAnisoDiffusion
);
13
14
InputParameters
15
PolycrystalMatAnisoDiffusion::validParams
()
16
{
17
InputParameters
params =
PolycrystalMatDiffusionBase<RealTensorValue>::validParams
();
18
params.
addClassDescription
(
19
"Diffusion equation Kernel that takes an anisotropic Diffusivity from a material property"
);
20
return
params;
21
}
22
23
PolycrystalMatAnisoDiffusion::PolycrystalMatAnisoDiffusion
(
const
InputParameters
& parameters)
24
:
PolycrystalMatDiffusionBase
<RealTensorValue>(parameters)
25
{
26
}
registerMooseObject
registerMooseObject("PhaseFieldApp", PolycrystalMatAnisoDiffusion)
PolycrystalMatAnisoDiffusion.h
InputParameters::addClassDescription
void addClassDescription(const std::string &doc_string)
PolycrystalMatAnisoDiffusion
Anisotropic diffusion kernel that takes a diffusion coefficient of type RealTensorValue.
Definition
PolycrystalMatAnisoDiffusion.h:21
PolycrystalMatAnisoDiffusion::PolycrystalMatAnisoDiffusion
PolycrystalMatAnisoDiffusion(const InputParameters ¶meters)
Definition
PolycrystalMatAnisoDiffusion.C:23
PolycrystalMatAnisoDiffusion::validParams
static InputParameters validParams()
Definition
PolycrystalMatAnisoDiffusion.C:15
PolycrystalMatDiffusionBase
Definition
PolycrystalMatDiffusionBase.h:37
PolycrystalMatDiffusionBase::validParams
static InputParameters validParams()
Definition
PolycrystalMatDiffusionBase.h:61
InputParameters
Generated on Fri Aug 21 2026 13:41:24 for https://mooseframework.inl.gov by
1.9.8