www.mooseframework.org
HeatConductionMaterial.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 "Material.h"
13 #include "MooseTypes.h"
14 
15 // Forward Declarations
16 class Function;
17 
21 template <bool is_ad>
23 {
24 public:
26 
28 
29 protected:
30  virtual void computeQpProperties() override;
31 
32  const bool _has_temp;
34 
37 
41 
45 
47  const Real * _min_T;
48 };
49 
HeatConductionMaterialTempl< false > HeatConductionMaterial
MaterialProperty< Real > & _thermal_conductivity_dT
GenericMaterialProperty< Real, is_ad > *const _specific_heat_dT
typename Moose::GenericType< VariableValue, is_ad > GenericVariableValue
HeatConductionMaterialTempl(const InputParameters &parameters)
const Function *const _thermal_conductivity_temperature_function
const Function *const _specific_heat_temperature_function
GenericMaterialProperty< Real, is_ad > & _thermal_conductivity
HeatConductionMaterialTempl< true > ADHeatConductionMaterial
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
const GenericVariableValue< is_ad > & _temperature
Simple material with properties set as constants or by functions.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real * _min_T
Minimum temperature, below which temperature is "clipped" before evaluating functions.
const InputParameters & parameters() const
virtual void computeQpProperties() override
GenericMaterialProperty< Real, is_ad > & _specific_heat
static InputParameters validParams()