www.mooseframework.org
Q2PSaturationDiffusion.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 "Kernel.h"
13 #include "RichardsDensity.h"
14 #include "RichardsRelPerm.h"
15 #include "Material.h"
16 #include "Function.h"
17 
18 // Forward Declarations
19 
25 {
26 public:
28 
30 
31 protected:
32  virtual Real computeQpResidual();
33 
34  virtual Real computeQpJacobian();
35 
36  virtual Real computeQpOffDiagJacobian(unsigned int jvar);
37 
40 
43 
45  const VariableValue & _pp;
46 
48  unsigned int _pp_var_num;
49 
52 
55 
57 };
Real _viscosity
fluid viscosity
Base class for Richards relative permeability classes that provide relative permeability as a functio...
const RichardsRelPerm & _relperm
water relative permeability
Q2PSaturationDiffusion(const InputParameters &parameters)
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const MaterialProperty< RealTensorValue > & _permeability
permeability
Diffusive Kernel that models nonzero capillary pressure in Q2P models The Variable of this Kernel sho...
const RichardsDensity & _density
water density
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Base class for fluid density as a function of porepressure The functions density, ddensity and d2dens...
unsigned int _pp_var_num
variable number of the porepressure variable
const VariableValue & _pp
porepressure at the quadpoints