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