https://mooseframework.inl.gov
Loading...
Searching...
No Matches
phase_field
include
kernels
ADPhaseFieldAdvection.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.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 "
ADKernelValue.h
"
13
20
class
ADPhaseFieldAdvection
:
public
ADKernelValue
21
{
22
public
:
23
static
InputParameters
validParams
();
24
25
ADPhaseFieldAdvection
(
const
InputParameters
&
parameters
);
26
27
protected
:
28
virtual
ADReal
precomputeQpResidual
()
override
;
29
31
const
ADVectorVariableValue
&
_velocity
;
32
};
ADKernelValue.h
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
ADKernelValueTempl
ADPhaseFieldAdvection
Advection Kernel for the phasefield equation.
Definition
ADPhaseFieldAdvection.h:21
ADPhaseFieldAdvection::_velocity
const ADVectorVariableValue & _velocity
Velocity vector variable.
Definition
ADPhaseFieldAdvection.h:31
ADPhaseFieldAdvection::precomputeQpResidual
virtual ADReal precomputeQpResidual() override
Definition
ADPhaseFieldAdvection.C:31
ADPhaseFieldAdvection::validParams
static InputParameters validParams()
Definition
ADPhaseFieldAdvection.C:15
MooseArray
ADKernelValueTempl::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:41:19 for https://mooseframework.inl.gov by
1.9.8