https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowTemperature.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 "PorousFlowMaterial.h"
13
17template <bool is_ad>
62
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Moose::GenericType< VariableValue, is_ad > GenericVariableValue
Moose::GenericType< VariableGradient, is_ad > GenericVariableGradient
PorousFlowTemperatureTempl< true > ADPorousFlowTemperature
PorousFlowTemperatureTempl< false > PorousFlowTemperature
const InputParameters & parameters() const
PorousFlowMaterial is the base class for all PorousFlow Materials It allows users to specify that the...
Creates temperature Materials.
const unsigned int _t_var_num
The PorousFlow variable number of the temperature.
const GenericVariableValue< is_ad > & _temperature_var
Variable value of temperature at quadpoints or nodes.
MaterialProperty< std::vector< Real > > *const _dtemperature_dvar
d(computed temperature)/d(PorousFlow variable)
virtual void initQpStatefulProperties() override
const GenericVariableGradient< is_ad > *const _grad_temperature_var
Gradient(_temperature at quadpoints)
virtual void computeQpProperties() override
const unsigned int _num_pf_vars
Number of PorousFlow variables.
const bool _is_temp_nodal
Flag for nodal temperature.
GenericMaterialProperty< RealGradient, is_ad > *const _grad_temperature
Grad(temperature) at the quadpoints (not needed for nodal_materials)
MaterialProperty< std::vector< RealGradient > > *const _dgrad_temperature_dv
d(grad temperature)/d(PorousFlow variable) at the quadpoints
GenericMaterialProperty< Real, is_ad > & _temperature
Computed temperature at quadpoints or nodes.
const bool _temperature_is_PF
Whether the temperature coupled variable is a PorousFlow variable.
MaterialProperty< std::vector< Real > > *const _dgrad_temperature_dgradv
d(grad temperature)/d(grad PorousFlow variable) at the quadpoints
static InputParameters validParams()