www.mooseframework.org
ACInterfaceKobayashi2.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 "KernelGrad.h"
13 #include "JvarMapInterface.h"
15 
22 class ACInterfaceKobayashi2 : public DerivativeMaterialInterface<JvarMapKernelInterface<KernelGrad>>
23 {
24 public:
26 
27  ACInterfaceKobayashi2(const InputParameters & parameters);
28 
29 protected:
32  virtual Real computeQpOffDiagJacobian(unsigned int jvar);
33 
37 
41 
43  std::vector<const MaterialProperty<Real> *> _dLdarg;
44  std::vector<const MaterialProperty<Real> *> _depsdarg;
45 };
ACInterfaceKobayashi2(const InputParameters &parameters)
static InputParameters validParams()
virtual RealGradient precomputeQpResidual()
const MaterialProperty< RealGradient > & _depsdgrad_op
const MaterialProperty< Real > & _L
Mobility.
const MaterialProperty< Real > & _eps
Interfacial parameter.
const MaterialProperty< Real > & _dLdop
Kernel 2 of 2 for interfacial energy anisotropy in the Allen-Cahn equation as implemented in R...
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
std::vector< const MaterialProperty< Real > * > _depsdarg
std::vector< const MaterialProperty< Real > * > _dLdarg
Mobility derivative w.r.t. other coupled variables.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual RealGradient precomputeQpJacobian()