https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowDiffusivityMillingtonQuirk.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
20template <bool is_ad>
42
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
PorousFlowDiffusivityMillingtonQuirkTempl< true > ADPorousFlowDiffusivityMillingtonQuirk
PorousFlowDiffusivityMillingtonQuirkTempl< false > PorousFlowDiffusivityMillingtonQuirk
Base class Material designed to provide the tortuosity and diffusion coefficents.
Material to provide saturation dependent diffusivity using the model of Millington and Quirk,...
const GenericMaterialProperty< Real, is_ad > & _porosity_qp
Porosity at the qps.
const MaterialProperty< std::vector< Real > > *const _dporosity_qp_dvar
Derivative of porosity wrt PorousFlow variables (at the qps)
const GenericMaterialProperty< std::vector< Real >, is_ad > & _saturation_qp
Saturation of each phase at the qps.
const MaterialProperty< std::vector< std::vector< Real > > > *const _dsaturation_qp_dvar
Derivative of saturation of each phase wrt PorousFlow variables (at the qps)