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