Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
3b4a9bb6
Commit
3b4a9bb6
authored
Oct 20, 2011
by
andy
Browse files
STYLE: Corrected lne lengths
parent
ae6d9359
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/cfdTools/general/fieldSources/basicSource/rotorDiskSource/rotorDiskSource.C
View file @
3b4a9bb6
...
...
@@ -82,7 +82,10 @@ void Foam::rotorDiskSource::checkData()
}
case
ifSurfaceNormal
:
{
scalar
UIn
(
readScalar
(
coeffs_
.
lookup
(
"inletNormalVelocity"
)));
scalar
UIn
(
readScalar
(
coeffs_
.
lookup
(
"inletNormalVelocity"
))
);
inletVelocity_
=
-
coordSys_
.
e3
()
*
UIn
;
break
;
}
...
...
@@ -263,8 +266,8 @@ void Foam::rotorDiskSource::createCoordinateSystem()
(
"rotorDiskSource::createCoordinateSystem(const geometryMode&);"
)
<<
"Unknown geometryMode "
<<
geometryModeTypeNames_
[
gm
]
<<
". Available geometry modes include "
<<
geometryModeTypeNames_
<<
exit
(
FatalError
);
<<
". Available geometry modes include "
<<
geometryModeTypeNames_
<<
exit
(
FatalError
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment