https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
};
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
FVElementalKernel.h
FVElementalKernel
FVThermalRadiationSourceSink
Class to define the thermal radiative transfer source and sink.
Definition
FVThermalRadiationSourceSink.h:18
FVThermalRadiationSourceSink::_temperature_radiation
const Moose::Functor< ADReal > & _temperature_radiation
The coupled functor applying the radiation temperature.
Definition
FVThermalRadiationSourceSink.h:29
FVThermalRadiationSourceSink::validParams
static InputParameters validParams()
Definition
FVThermalRadiationSourceSink.C:17
FVThermalRadiationSourceSink::_opacity
const Moose::Functor< ADReal > & _opacity
The opacity field.
Definition
FVThermalRadiationSourceSink.h:32
FVThermalRadiationSourceSink::computeQpResidual
ADReal computeQpResidual() override
Definition
FVThermalRadiationSourceSink.C:37
FVElementalKernel::parameters
const InputParameters & parameters() const
Moose::FunctorEnvelope
InputParameters
Generated on Fri Aug 21 2026 13:41:03 for https://mooseframework.inl.gov by
1.9.8