https://mooseframework.inl.gov
Loading...
Searching...
No Matches
level_set
include
kernels
LevelSetAdvection.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 "
ADKernelValue.h
"
13
21
class
LevelSetAdvection
:
public
ADKernelValue
22
{
23
public
:
24
static
InputParameters
validParams
();
25
26
LevelSetAdvection
(
const
InputParameters
&
parameters
);
27
28
protected
:
29
virtual
ADReal
precomputeQpResidual
()
override
;
30
32
const
ADVectorVariableValue
&
_velocity
;
33
};
ADKernelValue.h
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
ADKernelValueTempl
LevelSetAdvection
Advection Kernel for the levelset equation.
Definition
LevelSetAdvection.h:22
LevelSetAdvection::validParams
static InputParameters validParams()
Definition
LevelSetAdvection.C:15
LevelSetAdvection::precomputeQpResidual
virtual ADReal precomputeQpResidual() override
Definition
LevelSetAdvection.C:31
LevelSetAdvection::_velocity
const ADVectorVariableValue & _velocity
Velocity vector variable.
Definition
LevelSetAdvection.h:32
MooseArray
ADKernelValueTempl::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:41:05 for https://mooseframework.inl.gov by
1.9.8