https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowFullySaturatedHeatAdvection.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>
42
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Moose::GenericType< Real, is_ad > GenericReal
PorousFlowFullySaturatedHeatAdvectionTempl< true > ADPorousFlowFullySaturatedHeatAdvection
PorousFlowFullySaturatedHeatAdvectionTempl< false > PorousFlowFullySaturatedHeatAdvection
const InputParameters & parameters() const
Darcy advective flux for a fully-saturated, single-phase, single-component fluid.
Advection of heat via flux via Darcy flow of a single phase fully-saturated fluid.
const GenericMaterialProperty< std::vector< Real >, is_ad > & _enthalpy
Enthalpy of each phase.
const MaterialProperty< std::vector< std::vector< Real > > > *const _denthalpy_dvar
Derivative of enthalpy wrt PorousFlow variables – null for AD path.
virtual GenericReal< is_ad > mobility() const override
Fluid mobility = (density *) 1/viscosity. Virtual so DarcyFlow can multiply by mass frac.