https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
DualNumber< Real, DNDerivativeType, true > ADReal
Adds heat conduction for the single-phase flow model.
const ADMaterialProperty< Real > & _T_elem
Temperature for current element.
virtual ADReal computeQpResidual(Moose::DGResidualType type) override
static InputParameters validParams()
const MaterialProperty< RealVectorValue > & _dir
Flow channel direction.
const ADMaterialProperty< Real > & _k_neig
Thermal conductivity for neighbor element.
const ADMaterialProperty< Real > & _k_elem
Thermal conductivity for current element.
const ADVariableValue & _A
Cross-sectional area.
const ADMaterialProperty< Real > & _T_neig
Temperature for neighbor element.
const InputParameters & parameters() const
const std::string & type() const
VariableValueTempl< true > ADVariableValue
DGResidualType