https://mooseframework.inl.gov
Loading...
Searching...
No Matches
SideSetHeatTransferMaterial.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 "InterfaceMaterial.h"
13
14// Forward Declarations
15class Function;
16
const InputParameters & parameters() const
MaterialProperty< Real > & _emmissivity_eff_neighbor
MaterialProperty< Real > & _h_primary
MaterialProperty< Real > & _cond
Material property handles.
const Function & _hp
Heat transfer coefficients.
const Function & _eps_p
Surface emissivities.
const VariableValue *const _Tk
Variable to compute conductivity.
MaterialProperty< Real > & _h_neighbor
MaterialProperty< Real > & _emmissivity_eff_primary
const Function & _kgap
Material conductivity.
const Real _sigma
Stefan-Boltzmann constant in W/cm^2-K^4.
virtual void computeQpProperties() override
const Function & _Tb
Gap bulk temperature.
const Function *const _rho_p
Surface reflectivities.
VariableValueTempl< false > VariableValue