www.mooseframework.org
ACInterfaceStress.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 "Kernel.h"
13 #include "RankTwoTensorForward.h"
14 #include "RankFourTensorForward.h"
15 
21 class ACInterfaceStress : public Kernel
22 {
23 public:
25 
27 
28 protected:
29  virtual Real computeQpResidual() override;
30  virtual Real computeQpJacobian() override;
31 
34 
36  const std::string _base_name;
39 
41  const Real _stress;
42 
45 
48 };
ACInterfaceStress(const InputParameters &parameters)
const MaterialProperty< Real > & _L
Mobility.
virtual Real computeQpJacobian() override
const std::string _base_name
Strain base name and property.
static InputParameters validParams()
Compute the Allen-Cahn interface stress driving force contribution .
RankThreeTensor _dS
d sigma/d(grad eta), derivative of interface stress tensor with order parameter gradient ...
virtual Real computeQpResidual() override
const Real _stress
interface stress
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
RankThreeTensor _ddS
derivative of _dS w.r.t. the finite element coefficients for the Jacobian calculation ...
const MaterialProperty< RankTwoTensor > & _strain