https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
20template <bool is_ad>
44
CylindricalGapHeatFluxFunctorMaterialTempl< true > ADCylindricalGapHeatFluxFunctorMaterial
CylindricalGapHeatFluxFunctorMaterialTempl< false > CylindricalGapHeatFluxFunctorMaterial
Computes cylindrical gap heat flux due to conduction and radiation.
const Moose::Functor< GenericReal< is_ad > > & _k_gap
Gap thermal conductivity.
const Moose::Functor< GenericReal< is_ad > > & _r_outer
Outer surface radius.
const Moose::Functor< GenericReal< is_ad > > & _emiss_outer
Outer surface emissivity.
const Moose::Functor< GenericReal< is_ad > > & _T_outer
Outer surface temperature.
const Moose::Functor< GenericReal< is_ad > > & _emiss_inner
Inner surface emissivity.
const Moose::Functor< GenericReal< is_ad > > & _r_inner
Inner surface radius.
const Moose::Functor< GenericReal< is_ad > > & _T_inner
Inner surface temperature.
const InputParameters & parameters() const