https://mooseframework.inl.gov
Loading...
Searching...
No Matches
LinearFVFunctorRadiativeBC.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
13
26{
27public:
29
31
32protected:
33 virtual Real getAlpha(Moose::FaceArg face, Moose::StateArg state) const override;
34 virtual Real getBeta(Moose::FaceArg face, Moose::StateArg state) const override;
35 virtual Real getGamma(Moose::FaceArg face, Moose::StateArg state) const override;
36
37private:
40
43
46
48 const Real _sigma;
49
52};
Boundary condition for radiative heat flux in a linear finite volume system.
virtual Real getGamma(Moose::FaceArg face, Moose::StateArg state) const override
virtual Real getAlpha(Moose::FaceArg face, Moose::StateArg state) const override
const Real _sigma
Stefan-Boltzmann constant (sigma)
const Moose::Functor< Real > & _tinf
Far-field temperature functor (T_infinity)
Real extrapolateFaceTemperature(Moose::StateArg state) const
Extrapolates the boundary face temperature from the previous iteration.
const Moose::Functor< Real > & _emissivity
Emissivity functor (epsilon)
virtual Real getBeta(Moose::FaceArg face, Moose::StateArg state) const override
static InputParameters validParams()
const Moose::Functor< Real > & _diffusion_coeff
Thermal conductivity functor; must match the diffusion_coeff in LinearFVDiffusion.
const InputParameters & parameters() const