https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
17template <bool is_ad>
33
FinEnhancementFactorFunctorMaterialTempl< false > FinEnhancementFactorFunctorMaterial
FinEnhancementFactorFunctorMaterialTempl< true > ADFinEnhancementFactorFunctorMaterial
Computes a heat transfer enhancement factor for fins.
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.
const Moose::Functor< GenericReal< is_ad > > & _fin_efficiency
Fin efficiency.
const InputParameters & parameters() const