www.mooseframework.org
PorousFlowThermalConductivityFromPorosity.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 
13 
22 template <bool is_ad>
25 {
26 public:
28 
30 
31 protected:
32  virtual void computeQpProperties() override;
33 
36 
39 
42 
45 
47 };
48 
const MaterialProperty< std::vector< Real > > *const _dporosity_qp_dvar
d(quadpoint porosity)/d(PorousFlow variable)
const GenericMaterialProperty< Real, is_ad > & _porosity_qp
Quadpoint porosity.
const RealTensorValue _la_s
Thermal conductivity of the solid phase.
PorousFlowThermalConductivityFromPorosityTempl< true > ADPorousFlowThermalConductivityFromPorosity
TensorValue< Real > RealTensorValue
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
const RealTensorValue _la_f
Thermal conductivity of the single fluid phase.
Base class for materials that provide thermal conducitivity.
This Material calculates rock-fluid combined thermal conductivity for the single phase, fully saturated case by using a linear weighted average.
PorousFlowThermalConductivityFromPorosityTempl< false > PorousFlowThermalConductivityFromPorosity