https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
kernels
INSADEnergySUPG.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 "
ADKernelSUPG.h
"
13
18
class
INSADEnergySUPG
:
public
ADKernelSUPG
19
{
20
public
:
21
static
InputParameters
validParams
();
22
23
INSADEnergySUPG
(
const
InputParameters
&
parameters
);
24
25
protected
:
26
ADReal
precomputeQpStrongResidual
()
override
;
27
28
const
ADMaterialProperty<Real>
&
_temperature_strong_residual
;
29
};
ADKernelSUPG.h
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
ADKernelSUPGTempl
ADMaterialProperty
INSADEnergySUPG
This class computes the residual and Jacobian contributions for temperature/energy equation SUPG stab...
Definition
INSADEnergySUPG.h:19
INSADEnergySUPG::validParams
static InputParameters validParams()
Definition
INSADEnergySUPG.C:15
INSADEnergySUPG::precomputeQpStrongResidual
ADReal precomputeQpStrongResidual() override
Definition
INSADEnergySUPG.C:30
INSADEnergySUPG::_temperature_strong_residual
const ADMaterialProperty< Real > & _temperature_strong_residual
Definition
INSADEnergySUPG.h:28
ADKernelSUPGTempl::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Sep 11 2026 20:36:10 for https://mooseframework.inl.gov by
1.9.8