https://mooseframework.inl.gov
ADRadiativeHeatFluxBC.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 "ADIntegratedBC.h"
13 
18 {
19 public:
21 
22 protected:
23  virtual ADReal computeQpResidual() override;
24 
31 
36 
38  const Real _sigma;
39 
40 public:
42 };
virtual ADReal computeQpResidual() override
const Moose::Functor< ADReal > & _scale
Functor by which to scale the boundary condition.
const Moose::Functor< ADReal > & _emissivity
Emissivity.
Radiative heat transfer boundary condition for a plate heat structure.
const PostprocessorValue & _scale_pp
Post-processor by which to scale boundary condition.
Real PostprocessorValue
const Moose::Functor< ADReal > & _T_ambient
Ambient temperature.
const Real _sigma
Stefan-Boltzmann constant.
ADRadiativeHeatFluxBC(const InputParameters &parameters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
static InputParameters validParams()
const Moose::Functor< ADReal > & _view_factor
View factor.