https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
25public:
27
28 ACInterface2DMultiPhase2(const InputParameters & parameters);
29
30protected:
31 virtual Real computeQpJacobian();
32 virtual Real computeQpOffDiagJacobian(unsigned int jvar);
33
36};
Compute the Allen-Cahn interface term with the weak form residual It is assumed kappa is a function ...
static InputParameters validParams()
const MaterialProperty< RealGradient > & _dkappadgrad_etaa
Interfacial parameter.
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
Compute the Allen-Cahn interface term with the weak form residual .
Definition ACInterface.h:21