https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowThermalConductivityIdeal.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
21template <bool is_ad>
23{
24public:
26
28
29protected:
30 virtual void computeQpProperties() override;
31
33 const RealTensorValue _la_dry;
34
37
39 const RealTensorValue _la_wet;
40
42 const Real _exponent;
43
45 const bool _aqueous_phase;
46
48 const unsigned _aqueous_phase_number;
49
52
55
57};
58
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
PorousFlowThermalConductivityIdealTempl< false > PorousFlowThermalConductivityIdeal
PorousFlowThermalConductivityIdealTempl< true > ADPorousFlowThermalConductivityIdeal
Base class for materials that provide thermal conducitivity.
This material computes thermal conductivity for a PorousMedium - fluid system, by using Thermal condu...
const GenericMaterialProperty< std::vector< Real >, is_ad > *const _saturation_qp
Saturation of the fluid phases at the quadpoints.
const bool _aqueous_phase
Whether this is a fluid simulation.
const MaterialProperty< std::vector< std::vector< Real > > > *const _dsaturation_qp_dvar
d(Saturation)/d(PorousFlow variable)
const RealTensorValue _la_dry
Dry thermal conductivity of rock.
const unsigned _aqueous_phase_number
Phase number of the aqueous phase.
const RealTensorValue _la_wet
Wet thermal conductivity of rock.
const bool _wet_and_dry_differ
Whether _la_wet has been supplied.