www.mooseframework.org
phase_field
include
materials
GBDependentDiffusivity.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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
#pragma once
11
12
#include "
GBDependentTensorBase.h
"
13
14
class
GBDependentDiffusivity
;
15
16
template
<>
17
InputParameters
validParams<GBDependentDiffusivity>
();
21
class
GBDependentDiffusivity
:
public
GBDependentTensorBase
22
{
23
public
:
24
GBDependentDiffusivity
(
const
InputParameters & parameters);
25
26
protected
:
27
virtual
void
initQpStatefulProperties
();
28
virtual
void
computeQpProperties
();
29
};
30
GBDependentDiffusivity
GB dependent diffusivity Ref.
Definition:
GBDependentDiffusivity.h:21
GBDependentDiffusivity::GBDependentDiffusivity
GBDependentDiffusivity(const InputParameters ¶meters)
Definition:
GBDependentDiffusivity.C:23
GBDependentTensorBase.h
GBDependentDiffusivity::initQpStatefulProperties
virtual void initQpStatefulProperties()
Definition:
GBDependentDiffusivity.C:29
GBDependentTensorBase
Base class to define GB dependent properties.
Definition:
GBDependentTensorBase.h:23
validParams< GBDependentDiffusivity >
InputParameters validParams< GBDependentDiffusivity >()
Definition:
GBDependentDiffusivity.C:16
GBDependentDiffusivity::computeQpProperties
virtual void computeQpProperties()
Definition:
GBDependentDiffusivity.C:35
Generated on Sat Jan 25 2020 12:04:39 for www.mooseframework.org by
1.8.16