https://mooseframework.inl.gov
ThinLayerHeatTransfer.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 #include "InterfaceKernel.h"
11 
16 {
17 public:
20 
21 protected:
24 
27 
30 
33 
36 
37  // The thin layer thickness
39 
42 
45 
48 
51 };
ThinLayerHeatTransfer(const InputParameters &)
const VariableValue & _u_dot_neighbor
Time derivative of neighbor temperature variable.
static InputParameters validParams()
DGResidualType
const MaterialProperty< Real > & _specific_heat
The specific heat material property of the thin layer.
const VariableValue & _du_dot_du
Derivative of u_dot with respect to u.
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
const MaterialProperty< Real > & _thermal_conductivity
The thermal conductivity material property of the thin layer.
const std::string & type() const
const VariableValue & _du_dot_du_neighbor
Derivative of neighbor_value_dot with respect to u.
OutputTools< Real >::VariableValue VariableValue
DGJacobianType
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MaterialProperty< Real > & _heat_source
The heat source material property of the thin layer.
virtual Real computeQpResidual(Moose::DGResidualType type) override
InterfaceKernel for modeling heat transfer across a thin layer.
const VariableValue & _u_dot
Time derivative of temperature variable.
const MaterialProperty< Real > & _density
The density material property of the thin layer.