Loading [MathJax]/extensions/tex2jax.js
https://mooseframework.inl.gov
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
FVFunctorConvectiveHeatFluxBC.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 "FVFluxBC.h"
13 
20 {
21 public:
23 
25 
26 protected:
27  virtual ADReal computeQpResidual() override;
28 
31 
34 
37 
39  const bool _is_solid;
40 };
const bool _is_solid
Boolean specifying if domain is solid or fluid.
DualNumber< Real, DNDerivativeType, true > ADReal
Robin boundary condition (temperatures) for finite volume scheme between a solid and fluid where the ...
FVFunctorConvectiveHeatFluxBC(const InputParameters &parameters)
const Moose::Functor< ADReal > & _T_bulk
Far-field temperature functor.
virtual ADReal computeQpResidual() override
const InputParameters & parameters() const
const Moose::Functor< ADReal > & _T_solid
Wall temperature functor.
const Moose::Functor< ADReal > & _htc
Convective heat transfer coefficient functor.