https://mooseframework.inl.gov
RichardsSeff2gasVGshifted.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 "RichardsSeff.h"
13 #include "RichardsSeffVG.h"
14 
24 {
25 public:
27 
29 
36  Real seff(std::vector<const VariableValue *> p, unsigned int qp) const;
37 
45  void
46  dseff(std::vector<const VariableValue *> p, unsigned int qp, std::vector<Real> & result) const;
47 
55  void d2seff(std::vector<const VariableValue *> p,
56  unsigned int qp,
57  std::vector<std::vector<Real>> & result) const;
58 
59 protected:
62 
65 
68 
71 };
static InputParameters validParams()
Real _al
van Genuchten alpha parameter
RichardsSeff2gasVGshifted(const InputParameters &parameters)
void d2seff(std::vector< const VariableValue *> p, unsigned int qp, std::vector< std::vector< Real >> &result) const
second derivative of effective saturation as a function of porepressure
Base class for effective saturation as a function of porepressure(s) The functions seff...
Definition: RichardsSeff.h:18
Real _m
van Genuchten m parameter
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Shifted van-Genuchten water effective saturation as a function of (Pwater, Pgas), and its derivs wrt ...
void dseff(std::vector< const VariableValue *> p, unsigned int qp, std::vector< Real > &result) const
derivative of effective saturation as a function of porepressure
const InputParameters & parameters() const
Real seff(std::vector< const VariableValue *> p, unsigned int qp) const
gas effective saturation