www.mooseframework.org
RichardsSeff2waterRSC.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 
38  Real seff(std::vector<const VariableValue *> p, unsigned int qp) const;
39 
47  void
48  dseff(std::vector<const VariableValue *> p, unsigned int qp, std::vector<Real> & result) const;
49 
57  void d2seff(std::vector<const VariableValue *> p,
58  unsigned int qp,
59  std::vector<std::vector<Real>> & result) const;
60 
61 protected:
64 
67 
70 
73 };
Base class for effective saturation as a function of porepressure(s) The functions seff...
Definition: RichardsSeff.h:18
Real _scale_ratio
RSC scale ratio.
void dseff(std::vector< const VariableValue *> p, unsigned int qp, std::vector< Real > &result) const
derivative of effective saturation as a function of porepressure
static InputParameters validParams()
RichardsSeff2waterRSC(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
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Rogers-Stallybrass-Clements version of effective saturation of water phase as a function of (Pwater...
Real seff(std::vector< const VariableValue *> p, unsigned int qp) const
water effective saturation
Real _oil_viscosity
oil viscosity
const InputParameters & parameters() const