https://mooseframework.inl.gov
Loading...
Searching...
No Matches
KKSMultiACBulkF.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 "KKSMultiACBulkBase.h"
13
14// Forward Declarations
15
24{
25public:
27
28 KKSMultiACBulkF(const InputParameters & parameters);
29
30protected:
31 virtual Real computeDFDOP(PFFunctionType type);
32 virtual Real computeQpOffDiagJacobian(unsigned int jvar);
33
35 Real _wi;
36
39
42};
ACBulk child class that sets up necessary variables and materials for calculation of residual contrib...
KKSMultiACBulkBase child class for the free energy term in the the Allen-Cahn bulk residual.
Real _wi
double well height parameter
virtual Real computeDFDOP(PFFunctionType type)
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const MaterialProperty< Real > & _prop_d2gi
Second derivative of the double well function .
static InputParameters validParams()
const MaterialProperty< Real > & _prop_dgi
Derivative of the double well function .