https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
21template <bool is_ad>
55
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Moose::GenericType< Real, is_ad > GenericReal
PorousFlowHeatConductionTempl< true > ADPorousFlowHeatConduction
PorousFlowHeatConductionTempl< false > PorousFlowHeatConduction
const VariablePhiGradient & _grad_phi
const InputParameters & parameters() const
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...
Kernel = grad(test) * thermal_conductivity * grad(temperature)
const MaterialProperty< std::vector< Real > > *const _dgrad_t_dgradvar
d(gradT)/d(grad PorousFlow variable) – null for AD
const GenericMaterialProperty< RealGradient, is_ad > & _grad_t
grad(temperature)
const MaterialProperty< std::vector< RealGradient > > *const _dgrad_t_dvar
d(gradT)/d(PorousFlow variable) – null for AD
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
const PorousFlowDictator & _dictator
PorousFlowDictator UserObject.
virtual Real computeQpJacobian() override
virtual GenericReal< is_ad > computeQpResidual() override
const MaterialProperty< std::vector< RealTensorValue > > *const _dla_dvar
d(thermal conductivity at the quadpoints)/d(PorousFlow variable) – null for AD
const GenericMaterialProperty< RealTensorValue, is_ad > & _la
Thermal conductivity at the quadpoints.