www.mooseframework.org
phase_field
include
materials
GBWidthAnisotropy.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 "
GBAnisotropyBase.h
"
13
14
// Forward Declarations
15
class
GBWidthAnisotropy
;
16
17
template
<>
18
InputParameters
validParams<GBWidthAnisotropy>
();
19
28
class
GBWidthAnisotropy
:
public
GBAnisotropyBase
29
{
30
public
:
31
GBWidthAnisotropy
(
const
InputParameters & parameters);
32
33
private
:
34
const
Real
_mu
;
35
const
Real
_kappa
;
36
};
37
GBAnisotropyBase
Function[kappa, gamma, m, L] = parameters (sigma, mob, w_GB, sigma0) Parameter determination method i...
Definition:
GBAnisotropyBase.h:25
GBWidthAnisotropy::GBWidthAnisotropy
GBWidthAnisotropy(const InputParameters ¶meters)
Definition:
GBWidthAnisotropy.C:25
validParams< GBWidthAnisotropy >
InputParameters validParams< GBWidthAnisotropy >()
Definition:
GBWidthAnisotropy.C:16
GBWidthAnisotropy::_kappa
const Real _kappa
Definition:
GBWidthAnisotropy.h:35
GBAnisotropyBase.h
GBWidthAnisotropy
Function[kappa, gamma, m, L] = parameters (sigma, mob, w_GB, sigma0) Parameter determination method i...
Definition:
GBWidthAnisotropy.h:28
GBWidthAnisotropy::_mu
const Real _mu
Definition:
GBWidthAnisotropy.h:34
Generated on Sat Jan 25 2020 12:04:39 for www.mooseframework.org by
1.8.16