https://mooseframework.inl.gov
SideSetHeatTransferKernel.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 "InterfaceKernel.h"
13 
18 {
19 public:
21 
23 
24 protected:
27 
31  const VariableValue * const _Tbulk_var;
41 };
const VariableValue *const _Tbulk_var
Bulk temperature of gap.
const MaterialProperty< Real > & _hp
Convective heat transfer coefficient (primary face)
const MaterialProperty< Real > & _eps_m
Neighbor face effective emissivity ^-(1-^+)/(1-^+^-)
DGResidualType
DG kernel for interfacing diffusion between two variables on adjacent blocks.
const MaterialProperty< Real > & _cond
Conductivity of gap divided by effective gap width.
const std::string & type() const
const MaterialProperty< Real > *const _Tbulk_mat
OutputTools< Real >::VariableValue VariableValue
DGJacobianType
virtual Real computeQpResidual(Moose::DGResidualType type) override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const MaterialProperty< Real > & _eps_p
Master face effective emissivity ^+(1-^-)/(1-^+^-)
const InputParameters & parameters() const
const MaterialProperty< Real > & _hm
Convective heat transfer coefficient (neighbor face)
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
SideSetHeatTransferKernel(const InputParameters &parameters)