www.mooseframework.org
PorousFlow1PhaseFullySaturated.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 
12 #include "PorousFlowVariableBase.h"
13 
19 template <bool is_ad>
21 {
22 public:
24 
26 
27 protected:
28  virtual void initQpStatefulProperties() override;
29  virtual void computeQpProperties() override;
30 
34  void buildQpPPSS();
35 
41  const unsigned int _porepressure_varnum;
43  const unsigned int _p_var_num;
44 
46 };
47 
typename Moose::GenericType< VariableValue, is_ad > GenericVariableValue
const GenericVariableGradient< is_ad > & _gradp_qp_var
Gradient(_porepressure at quadpoints)
PorousFlow1PhaseFullySaturatedTempl(const InputParameters &parameters)
const unsigned int _p_var_num
The PorousFlow variable number of the porepressure.
PorousFlow1PhaseFullySaturatedTempl< true > ADPorousFlow1PhaseFullySaturated
Base class for thermophysical variable materials, which assemble materials for primary variables such...
PorousFlow1PhaseFullySaturatedTempl< false > PorousFlow1PhaseFullySaturated
const unsigned int _porepressure_varnum
Moose variable number of the porepressure.
void buildQpPPSS()
Assemble std::vectors of porepressure, saturation and temperature at the quadpoints.
const GenericVariableValue< is_ad > & _porepressure_var
Nodal or quadpoint value of porepressure of the fluid phase.
Material designed to calculate fluid phase porepressure and saturation for the single-phase situation...
typename Moose::GenericType< VariableGradient, is_ad > GenericVariableGradient