https://mooseframework.inl.gov
Loading...
Searching...
No Matches
HeatStructure2DRadiationCouplerRZBC.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
13#include "RZSymmetry.h"
14
19{
20public:
22
23protected:
24 virtual ADReal computeQpResidual() override;
25
27 const Real & _emissivity;
29 const Real & _coupled_emissivity;
31 const Real & _view_factor;
33 const Real & _area;
35 const Real & _coupled_area;
37 const Real & _sigma;
40
41public:
43};
DualNumber< Real, DNDerivativeType, true > ADReal
Base class for BC for components derived from HeatStructure2DCouplerBase.
Applies BC for HeatStructure2DRadiationCouplerRZ.
const Real & _view_factor
View factor of this boundary.
const Real & _coupled_area
Area of the coupled boundary.
const Real & _emissivity
Emissivity of this boundary.
const Real & _coupled_emissivity
Emissivity of the coupled boundary.
const Real & _sigma
Stefan-Boltzmann constant.
const InputParameters & parameters() const
Interface class for enabling objects to be RZ symmetric about arbitrary axis.
Definition RZSymmetry.h:20