https://mooseframework.inl.gov
PorousFlowHeatConduction.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 
12 #include "GenericKernel.h"
13 #include "PorousFlowDictator.h"
14 
21 template <bool is_ad>
23 {
24 public:
26 
28 
29 protected:
30  virtual GenericReal<is_ad> computeQpResidual() override;
31  virtual Real computeQpJacobian() override;
32  virtual Real computeQpOffDiagJacobian(unsigned int jvar) override;
33 
36 
39 
42 
45 
48 
51 
54 };
55 
Moose::GenericType< Real, is_ad > GenericReal
PorousFlowHeatConductionTempl< true > ADPorousFlowHeatConduction
const MaterialProperty< std::vector< RealGradient > > *const _dgrad_t_dvar
d(gradT)/d(PorousFlow variable) – null for AD
PorousFlowHeatConductionTempl(const InputParameters &parameters)
const InputParameters & parameters() const
PorousFlowHeatConductionTempl< false > PorousFlowHeatConduction
const GenericMaterialProperty< RealGradient, is_ad > & _grad_t
grad(temperature)
Kernel = grad(test) * thermal_conductivity * grad(temperature)
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
static InputParameters validParams()
const MaterialProperty< std::vector< RealTensorValue > > *const _dla_dvar
d(thermal conductivity at the quadpoints)/d(PorousFlow variable) – null for AD
virtual Real computeQpJacobian() override
const GenericMaterialProperty< RealTensorValue, is_ad > & _la
Thermal conductivity at the quadpoints.
virtual GenericReal< is_ad > computeQpResidual() override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
const MaterialProperty< std::vector< Real > > *const _dgrad_t_dgradvar
d(gradT)/d(grad PorousFlow variable) – null for AD
const PorousFlowDictator & _dictator
PorousFlowDictator UserObject.