https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowThermalConductivityFromPorosity.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
22template <bool is_ad>
48
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
PorousFlowThermalConductivityFromPorosityTempl< false > PorousFlowThermalConductivityFromPorosity
PorousFlowThermalConductivityFromPorosityTempl< true > ADPorousFlowThermalConductivityFromPorosity
Base class for materials that provide thermal conducitivity.
This Material calculates rock-fluid combined thermal conductivity for the single phase,...
const RealTensorValue _la_f
Thermal conductivity of the single fluid phase.
const GenericMaterialProperty< Real, is_ad > & _porosity_qp
Quadpoint porosity.
const MaterialProperty< std::vector< Real > > *const _dporosity_qp_dvar
d(quadpoint porosity)/d(PorousFlow variable)
const RealTensorValue _la_s
Thermal conductivity of the solid phase.