mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: stabilityBlending: typos; line length. See also #875.
This commit is contained in:
@ -554,7 +554,7 @@ Foam::functionObjects::stabilityBlendingFactor::stabilityBlendingFactor
|
|||||||
{
|
{
|
||||||
FatalErrorInFunction
|
FatalErrorInFunction
|
||||||
<< " Field : " << nonOrthogonalityName_ << " not found."
|
<< " Field : " << nonOrthogonalityName_ << " not found."
|
||||||
<< " The function object will no be used"
|
<< " The function object will not be used"
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -586,7 +586,7 @@ Foam::functionObjects::stabilityBlendingFactor::stabilityBlendingFactor
|
|||||||
{
|
{
|
||||||
FatalErrorInFunction
|
FatalErrorInFunction
|
||||||
<< " Field : " << faceWeightName_ << " not found."
|
<< " Field : " << faceWeightName_ << " not found."
|
||||||
<< " The function object will no be used"
|
<< " The function object will not be used"
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -617,7 +617,7 @@ Foam::functionObjects::stabilityBlendingFactor::stabilityBlendingFactor
|
|||||||
{
|
{
|
||||||
FatalErrorInFunction
|
FatalErrorInFunction
|
||||||
<< " Field : " << skewnessName_ << " not found."
|
<< " Field : " << skewnessName_ << " not found."
|
||||||
<< " The function object will no be used"
|
<< " The function object will not be used"
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -694,7 +694,8 @@ bool Foam::functionObjects::stabilityBlendingFactor::read
|
|||||||
if (nonOrthogonality_)
|
if (nonOrthogonality_)
|
||||||
{
|
{
|
||||||
Info<< " Including nonOrthogonality between: "
|
Info<< " Including nonOrthogonality between: "
|
||||||
<< minNonOrthogonality_ << " and " << maxNonOrthogonality_ << endl;
|
<< minNonOrthogonality_ << " and " << maxNonOrthogonality_
|
||||||
|
<< endl;
|
||||||
}
|
}
|
||||||
if (gradCc_)
|
if (gradCc_)
|
||||||
{
|
{
|
||||||
@ -742,18 +743,15 @@ bool Foam::functionObjects::stabilityBlendingFactor::write()
|
|||||||
{
|
{
|
||||||
writeTime(file());
|
writeTime(file());
|
||||||
|
|
||||||
DebugVar("here");
|
|
||||||
|
|
||||||
file()
|
file()
|
||||||
<< tab << nCellsScheme1
|
<< tab << nCellsScheme1
|
||||||
<< tab << nCellsScheme2
|
<< tab << nCellsScheme2
|
||||||
<< tab << nCellsBlended
|
<< tab << nCellsBlended
|
||||||
<< endl;
|
<< endl;
|
||||||
|
|
||||||
DebugVar("here1");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user