https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowThermalConductivityBase.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
17template <bool is_ad>
32
33#define usingPorousFlowThermalConductivityMembers \
34 using PorousFlowThermalConductivityBaseTempl<is_ad>::_dictator; \
35 using PorousFlowThermalConductivityBaseTempl<is_ad>::_num_phases; \
36 using PorousFlowThermalConductivityBaseTempl<is_ad>::_num_var; \
37 using PorousFlowThermalConductivityBaseTempl<is_ad>::_qp; \
38 using PorousFlowThermalConductivityBaseTempl<is_ad>::_la_qp; \
39 using PorousFlowThermalConductivityBaseTempl<is_ad>::_dla_qp_dvar
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Base class for all PorousFlow vector materials.
Base class for materials that provide thermal conducitivity.
MaterialProperty< std::vector< RealTensorValue > > *const _dla_qp_dvar
d(thermal conductivity at the qps)/d(PorousFlow variable)
GenericMaterialProperty< RealTensorValue, is_ad > & _la_qp
Thermal conducitivity at the qps.