surfaceInterpolation::outletStabilised: Corrected typo
Resolves bug-report https://bugs.openfoam.org/view.php?id=2574
This commit is contained in:
parent
5674a4a825
commit
082e16b5e0
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -180,7 +180,7 @@ public:
|
|||
}
|
||||
|
||||
//- Return the explicit correction to the face-interpolate
|
||||
// set to zero on the near-boundary faces where upwinf is applied
|
||||
// set to zero on the near-boundary faces where upwind is applied
|
||||
virtual tmp<GeometricField<Type, fvsPatchField, surfaceMesh>>
|
||||
correction
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue