https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlow1PhaseFullySaturated.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
19template <bool is_ad>
21{
22public:
24
26
27protected:
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
Moose::GenericType< VariableValue, is_ad > GenericVariableValue
Moose::GenericType< VariableGradient, is_ad > GenericVariableGradient
PorousFlow1PhaseFullySaturatedTempl< false > PorousFlow1PhaseFullySaturated
PorousFlow1PhaseFullySaturatedTempl< true > ADPorousFlow1PhaseFullySaturated
Material designed to calculate fluid phase porepressure and saturation for the single-phase situation...
const GenericVariableValue< is_ad > & _porepressure_var
Nodal or quadpoint value of porepressure of the fluid phase.
const GenericVariableGradient< is_ad > & _gradp_qp_var
Gradient(_porepressure at quadpoints)
const unsigned int _p_var_num
The PorousFlow variable number of the porepressure.
const unsigned int _porepressure_varnum
Moose variable number of the porepressure.
void buildQpPPSS()
Assemble std::vectors of porepressure, saturation and temperature at the quadpoints.
Base class for thermophysical variable materials, which assemble materials for primary variables such...