https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
20public:
22
24
25protected:
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};
DualNumber< Real, DNDerivativeType, true > ADReal
Base class for gap flux models used by ModularGapConductanceConstraint.
Gap flux model for varying gap conductance.
static InputParameters validParams()
const Real _gap_conductivity
Gap conductivity constant.
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...
const InputParameters & parameters() const