www.mooseframework.org
RichardsHalfGaussianSink.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 "IntegratedBC.h"
13 #include "RichardsVarNames.h"
14 
15 // Forward Declarations
16 
26 {
27 public:
29 
31 
32 protected:
33  virtual Real computeQpResidual();
34 
35  virtual Real computeQpJacobian();
36 
37  virtual Real computeQpOffDiagJacobian(unsigned int jvar);
38 
41 
44 
47 
49  const Function & _m_func;
50 
56 
64  unsigned int _pvar;
65 
68 
71 };
Real _maximum
maximum of the Gaussian sink
const MaterialProperty< std::vector< Real > > & _pp
porepressure (or porepressure vector for multiphase problems)
Real _sd
standard deviation of the Gaussian sink
const RichardsVarNames & _richards_name_UO
holds info regarding the names of the Richards variables and methods for extracting values of these v...
static InputParameters validParams()
This holds maps between pressure_var or pressure_var, sat_var used in RichardsMaterial and kernels...
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const MaterialProperty< std::vector< std::vector< Real > > > & _dpp_dv
d(porepressure_i)/dvariable_j
RichardsHalfGaussianSink(const InputParameters &parameters)
const Function & _m_func
multiplying function: all fluxes will be multiplied by this
unsigned int _pvar
the index of this variable in the list of Richards variables held by _richards_name_UO.
Applies a fluid sink to the boundary.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Real _centre
centre of the Gaussian sink