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