https://mooseframework.inl.gov
Loading...
Searching...
No Matches
phase_field
include
kernels
ACGrGrElasticDrivingForce.h
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
#pragma once
11
12
#include "
ACBulk.h
"
13
#include "
RankTwoTensorForward.h
"
14
#include "
RankFourTensorForward.h
"
15
21
class
ACGrGrElasticDrivingForce
:
public
ACBulk
<Real>
22
{
23
public
:
24
static
InputParameters
validParams
();
25
26
ACGrGrElasticDrivingForce
(
const
InputParameters
& parameters);
27
28
protected
:
29
virtual
Real
computeDFDOP
(
PFFunctionType
type);
30
31
private
:
32
const
MaterialProperty<RankFourTensor>
&
_D_elastic_tensor
;
33
const
MaterialProperty<RankTwoTensor>
&
_elastic_strain
;
34
};
ACBulk.h
RankFourTensorForward.h
RankTwoTensorForward.h
ACBulk
This is the Allen-Cahn equation base class that implements the bulk or local energy term of the equat...
Definition
ACBulk.h:25
ACBulk< Real >::PFFunctionType
PFFunctionType
Definition
ACBulk.h:38
ACGrGrElasticDrivingForce
Calculates the porton of the Allen-Cahn equation that results from the deformation energy.
Definition
ACGrGrElasticDrivingForce.h:22
ACGrGrElasticDrivingForce::_elastic_strain
const MaterialProperty< RankTwoTensor > & _elastic_strain
Definition
ACGrGrElasticDrivingForce.h:33
ACGrGrElasticDrivingForce::computeDFDOP
virtual Real computeDFDOP(PFFunctionType type)
Definition
ACGrGrElasticDrivingForce.C:36
ACGrGrElasticDrivingForce::validParams
static InputParameters validParams()
Definition
ACGrGrElasticDrivingForce.C:19
ACGrGrElasticDrivingForce::_D_elastic_tensor
const MaterialProperty< RankFourTensor > & _D_elastic_tensor
Definition
ACGrGrElasticDrivingForce.h:32
MaterialProperty
InputParameters
Generated on Fri Aug 21 2026 13:41:19 for https://mooseframework.inl.gov by
1.9.8