https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ADConvectiveHeatFluxTest.C
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
11
13
16{
17 auto params = Material::validParams();
18 params.addRequiredCoupledVar("temperature", "Coupled temperature");
19 return params;
20}
21
23 : Material(parameters),
24 _temperature(adCoupledValue("temperature")),
25 _t_inf(declareADProperty<Real>("T_inf")),
26 _htc(declareADProperty<Real>("htc"))
27{
28}
29
30void
registerMooseObject("HeatTransferTestApp", ADConvectiveHeatFluxTest)
ADMaterialProperty< Real > & _htc
ADMaterialProperty< Real > & _t_inf
const ADVariableValue & _temperature
ADConvectiveHeatFluxTest(const InputParameters &parameters)
static InputParameters validParams()
unsigned int _qp
static InputParameters validParams()