www.mooseframework.org
RichardsSeff1RSC.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 "RichardsSeffRSC.h"
14 
26 {
27 public:
29 
31 
37  Real seff(std::vector<const VariableValue *> p, unsigned int qp) const;
38 
46  void
47  dseff(std::vector<const VariableValue *> p, unsigned int qp, std::vector<Real> & result) const;
48 
56  void d2seff(std::vector<const VariableValue *> p,
57  unsigned int qp,
58  std::vector<std::vector<Real>> & result) const;
59 
60 protected:
63 
66 
69 
72 };
static InputParameters validParams()
Base class for effective saturation as a function of porepressure(s) The functions seff...
Definition: RichardsSeff.h:18
Rogers-Stallybrass-Clements version of effective saturation for single-phase simulations as a functio...
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
Real _shift
RSC shift.
RichardsSeff1RSC(const InputParameters &parameters)
void dseff(std::vector< const VariableValue *> p, unsigned int qp, std::vector< Real > &result) const
derivative of effective saturation as a function of porepressure
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real _scale_ratio
RSC scale ratio.
Real _oil_viscosity
oil viscosity
Real _scale
RSC scale.
const InputParameters & parameters() const
Real seff(std::vector< const VariableValue *> p, unsigned int qp) const
water effective saturation