https://mooseframework.inl.gov
navier_stokes
include
kernels
INSADEnergyMeshAdvection.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
INSADEnergyMeshAdvection
:
public
ADKernelValue
19
{
20
public
:
21
static
InputParameters
validParams
();
22
23
INSADEnergyMeshAdvection
(
const
InputParameters
&
parameters
);
24
25
protected
:
26
virtual
ADReal
precomputeQpResidual
()
override
;
27
28
const
ADMaterialProperty<Real>
&
_temperature_advected_mesh_strong_residual
;
29
30
friend
class
INSADMomentumMeshAdvection
;
31
};
INSADEnergyMeshAdvection
This class computes the residual and Jacobian contributions for temperature advection from mesh veloc...
Definition:
INSADEnergyMeshAdvection.h:18
INSADMomentumMeshAdvection
Subtracts the mesh velocity from the convection term in the Navier-Stokes momentum equation...
Definition:
INSADMomentumMeshAdvection.h:18
ADKernelValueTempl
INSADEnergyMeshAdvection::INSADEnergyMeshAdvection
INSADEnergyMeshAdvection(const InputParameters ¶meters)
Definition:
INSADEnergyMeshAdvection.C:25
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
InputParameters
ADKernelValue.h
INSADEnergyMeshAdvection::validParams
static InputParameters validParams()
Definition:
INSADEnergyMeshAdvection.C:16
INSADEnergyMeshAdvection::_temperature_advected_mesh_strong_residual
const ADMaterialProperty< Real > & _temperature_advected_mesh_strong_residual
Definition:
INSADEnergyMeshAdvection.h:28
INSADEnergyMeshAdvection::precomputeQpResidual
virtual ADReal precomputeQpResidual() override
Definition:
INSADEnergyMeshAdvection.C:34
ADMaterialProperty< Real >
ADKernelValueTempl::parameters
const InputParameters & parameters() const
Generated on Wed Aug 6 2025 14:36:57 for https://mooseframework.inl.gov by
1.8.14