mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove trailing spaces
This commit is contained in:
committed by
Andrew Heather
parent
a9bfef33bf
commit
51bb4e0037
@ -30,7 +30,7 @@ Group
|
||||
grpIncompressibleSolvers
|
||||
|
||||
Description
|
||||
Steady-state solver for incompressible, 1D turbulent flow,
|
||||
Steady-state solver for incompressible, 1D turbulent flow,
|
||||
typically to generate boundary layer conditions at an inlet.
|
||||
|
||||
Boundary layer code to calculate the U, k and epsilon distributions.
|
||||
|
||||
@ -73,7 +73,7 @@ forAll(boundaryDicts, patchi)
|
||||
}
|
||||
else
|
||||
{
|
||||
nbrPatchName = "patch" + Foam::name(patchi - 1);
|
||||
nbrPatchName = "patch" + Foam::name(patchi - 1);
|
||||
}
|
||||
|
||||
patchDict.add("type", cyclicPolyPatch::typeName);
|
||||
|
||||
Reference in New Issue
Block a user