https://mooseframework.inl.gov
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 
21 {
22 public:
24 
26 
27 protected:
32  virtual ADReal computeQpResidual(Moose::MortarType mortar_type) final;
33 
36 
41 
47 };
const ADMaterialProperty< Real > & _primary_conductivity
Electrical conductivity of the two solid materials at the closed gap interface.
This Constraint implements thermal contact arising from Joule heating at an interface subject to a po...
DualNumber< Real, DNDerivativeType, true > ADReal
const ADVariableValue & _lm_electrical_potential
Lagrange multiplier variable from the separately solved electrical contact.
const Real _weight_factor
Factor used to weight the distribution of the heat flux at interface between the primary and secondar...
ADInterfaceJouleHeatingConstraint(const InputParameters &parameters)
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...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
const ADMaterialProperty< Real > & _secondary_conductivity