OpenFOAM logo
Open Source CFD Toolkit

LimitFuncs.H File Reference


Detailed Description

View LimitFuncs.H
License
This file is part of OpenFOAM.

OpenFOAM is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with OpenFOAM; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description

Class to create NVD/TVD limited weighting-factors.
The particular differencing scheme class is supplied as a template argument,
the weight function of which is called by the weight function of this class
for the internal faces as well as faces of coupled patches
(e.g. processor-processor patches). The weight function is supplied the
central-differencing weighting factor, the face-flux, the cell and face
gradients (from which the normalised variable distribution may be created)
and the cell centre distance.

This code organisation is both neat and efficient, allowing for convenient
implementation of new schemes to run on parallelised cases.

Source files

Definition in file LimitFuncs.H.

Go to the source code of this file.

Namespaces

namespace  Foam
namespace  Foam::limitFuncs

Classes

class  null
class  magSqr
class  rhoMagSqr

For further information go to www.openfoam.org