https://mooseframework.inl.gov
ACInterface2DMultiPhase2.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 "Kernel.h"
13 #include "JvarMapInterface.h"
15 #include "ACInterface.h"
16 
24 {
25 public:
27 
29 
30 protected:
31  virtual Real computeQpJacobian();
32  virtual Real computeQpOffDiagJacobian(unsigned int jvar);
33 
36 };
static InputParameters validParams()
ACInterface2DMultiPhase2(const InputParameters &parameters)
Compute the Allen-Cahn interface term with the weak form residual .
Definition: ACInterface.h:20
const MaterialProperty< RealGradient > & _dkappadgrad_etaa
Interfacial parameter.
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Compute the Allen-Cahn interface term with the weak form residual It is assumed kappa is a function ...