https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
kernels
INSADMomentumAdvection.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
19
class
INSADMomentumAdvection
:
public
ADVectorKernelValue
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
INSADMomentumAdvection
(
const
InputParameters
&
parameters
);
25
26
protected
:
27
virtual
ADRealVectorValue
precomputeQpResidual
()
override
;
28
29
const
ADMaterialProperty<RealVectorValue>
&
_advective_strong_residual
;
30
};
ADKernelValue.h
ADKernelValueTempl
ADMaterialProperty
INSADMomentumAdvection
This class computes the momentum equation residual and Jacobian contributions for the advective term ...
Definition
INSADMomentumAdvection.h:20
INSADMomentumAdvection::precomputeQpResidual
virtual ADRealVectorValue precomputeQpResidual() override
Definition
INSADMomentumAdvection.C:29
INSADMomentumAdvection::validParams
static InputParameters validParams()
Definition
INSADMomentumAdvection.C:15
INSADMomentumAdvection::_advective_strong_residual
const ADMaterialProperty< RealVectorValue > & _advective_strong_residual
Definition
INSADMomentumAdvection.h:29
ADKernelValueTempl::parameters
const InputParameters & parameters() const
libMesh::VectorValue< ADReal >
InputParameters
Generated on Fri Aug 21 2026 13:41:07 for https://mooseframework.inl.gov by
1.9.8