https://mooseframework.inl.gov
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
};
LevelSetAdvection::precomputeQpResidual
virtual ADReal precomputeQpResidual() override
Definition:
LevelSetAdvection.C:31
ADKernelValueTempl
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
InputParameters
ADKernelValue.h
LevelSetAdvection::LevelSetAdvection
LevelSetAdvection(const InputParameters ¶meters)
Definition:
LevelSetAdvection.C:25
LevelSetAdvection::_velocity
const ADVectorVariableValue & _velocity
Velocity vector variable.
Definition:
LevelSetAdvection.h:32
MooseArray
Definition:
NavierStokesLHDGOutflowBC.h:21
ADKernelValueTempl::parameters
const InputParameters & parameters() const
LevelSetAdvection::validParams
static InputParameters validParams()
Definition:
LevelSetAdvection.C:15
LevelSetAdvection
Advection Kernel for the levelset equation.
Definition:
LevelSetAdvection.h:21
Generated on Fri Jul 18 2025 13:42:57 for https://mooseframework.inl.gov by
1.8.14