www.mooseframework.org
rdg
include
userobjects
SlopeLimitingMultiDBase.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 "
SlopeLimitingBase.h
"
13
#include "
SlopeReconstructionBase.h
"
14
15
class
SlopeLimitingMultiDBase
;
16
17
template
<>
18
InputParameters
validParams<SlopeLimitingMultiDBase>
();
19
24
class
SlopeLimitingMultiDBase
:
public
SlopeLimitingBase
25
{
26
public
:
27
SlopeLimitingMultiDBase
(
const
InputParameters & parameters);
28
29
protected
:
31
const
SlopeReconstructionBase
&
_rslope
;
32
};
33
validParams< SlopeLimitingMultiDBase >
InputParameters validParams< SlopeLimitingMultiDBase >()
Definition:
SlopeLimitingMultiDBase.C:14
SlopeLimitingBase
Base class for slope limiting to limit the slopes of cell average variables.
Definition:
SlopeLimitingBase.h:24
SlopeReconstructionBase
Base class for piecewise linear slope reconstruction to get the slopes of element average variables.
Definition:
SlopeReconstructionBase.h:25
SlopeLimitingMultiDBase
Base class for multi-dimensional slope limiting to limit the slopes of cell average variables.
Definition:
SlopeLimitingMultiDBase.h:24
SlopeLimitingMultiDBase::_rslope
const SlopeReconstructionBase & _rslope
slope reconstruction user object
Definition:
SlopeLimitingMultiDBase.h:31
SlopeLimitingMultiDBase::SlopeLimitingMultiDBase
SlopeLimitingMultiDBase(const InputParameters ¶meters)
Definition:
SlopeLimitingMultiDBase.C:27
SlopeLimitingBase.h
SlopeReconstructionBase.h
Generated on Sat Jan 25 2020 12:04:42 for www.mooseframework.org by
1.8.16