https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ADInterfaceJouleHeatingConstraint.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 "ADMortarConstraint.h"
13
DualNumber< Real, DNDerivativeType, true > ADReal
This Constraint implements thermal contact arising from Joule heating at an interface subject to a po...
const ADMaterialProperty< Real > & _secondary_conductivity
const Real _weight_factor
Factor used to weight the distribution of the heat flux at interface between the primary and secondar...
const ADMaterialProperty< Real > & _primary_conductivity
Electrical conductivity of the two solid materials at the closed gap interface.
virtual ADReal computeQpResidual(Moose::MortarType mortar_type) final
Computes the heat source added to each interface side as a function of the electric potential drop th...
const ADVariableValue & _lm_electrical_potential
Lagrange multiplier variable from the separately solved electrical contact.
const InputParameters & parameters() const
VariableValueTempl< true > ADVariableValue