https://mooseframework.inl.gov
navier_stokes
include
kernels
INSADEnergyAdvection.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
18
class
INSADEnergyAdvection
:
public
ADKernelValue
19
{
20
public
:
21
static
InputParameters
validParams
();
22
23
INSADEnergyAdvection
(
const
InputParameters
&
parameters
);
24
25
protected
:
26
virtual
ADReal
precomputeQpResidual
()
override
;
27
28
const
ADMaterialProperty<Real>
&
_temperature_advective_strong_residual
;
29
};
INSADEnergyAdvection::validParams
static InputParameters validParams()
Definition:
INSADEnergyAdvection.C:15
ADKernelValueTempl
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
INSADEnergyAdvection::INSADEnergyAdvection
INSADEnergyAdvection(const InputParameters ¶meters)
Definition:
INSADEnergyAdvection.C:23
INSADEnergyAdvection::_temperature_advective_strong_residual
const ADMaterialProperty< Real > & _temperature_advective_strong_residual
Definition:
INSADEnergyAdvection.h:28
InputParameters
ADKernelValue.h
ADMaterialProperty< Real >
ADKernelValueTempl::parameters
const InputParameters & parameters() const
INSADEnergyAdvection::precomputeQpResidual
virtual ADReal precomputeQpResidual() override
Definition:
INSADEnergyAdvection.C:31
INSADEnergyAdvection
This class computes the residual and Jacobian contributions for temperature advection.
Definition:
INSADEnergyAdvection.h:18
Generated on Wed Aug 6 2025 14:36:57 for https://mooseframework.inl.gov by
1.8.14