https://mooseframework.inl.gov
PorousFlowEffectiveFluidPressure.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 
20 template <bool is_ad>
22 {
23 public:
25 
27 
28 protected:
29  virtual void initQpStatefulProperties() override;
30  virtual void computeQpProperties() override;
31 
34 
37 
40 
43 
46 
49 };
50 
const GenericMaterialProperty< std::vector< Real >, is_ad > & _saturation
Quadpoint or nodal saturation of each phase.
PorousFlowEffectiveFluidPressureTempl< false > PorousFlowEffectiveFluidPressure
Material designed to calculate the effective fluid pressure that can be used in the mechanical effect...
Base class for all PorousFlow vector materials.
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
const MaterialProperty< std::vector< std::vector< Real > > > *const _dsaturation_dvar
d(saturation)/d(PorousFlow variable)
GenericMaterialProperty< Real, is_ad > & _pf
Computed effective fluid pressure (at quadpoints or nodes)
PorousFlowEffectiveFluidPressureTempl(const InputParameters &parameters)
MaterialProperty< std::vector< Real > > *const _dpf_dvar
d(_pf)/d(PorousFlow variable)
const GenericMaterialProperty< std::vector< Real >, is_ad > & _porepressure
Quadpoint or nodal porepressure of each phase.
PorousFlowEffectiveFluidPressureTempl< true > ADPorousFlowEffectiveFluidPressure
const MaterialProperty< std::vector< std::vector< Real > > > *const _dporepressure_dvar
d(porepressure)/d(PorousFlow variable)