https://mooseframework.inl.gov
navier_stokes
include
kernels
INSADEnergyAmbientConvection.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
"
// Provides AD(Vector)KernelValue
13
17
class
INSADEnergyAmbientConvection
:
public
ADKernelValue
18
{
19
public
:
20
INSADEnergyAmbientConvection
(
const
InputParameters
&
parameters
);
21
22
static
InputParameters
validParams
();
23
24
protected
:
25
ADReal
precomputeQpResidual
()
override
;
26
27
const
ADMaterialProperty<Real>
&
_temperature_ambient_convection_strong_residual
;
28
};
ADKernelValueTempl
INSADEnergyAmbientConvection::INSADEnergyAmbientConvection
INSADEnergyAmbientConvection(const InputParameters ¶meters)
Definition:
INSADEnergyAmbientConvection.C:28
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
InputParameters
ADKernelValue.h
INSADEnergyAmbientConvection::validParams
static InputParameters validParams()
Definition:
INSADEnergyAmbientConvection.C:17
INSADEnergyAmbientConvection::precomputeQpResidual
ADReal precomputeQpResidual() override
Definition:
INSADEnergyAmbientConvection.C:46
ADMaterialProperty< Real >
ADKernelValueTempl::parameters
const InputParameters & parameters() const
INSADEnergyAmbientConvection::_temperature_ambient_convection_strong_residual
const ADMaterialProperty< Real > & _temperature_ambient_convection_strong_residual
Definition:
INSADEnergyAmbientConvection.h:27
INSADEnergyAmbientConvection
Computes a heat source/sink due to convection from ambient surroundings.
Definition:
INSADEnergyAmbientConvection.h:17
Generated on Wed Aug 6 2025 14:36:57 for https://mooseframework.inl.gov by
1.8.14