www.mooseframework.org
PorousFlowDiffusivityMillingtonQuirk.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 
20 template <bool is_ad>
22 {
23 public:
25 
27 
28 protected:
29  virtual void computeQpProperties() override;
30 
39 
41 };
42 
PorousFlowDiffusivityMillingtonQuirkTempl(const InputParameters &parameters)
const GenericMaterialProperty< std::vector< Real >, is_ad > & _saturation_qp
Saturation of each phase at the qps.
Base class Material designed to provide the tortuosity and diffusion coefficents. ...
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
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 MaterialProperty< std::vector< std::vector< Real > > > *const _dsaturation_qp_dvar
Derivative of saturation of each phase wrt PorousFlow variables (at the qps)
PorousFlowDiffusivityMillingtonQuirkTempl< true > ADPorousFlowDiffusivityMillingtonQuirk
PorousFlowDiffusivityMillingtonQuirkTempl< false > PorousFlowDiffusivityMillingtonQuirk
Material to provide saturation dependent diffusivity using the model of Millington and Quirk...