https://mooseframework.inl.gov
heat_transfer
include
fvkernels
FVThermalRadiationSourceSink.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 "
FVElementalKernel.h
"
13
17
class
FVThermalRadiationSourceSink
:
public
FVElementalKernel
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
FVThermalRadiationSourceSink
(
const
InputParameters
&
parameters
);
23
24
protected
:
25
ADReal
computeQpResidual
()
override
;
26
27
protected
:
29
const
Moose::Functor<ADReal>
&
_temperature_radiation
;
30
32
const
Moose::Functor<ADReal>
&
_opacity
;
33
};
FVThermalRadiationSourceSink::_opacity
const Moose::Functor< ADReal > & _opacity
The opacity field.
Definition:
FVThermalRadiationSourceSink.h:32
FVThermalRadiationSourceSink::computeQpResidual
ADReal computeQpResidual() override
Definition:
FVThermalRadiationSourceSink.C:37
FVThermalRadiationSourceSink::FVThermalRadiationSourceSink
FVThermalRadiationSourceSink(const InputParameters ¶meters)
Definition:
FVThermalRadiationSourceSink.C:29
Moose::FunctorEnvelope
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
FVElementalKernel
InputParameters
FVThermalRadiationSourceSink::validParams
static InputParameters validParams()
Definition:
FVThermalRadiationSourceSink.C:17
FVElementalKernel::parameters
const InputParameters & parameters() const
FVElementalKernel.h
FVThermalRadiationSourceSink
Class to define the thermal radiative transfer source and sink.
Definition:
FVThermalRadiationSourceSink.h:17
FVThermalRadiationSourceSink::_temperature_radiation
const Moose::Functor< ADReal > & _temperature_radiation
The coupled functor applying the radiation temperature.
Definition:
FVThermalRadiationSourceSink.h:29
Generated on Fri Jul 18 2025 11:56:09 for https://mooseframework.inl.gov by
1.8.14