https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
21public:
23
25
26protected:
27 virtual ADReal computeQpResidual() override;
28
31
34
37
39 const bool _is_solid;
40};
DualNumber< Real, DNDerivativeType, true > ADReal
Robin boundary condition (temperatures) for finite volume scheme between a solid and fluid where the ...
const Moose::Functor< ADReal > & _htc
Convective heat transfer coefficient functor.
const Moose::Functor< ADReal > & _T_solid
Wall temperature functor.
const bool _is_solid
Boolean specifying if domain is solid or fluid.
const Moose::Functor< ADReal > & _T_bulk
Far-field temperature functor.
const InputParameters & parameters() const