www.mooseframework.org
ACInterfaceKobayashi1.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 ACInterfaceKobayashi1 : public DerivativeMaterialInterface<JvarMapKernelInterface<KernelGrad>>
23 {
24 public:
26 
27  ACInterfaceKobayashi1(const InputParameters & parameters);
28 
29 protected:
33  virtual Real computeQpOffDiagJacobian(unsigned int jvar);
34 
42 
44  std::vector<const MaterialProperty<Real> *> _dLdarg;
45  std::vector<const MaterialProperty<Real> *> _depsdarg;
46  std::vector<const MaterialProperty<Real> *> _ddepsdarg;
47 };
const MaterialProperty< Real > & _dLdop
ACInterfaceKobayashi1(const InputParameters &parameters)
Kernel 1 of 2 for interfacial energy anisotropy in the Allen-Cahn equation as implemented in R...
std::vector< const MaterialProperty< Real > * > _depsdarg
const MaterialProperty< RealGradient > & _ddepsdgrad_op
const MaterialProperty< Real > & _eps
static InputParameters validParams()
std::vector< const MaterialProperty< Real > * > _dLdarg
Mobility derivative w.r.t. other coupled variables.
const MaterialProperty< Real > & _deps
virtual RealGradient precomputeQpResidual()
Enum of computeDFDOP inputs.
const MaterialProperty< Real > & _L
Mobility.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual RealGradient precomputeQpJacobian()
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const MaterialProperty< RealGradient > & _depsdgrad_op
std::vector< const MaterialProperty< Real > * > _ddepsdarg