https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
const std::string & type() const
InterfaceKernel for modeling heat transfer across a thin layer.
const VariableValue & _u_dot
Time derivative of temperature variable.
virtual Real computeQpResidual(Moose::DGResidualType type) override
const MaterialProperty< Real > & _thermal_conductivity
The thermal conductivity material property of the thin layer.
static InputParameters validParams()
const MaterialProperty< Real > & _density
The density material property of the thin layer.
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.
const VariableValue & _u_dot_neighbor
Time derivative of neighbor temperature variable.
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
const VariableValue & _du_dot_du_neighbor
Derivative of neighbor_value_dot with respect to u.
const MaterialProperty< Real > & _heat_source
The heat source material property of the thin layer.
VariableValueTempl< false > VariableValue
DGResidualType
DGJacobianType