www.mooseframework.org
PorousFlowThermalConductivityBase.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 
15 
16 template <>
18 
23 {
24 public:
25  PorousFlowThermalConductivityBase(const InputParameters & parameters);
26 
27 protected:
29  MaterialProperty<RealTensorValue> & _la_qp;
30 
32  MaterialProperty<std::vector<RealTensorValue>> & _dla_qp_dvar;
33 };
34 
PorousFlowMaterialVectorBase
Base class for all PorousFlow vector materials.
Definition: PorousFlowMaterialVectorBase.h:23
PorousFlowThermalConductivityBase
Base class for materials that provide thermal conducitivity.
Definition: PorousFlowThermalConductivityBase.h:22
PorousFlowThermalConductivityBase::PorousFlowThermalConductivityBase
PorousFlowThermalConductivityBase(const InputParameters &parameters)
Definition: PorousFlowThermalConductivityBase.C:23
PorousFlowThermalConductivityBase::_dla_qp_dvar
MaterialProperty< std::vector< RealTensorValue > > & _dla_qp_dvar
d(thermal conductivity at the qps)/d(PorousFlow variable)
Definition: PorousFlowThermalConductivityBase.h:32
PorousFlowThermalConductivityBase::_la_qp
MaterialProperty< RealTensorValue > & _la_qp
Thermal conducitivity at the qps.
Definition: PorousFlowThermalConductivityBase.h:29
PorousFlowMaterialVectorBase.h
validParams< PorousFlowThermalConductivityBase >
InputParameters validParams< PorousFlowThermalConductivityBase >()
Definition: PorousFlowThermalConductivityBase.C:14