mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Minor typo corrections
This commit is contained in:
@ -32,7 +32,7 @@ Description
|
|||||||
zero-gradient, fixed-gradient, fixed-value and mixed conditions.
|
zero-gradient, fixed-gradient, fixed-value and mixed conditions.
|
||||||
|
|
||||||
The next level of derivation covers all the specialised types with
|
The next level of derivation covers all the specialised types with
|
||||||
specific evaluation proceedures, particularly with respect to specific
|
specific evaluation procedures, particularly with respect to specific
|
||||||
fields.
|
fields.
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
@ -344,8 +344,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
//- Return dimensioned internal field reference
|
//- Return dimensioned internal field reference
|
||||||
const DimensionedField<Type, volMesh>&
|
const DimensionedField<Type, volMesh>& internalField() const
|
||||||
internalField() const
|
|
||||||
{
|
{
|
||||||
return internalField_;
|
return internalField_;
|
||||||
}
|
}
|
||||||
@ -418,7 +417,7 @@ public:
|
|||||||
virtual void updateCoeffs();
|
virtual void updateCoeffs();
|
||||||
|
|
||||||
//- Update the coefficients associated with the patch field
|
//- Update the coefficients associated with the patch field
|
||||||
// with a weight field (0..1). This weight field is ususally
|
// with a weight field (0..1). This weight field is usually
|
||||||
// provided as the amount of geometric overlap for 'duplicate'
|
// provided as the amount of geometric overlap for 'duplicate'
|
||||||
// patches. Sets Updated to true
|
// patches. Sets Updated to true
|
||||||
virtual void updateWeightedCoeffs(const scalarField& weights);
|
virtual void updateWeightedCoeffs(const scalarField& weights);
|
||||||
|
|||||||
Reference in New Issue
Block a user