https://mooseframework.inl.gov
CylindricalGapHeatFluxFunctorMaterial.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 "FunctorMaterial.h"
13 
20 template <bool is_ad>
22 {
23 public:
25 
27 
28 protected:
43 };
44 
Computes cylindrical gap heat flux due to conduction and radiation.
CylindricalGapHeatFluxFunctorMaterialTempl(const InputParameters &parameters)
const Moose::Functor< GenericReal< is_ad > > & _T_inner
Inner surface temperature.
const Moose::Functor< GenericReal< is_ad > > & _k_gap
Gap thermal conductivity.
CylindricalGapHeatFluxFunctorMaterialTempl< true > ADCylindricalGapHeatFluxFunctorMaterial
const Moose::Functor< GenericReal< is_ad > > & _T_outer
Outer surface temperature.
CylindricalGapHeatFluxFunctorMaterialTempl< false > CylindricalGapHeatFluxFunctorMaterial
const Moose::Functor< GenericReal< is_ad > > & _r_outer
Outer surface radius.
const Moose::Functor< GenericReal< is_ad > > & _r_inner
Inner surface radius.
const Moose::Functor< GenericReal< is_ad > > & _emiss_inner
Inner surface emissivity.
const InputParameters & parameters() const
const Moose::Functor< GenericReal< is_ad > > & _emiss_outer
Outer surface emissivity.