https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowRelativePermeabilityFLAC.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
14
20template <bool is_ad>
23{
24public:
26
28
29protected:
31 virtual Real dRelativePermeability(Real seff) const override;
32
34 const Real _m;
35};
36
Moose::GenericType< Real, is_ad > GenericReal
PorousFlowRelativePermeabilityFLACTempl< true > ADPorousFlowRelativePermeabilityFLAC
PorousFlowRelativePermeabilityFLACTempl< false > PorousFlowRelativePermeabilityFLAC
Base class for PorousFlow relative permeability materials.
Material to calculate relative permeability inspired by the formula used in FLAC: relperm = (1 + m) s...
const Real _m
Exponent m for the specified phase.
virtual GenericReal< is_ad > relativePermeability(GenericReal< is_ad > seff) const override
Relative permeability equation (must be overriden in derived class)
virtual Real dRelativePermeability(Real seff) const override
Derivative of relative permeability with respect to effective saturation.