https://mooseframework.inl.gov
FinEnhancementFactorFunctorMaterial.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 
17 template <bool is_ad>
19 {
20 public:
22 
24 
25 protected:
32 };
33 
FinEnhancementFactorFunctorMaterialTempl< false > FinEnhancementFactorFunctorMaterial
Computes a heat transfer enhancement factor for fins.
FinEnhancementFactorFunctorMaterialTempl(const InputParameters &parameters)
const Moose::Functor< GenericReal< is_ad > > & _area_increase_factor
Ratio of the total surface area with fins to the base surface area.
const Moose::Functor< GenericReal< is_ad > > & _fin_area_fraction
Fraction of the total surface area corresponding to fins.
FinEnhancementFactorFunctorMaterialTempl< true > ADFinEnhancementFactorFunctorMaterial
const Moose::Functor< GenericReal< is_ad > > & _fin_efficiency
Fin efficiency.
const InputParameters & parameters() const