www.mooseframework.org
ADSplitCHWRes.C
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 #include "ADSplitCHWRes.h"
11 
12 registerADMooseObject("PhaseFieldApp", ADSplitCHWRes);
13 
17  params.addClassDescription("Split formulation Cahn-Hilliard Kernel for the chemical potential "
18  "variable with a scalar (isotropic) mobility"););
19 
20 template <ComputeStage compute_stage>
21 ADSplitCHWRes<compute_stage>::ADSplitCHWRes(const InputParameters & parameters)
22  : ADSplitCHWResBase<compute_stage, Real>(parameters)
23 {
24 }
registerADMooseObject
registerADMooseObject("PhaseFieldApp", ADSplitCHWRes)
ADSplitCHWResBase
ADSplitCHWResBase implements the residual for the chemical potential in the split form of the Cahn-Hi...
Definition: ADSplitCHWResBase.h:22
ADSplitCHWRes
ADSplitCHWRes creates the residual for the chemical potential in the split form of the Cahn-Hilliard ...
Definition: ADSplitCHWRes.h:19
ADSplitCHWRes::ADSplitCHWRes
ADSplitCHWRes(const InputParameters &parameters)
Definition: ADSplitCHWRes.C:21
defineADValidParams
defineADValidParams(ADSplitCHWRes, ADSplitCHWResBase, params.addClassDescription("Split formulation Cahn-Hilliard Kernel for the chemical potential " "variable with a scalar (isotropic) mobility");)
ADSplitCHWRes.h