mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Correcting typos
This commit is contained in:
@ -68,10 +68,10 @@ class edgeInterpolation
|
||||
|
||||
// Demand-driven data
|
||||
|
||||
//- Geodesic distance between centroides of neighbour finite areas
|
||||
//- Geodesic distance between centroids of neighbour finite areas
|
||||
mutable edgeScalarField* lPN_;
|
||||
|
||||
//- Cenral-differencing weighting factors
|
||||
//- Central-differencing weighting factors
|
||||
mutable edgeScalarField* weightingFactors_;
|
||||
|
||||
//- Face-gradient difference factors
|
||||
@ -167,7 +167,7 @@ public:
|
||||
const edgeVectorField& skewCorrectionVectors() const;
|
||||
|
||||
|
||||
//- Do what is neccessary if the mesh has moved
|
||||
//- Do what is necessary if the mesh has moved
|
||||
bool movePoints() const;
|
||||
};
|
||||
|
||||
|
||||
@ -143,7 +143,7 @@ public:
|
||||
|
||||
|
||||
//- Return the face-interpolate of the given cell field
|
||||
// with the given owner and neighbour weigting factors
|
||||
// with the given owner and neighbour weighting factors
|
||||
static tmp<GeometricField<Type, faePatchField, edgeMesh>>
|
||||
interpolate
|
||||
(
|
||||
@ -153,7 +153,7 @@ public:
|
||||
);
|
||||
|
||||
//- Return the face-interpolate of the given cell field
|
||||
// with the given weigting factors
|
||||
// with the given weighting factors
|
||||
static tmp<GeometricField<Type, faePatchField, edgeMesh>>
|
||||
interpolate
|
||||
(
|
||||
@ -163,7 +163,7 @@ public:
|
||||
|
||||
|
||||
//- Return the euclidian edge-interpolate of the given area field
|
||||
// with the given weigting factors
|
||||
// with the given weighting factors
|
||||
static tmp<GeometricField<Type, faePatchField, edgeMesh>>
|
||||
euclidianInterpolate
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user