https://mooseframework.inl.gov
PorousFlowHalfGaussianSink.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
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 
13 
24 {
25 public:
27 
29 
30 protected:
32  const Real _maximum;
33 
35  const Real _sd;
36 
38  const Real _center;
39 
40  virtual Real multiplier() const override;
41 
42  virtual Real dmultiplier_dvar(unsigned int pvar) const override;
43 };
const Real _center
Center of the Gaussian sink.
const Real _sd
Standard deviation of the Gaussian sink.
virtual Real dmultiplier_dvar(unsigned int pvar) const override
d(multiplier)/d(Porous flow variable pvar)
PorousFlowHalfGaussianSink(const InputParameters &parameters)
virtual Real multiplier() const override
The flux gets multiplied by this quantity.
Provides either a porepressure or a temperature to derived classes, depending on _involves_fluid defi...
Applies a flux sink to a boundary.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real _maximum
Maximum of the Gaussian sink.
const InputParameters & parameters() const