https://mooseframework.inl.gov
Loading...
Searching...
No Matches
HeatConductionMaterial.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 "Material.h"
13#include "MooseTypes.h"
14
15// Forward Declarations
16class Function;
17
21template <bool is_ad>
49
HeatConductionMaterialTempl< false > HeatConductionMaterial
HeatConductionMaterialTempl< true > ADHeatConductionMaterial
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Moose::GenericType< VariableValue, is_ad > GenericVariableValue
Simple material with properties set as constants or by functions.
GenericMaterialProperty< Real, is_ad > & _thermal_conductivity
static InputParameters validParams()
MaterialProperty< Real > & _thermal_conductivity_dT
const Function *const _thermal_conductivity_temperature_function
const GenericVariableValue< is_ad > & _temperature
GenericMaterialProperty< Real, is_ad > & _specific_heat
virtual void computeQpProperties() override
GenericMaterialProperty< Real, is_ad > *const _specific_heat_dT
const Function *const _specific_heat_temperature_function
const Real * _min_T
Minimum temperature, below which temperature is "clipped" before evaluating functions.
const InputParameters & parameters() const