Skip to content
Snippets Groups Projects
Commit 3b4a9bb6 authored by andy's avatar andy
Browse files

STYLE: Corrected lne lengths

parent ae6d9359
Branches
Tags
No related merge requests found
...@@ -82,7 +82,10 @@ void Foam::rotorDiskSource::checkData() ...@@ -82,7 +82,10 @@ void Foam::rotorDiskSource::checkData()
} }
case ifSurfaceNormal: case ifSurfaceNormal:
{ {
scalar UIn(readScalar(coeffs_.lookup("inletNormalVelocity"))); scalar UIn
(
readScalar(coeffs_.lookup("inletNormalVelocity"))
);
inletVelocity_ = -coordSys_.e3()*UIn; inletVelocity_ = -coordSys_.e3()*UIn;
break; break;
} }
...@@ -263,8 +266,8 @@ void Foam::rotorDiskSource::createCoordinateSystem() ...@@ -263,8 +266,8 @@ void Foam::rotorDiskSource::createCoordinateSystem()
( (
"rotorDiskSource::createCoordinateSystem(const geometryMode&);" "rotorDiskSource::createCoordinateSystem(const geometryMode&);"
) << "Unknown geometryMode " << geometryModeTypeNames_[gm] ) << "Unknown geometryMode " << geometryModeTypeNames_[gm]
<< ". Available geometry modes include " << geometryModeTypeNames_ << ". Available geometry modes include "
<< exit(FatalError); << geometryModeTypeNames_ << exit(FatalError);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment