https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
test
include
kernels
ADMomentumViscousRZ.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 "
ADKernel.h
"
13
14
class
ADMomentumViscousRZ
:
public
ADKernel
15
{
16
public
:
17
static
InputParameters
validParams
();
18
19
ADMomentumViscousRZ
(
const
InputParameters
&
parameters
);
20
21
virtual
~ADMomentumViscousRZ
() {}
22
23
protected
:
24
virtual
ADReal
computeQpResidual
()
override
;
25
26
const
ADMaterialProperty<Real>
&
_mu
;
27
const
Moose::CoordinateSystemType
&
_coord_sys
;
28
const
unsigned
int
_rz_radial_coord
;
29
const
unsigned
short
_component
;
30
};
ADKernel.h
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
ADKernelTempl
ADMaterialProperty
ADMomentumViscousRZ
Definition
ADMomentumViscousRZ.h:15
ADMomentumViscousRZ::validParams
static InputParameters validParams()
Definition
ADMomentumViscousRZ.C:15
ADMomentumViscousRZ::_mu
const ADMaterialProperty< Real > & _mu
Definition
ADMomentumViscousRZ.h:26
ADMomentumViscousRZ::computeQpResidual
virtual ADReal computeQpResidual() override
Definition
ADMomentumViscousRZ.C:34
ADMomentumViscousRZ::~ADMomentumViscousRZ
virtual ~ADMomentumViscousRZ()
Definition
ADMomentumViscousRZ.h:21
ADMomentumViscousRZ::_rz_radial_coord
const unsigned int _rz_radial_coord
Definition
ADMomentumViscousRZ.h:28
ADMomentumViscousRZ::_coord_sys
const Moose::CoordinateSystemType & _coord_sys
Definition
ADMomentumViscousRZ.h:27
ADMomentumViscousRZ::_component
const unsigned short _component
Definition
ADMomentumViscousRZ.h:29
ADKernelTempl::parameters
const InputParameters & parameters() const
Moose::CoordinateSystemType
CoordinateSystemType
InputParameters
Generated on Fri Sep 11 2026 20:36:21 for https://mooseframework.inl.gov by
1.9.8