https://mooseframework.inl.gov
PorousFlow1PhaseHysP.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 {
21 public:
23 
24  PorousFlow1PhaseHysP(const InputParameters & parameters);
25 
26 protected:
27  virtual void initQpStatefulProperties() override;
28  virtual void computeQpProperties() override;
29 
32 
36  void buildQpPPSS();
37 
43  const unsigned int _porepressure_varnum;
45  const unsigned int _p_var_num;
46 };
OutputTools< Real >::VariableGradient VariableGradient
virtual void computeQpProperties() override
virtual void initQpStatefulProperties() override
const VariableGradient & _gradp_qp_var
Gradient(_porepressure at quadpoints)
PorousFlow1PhaseHysP(const InputParameters &parameters)
const VariableValue & _porepressure_var
Nodal or quadpoint value of porepressure of the fluid phase.
const unsigned int _p_var_num
The PorousFlow variable number of the porepressure.
const unsigned int _porepressure_varnum
Moose variable number of the porepressure.
Base material designed to calculate and store quantities relevant for hysteretic capillary pressure c...
OutputTools< Real >::VariableValue VariableValue
void buildQpPPSS()
Assemble std::vectors of porepressure and saturation.
static InputParameters validParams()
MaterialProperty< Real > & _pc
Computed nodal or quadpoint values of capillary pressure.
Material designed to calculate fluid phase porepressure and saturation for the single-phase partially...