Central-differencing interpolation scheme using clipped-weights to improve stability on meshes with very rapid variations in cell size. More...
#include <finiteVolume/clippedLinear.H>
Central-differencing interpolation scheme using clipped-weights to improve stability on meshes with very rapid variations in cell size.
Definition at line 52 of file clippedLinear.H.
Public Member Functions | |
TypeName ("clippedLinear") | |
Runtime type information.
| |
clippedLinear (const fvMesh &mesh, const scalar cellSizeRatio) | |
Construct from mesh and cellSizeRatio.
| |
clippedLinear (const fvMesh &mesh, Istream &is) | |
Construct from Istream.
| |
clippedLinear (const fvMesh &mesh, const surfaceScalarField &, Istream &is) | |
Construct from faceFlux and Istream.
| |
tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the interpolation weighting factors.
|
clippedLinear | ( | const fvMesh & | mesh, |
const scalar | cellSizeRatio | ||
) | [inline]
|
Construct from mesh and cellSizeRatio.
Definition at line 91 of file clippedLinear.H.
clippedLinear | ( | const fvMesh & | mesh, |
Istream & | is | ||
) | [inline]
|
Construct from Istream.
Definition at line 100 of file clippedLinear.H.
clippedLinear | ( | const fvMesh & | mesh, |
const surfaceScalarField & | , | ||
Istream & | is | ||
) | [inline]
|
Construct from faceFlux and Istream.
Definition at line 110 of file clippedLinear.H.
TypeName | ( | "clippedLinear< Type >" | ) |
Runtime type information.
tmp<surfaceScalarField> weights | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [inline, virtual]
|
Return the interpolation weighting factors.
Implements surfaceInterpolationScheme< Type >.
Definition at line 127 of file clippedLinear.H.
References fvMesh::boundary(), Foam::dimless, forAll, Foam::max(), surfaceInterpolationScheme< Type >::mesh(), Foam::min(), fvMesh::time(), and Time::timeName().