mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: documentation/comment typo
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Description
|
Description
|
||||||
Writes the steam-function pointScalarField calculated from the specified
|
Writes the stream-function pointScalarField calculated from the specified
|
||||||
flux surfaceScalarField.
|
flux surfaceScalarField.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
@ -58,7 +58,7 @@ Foam::tmp<Foam::pointScalarField> Foam::functionObjects::streamFunction::calc
|
|||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
Log << " functionObjects::" << type() << " " << name()
|
Log << " functionObjects::" << type() << " " << name()
|
||||||
<< " calculating steam-function" << endl;
|
<< " calculating stream-function" << endl;
|
||||||
|
|
||||||
Vector<label> slabNormal((Vector<label>::one - mesh_.geometricD())/2);
|
Vector<label> slabNormal((Vector<label>::one - mesh_.geometricD())/2);
|
||||||
const direction slabDir
|
const direction slabDir
|
||||||
|
|||||||
Reference in New Issue
Block a user