https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
const InputParameters & parameters() const
const std::string & type() const
DG kernel for interfacing diffusion between two variables on adjacent blocks.
const VariableValue *const _Tbulk_var
Bulk temperature of gap.
const MaterialProperty< Real > & _eps_p
Master face effective emissivity \epsilon^+\sigma(1-\rho^-)/(1-\rho^+\rho^-)
static InputParameters validParams()
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
const MaterialProperty< Real > *const _Tbulk_mat
const MaterialProperty< Real > & _hm
Convective heat transfer coefficient (neighbor face)
const MaterialProperty< Real > & _cond
Conductivity of gap divided by effective gap width.
const MaterialProperty< Real > & _eps_m
Neighbor face effective emissivity \epsilon^-\sigma(1-\rho^+)/(1-\rho^+\rho^-)
const MaterialProperty< Real > & _hp
Convective heat transfer coefficient (primary face)
virtual Real computeQpResidual(Moose::DGResidualType type) override
VariableValueTempl< false > VariableValue
DGResidualType
DGJacobianType