https://mooseframework.inl.gov
GapFluxModelConductionBase.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 "GapFluxModelBase.h"
13 
19 {
20 public:
22 
24 
25 protected:
30  ADReal computeConductionFlux(const ADReal & secondary_T,
31  const ADReal & primary_T,
32  const ADReal & conductivity_multiplier) const;
33 
34  ADReal gapAttenuation() const;
35 
38 
39  const Real _min_gap;
40 
41  const unsigned int _min_gap_order;
42 };
Gap flux model for varying gap conductance.
ADReal computeConductionFlux(const ADReal &secondary_T, const ADReal &primary_T, const ADReal &conductivity_multiplier) const
computes the conduction flux based on the input secondary and primary temperatures as well a gap cond...
DualNumber< Real, DNDerivativeType, true > ADReal
Base class for gap flux models used by ModularGapConductanceConstraint.
const Real _gap_conductivity
Gap conductivity constant.
GapFluxModelConductionBase(const InputParameters &parameters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const InputParameters & parameters() const