https://mooseframework.inl.gov
PorousFlow1PhaseMD_Gaussian.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 
12 #include "PorousFlowVariableBase.h"
13 
21 {
22 public:
24 
25  PorousFlow1PhaseMD_Gaussian(const InputParameters & parameters);
26 
27 protected:
28  virtual void initQpStatefulProperties() override;
29  virtual void computeQpProperties() override;
30 
32  const Real _al;
33 
35  const Real _al2;
36 
38  const Real _logdens0;
39 
41  const Real _bulk;
42 
45 
48 
51 
54 
56  const unsigned int _md_varnum;
57 
59  const unsigned int _pvar;
60 
61  virtual void buildPS();
62 };
const unsigned int _md_varnum
Moose variable number of the mass-density.
static InputParameters validParams()
OutputTools< Real >::VariableGradient VariableGradient
virtual void computeQpProperties() override
const Real _al
Gaussian parameter: saturation = exp(-(al*p)^2)
const Real _logdens0
Fluid density = _dens0*exp(P/_bulk)
const unsigned int _pvar
PorousFlow variable number of the mass-density.
Material designed to calculate fluid-phase porepressure and saturation for the single-phase situation...
Base class for thermophysical variable materials, which assemble materials for primary variables such...
virtual void initQpStatefulProperties() override
PorousFlow1PhaseMD_Gaussian(const InputParameters &parameters)
const VariableValue & _md_var
Nodal or quadpoint value of mass-density of the fluid phase.
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real _bulk
Fluid density = _dens0*exp(P/_bulk)
const VariableGradient & _gradmd_qp_var
Gradient(_mass-density at quadpoints)