www.mooseframework.org
RichardsSeff1VG.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 "RichardsSeff.h"
13 #include "RichardsSeffVG.h"
14 
22 {
23 public:
25 
27 
34  Real seff(std::vector<const VariableValue *> p, unsigned int qp) const;
35 
43  void
44  dseff(std::vector<const VariableValue *> p, unsigned int qp, std::vector<Real> & result) const;
45 
53  void d2seff(std::vector<const VariableValue *> p,
54  unsigned int qp,
55  std::vector<std::vector<Real>> & result) const;
56 
57 protected:
60 
63 };
static InputParameters validParams()
Base class for effective saturation as a function of porepressure(s) The functions seff...
Definition: RichardsSeff.h:18
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
void dseff(std::vector< const VariableValue *> p, unsigned int qp, std::vector< Real > &result) const
derivative of effective saturation as a function of porepressure
Real seff(std::vector< const VariableValue *> p, unsigned int qp) const
effective saturation as a function of porepressure
Effective saturation as a function of porepressure using the van Genuchten formula.
Real _al
van Genuchten alpha parameter
RichardsSeff1VG(const InputParameters &parameters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real _m
van Genuchten m parameter
const InputParameters & parameters() const