www.mooseframework.org
ACGrGrElasticDrivingForce.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 "ACBulk.h"
13 #include "RankTwoTensorForward.h"
14 #include "RankFourTensorForward.h"
15 
21 class ACGrGrElasticDrivingForce : public ACBulk<Real>
22 {
23 public:
25 
26  ACGrGrElasticDrivingForce(const InputParameters & parameters);
27 
28 protected:
29  virtual Real computeDFDOP(PFFunctionType type);
30 
31 private:
34 };
static InputParameters validParams()
This is the Allen-Cahn equation base class that implements the bulk or local energy term of the equat...
Definition: ACBulk.h:24
virtual Real computeDFDOP(PFFunctionType type)
const MaterialProperty< RankFourTensor > & _D_elastic_tensor
const MaterialProperty< RankTwoTensor > & _elastic_strain
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ACGrGrElasticDrivingForce(const InputParameters &parameters)
Calculates the porton of the Allen-Cahn equation that results from the deformation energy...