https://mooseframework.inl.gov
HeatConduction3EqnDGKernel.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 "ADDGKernel.h"
13 
18 {
19 public:
21 
23 
24 protected:
26 
31 
36 
41 };
const ADMaterialProperty< Real > & _T_neig
Temperature for neighbor element.
const InputParameters & parameters() const
DGResidualType
static InputParameters validParams()
const MaterialProperty< RealVectorValue > & _dir
Flow channel direction.
const ADMaterialProperty< Real > & _T_elem
Temperature for current element.
virtual ADReal computeQpResidual(Moose::DGResidualType type) override
const ADMaterialProperty< Real > & _k_elem
Thermal conductivity for current element.
const std::string & type() const
VariableValueTempl< true > ADVariableValue
HeatConduction3EqnDGKernel(const InputParameters &parameters)
Adds heat conduction for the single-phase flow model.
const ADMaterialProperty< Real > & _k_neig
Thermal conductivity for neighbor element.
const ADVariableValue & _A
Cross-sectional area.