www.mooseframework.org
InfiniteCylinderRadiativeBC.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 
15 
16 template <>
18 
24 {
25 public:
26  static InputParameters validParams();
27 
28  InfiniteCylinderRadiativeBC(const InputParameters & parameters);
29 
30 protected:
31  virtual Real coefficient() const override;
32 
34  const Real _eps_cylinder;
35 
37  const Real _boundary_radius;
38 
40  const Real _cylinder_radius;
41 
44 };
45 
InfiniteCylinderRadiativeBC::_coefficient
Real _coefficient
coefficients are constant and pre-computed
Definition: InfiniteCylinderRadiativeBC.h:43
RadiativeHeatFluxBCBase
Boundary condition for radiative heat flux where temperature and the temperature of a body in radiati...
Definition: RadiativeHeatFluxBCBase.h:23
InfiniteCylinderRadiativeBC::_cylinder_radius
const Real _cylinder_radius
radius of the cylinder around the boundary
Definition: InfiniteCylinderRadiativeBC.h:40
InfiniteCylinderRadiativeBC
Boundary condition for radiative heat exchange with a cylinder, the outer surface of the domain is as...
Definition: InfiniteCylinderRadiativeBC.h:23
InfiniteCylinderRadiativeBC::_eps_cylinder
const Real _eps_cylinder
emissivity of the cylinder irht with the boundary
Definition: InfiniteCylinderRadiativeBC.h:34
validParams< InfiniteCylinderRadiativeBC >
InputParameters validParams< InfiniteCylinderRadiativeBC >()
InfiniteCylinderRadiativeBC::coefficient
virtual Real coefficient() const override
qdot = sigma * coeff * (T^4 - Tinf^4 ) sigma: _sigma_stefan_boltzmann coeff: coefficient() coefficien...
Definition: InfiniteCylinderRadiativeBC.C:45
InfiniteCylinderRadiativeBC::InfiniteCylinderRadiativeBC
InfiniteCylinderRadiativeBC(const InputParameters &parameters)
Definition: InfiniteCylinderRadiativeBC.C:33
InfiniteCylinderRadiativeBC::validParams
static InputParameters validParams()
Definition: InfiniteCylinderRadiativeBC.C:18
InfiniteCylinderRadiativeBC::_boundary_radius
const Real _boundary_radius
radius of the boundary
Definition: InfiniteCylinderRadiativeBC.h:37
RadiativeHeatFluxBCBase.h