mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: polyMeshTools: unused code
This commit is contained in:
@ -63,16 +63,6 @@ public:
|
|||||||
const vectorField& cellCtrs
|
const vectorField& cellCtrs
|
||||||
);
|
);
|
||||||
|
|
||||||
// static tmp<scalarField> faceOrthogonality(const polyMesh& mesh)
|
|
||||||
// {
|
|
||||||
// return faceOrthogonality
|
|
||||||
// (
|
|
||||||
// mesh,
|
|
||||||
// mesh.faceAreas(),
|
|
||||||
// mesh.cellCentres()
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
|
|
||||||
//- Generate skewness field
|
//- Generate skewness field
|
||||||
static tmp<scalarField> faceSkewness
|
static tmp<scalarField> faceSkewness
|
||||||
(
|
(
|
||||||
@ -83,18 +73,6 @@ public:
|
|||||||
const vectorField& cellCtrs
|
const vectorField& cellCtrs
|
||||||
);
|
);
|
||||||
|
|
||||||
// static tmp<scalarField> faceSkewness(const polyMesh& mesh)
|
|
||||||
// {
|
|
||||||
// return faceSkewness
|
|
||||||
// (
|
|
||||||
// mesh,
|
|
||||||
// mesh.points(),
|
|
||||||
// mesh.faceCentres(),
|
|
||||||
// mesh.faceAreas(),
|
|
||||||
// mesh.cellCentres()
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
|
|
||||||
//- Generate interpolation factors field
|
//- Generate interpolation factors field
|
||||||
static tmp<scalarField> faceWeights
|
static tmp<scalarField> faceWeights
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user