www.mooseframework.org
ACInterface2DMultiPhase2.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 "JvarMapInterface.h"
14 #include "DerivativeMaterialInterface.h"
15 #include "ACInterface.h"
16 
18 
19 template <>
21 
29 {
30 public:
31  ACInterface2DMultiPhase2(const InputParameters & parameters);
32 
33 protected:
34  virtual Real computeQpJacobian();
35  virtual Real computeQpOffDiagJacobian(unsigned int jvar);
36 
38  const MaterialProperty<RealGradient> & _dkappadgrad_etaa;
39 };
40 
validParams< ACInterface2DMultiPhase2 >
InputParameters validParams< ACInterface2DMultiPhase2 >()
Definition: ACInterface2DMultiPhase2.C:16
ACInterface2DMultiPhase2::computeQpOffDiagJacobian
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
Definition: ACInterface2DMultiPhase2.C:57
ACInterface2DMultiPhase2::computeQpJacobian
virtual Real computeQpJacobian()
Definition: ACInterface2DMultiPhase2.C:34
ACInterface.h
ACInterface2DMultiPhase2::_dkappadgrad_etaa
const MaterialProperty< RealGradient > & _dkappadgrad_etaa
Interfacial parameter.
Definition: ACInterface2DMultiPhase2.h:38
ACInterface2DMultiPhase2
Compute the Allen-Cahn interface term with the weak form residual It is assumed kappa is a function ...
Definition: ACInterface2DMultiPhase2.h:28
ACInterface
Compute the Allen-Cahn interface term with the weak form residual .
Definition: ACInterface.h:25
ACInterface2DMultiPhase2::ACInterface2DMultiPhase2
ACInterface2DMultiPhase2(const InputParameters &parameters)
Definition: ACInterface2DMultiPhase2.C:27