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