https://mooseframework.inl.gov
HeatRateConvection.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 
13 
18 {
19 public:
21 
22 protected:
23  virtual Real computeQpIntegral() override;
24 
26  const VariableValue & _T;
33 
34 public:
36 };
const VariableValue & _T
Temperature.
Integrates a convective heat flux over a boundary.
const Moose::Functor< Real > & _scale
Functor by which to scale the heat flux.
OutputTools< Real >::VariableValue VariableValue
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Moose::Functor< Real > & _T_ambient
Ambient temperature functor.
virtual Real computeQpIntegral() override
HeatRateConvection(const InputParameters &parameters)
const InputParameters & parameters() const
const Moose::Functor< Real > & _htc_ambient
Ambient heat transfer coefficient functor.