Skip to content
GitLab
Menu
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
ac632e79
Commit
ac632e79
authored
May 18, 2016
by
Henry Weller
Browse files
functionObjects: minor reformatting of output
parent
5af1a7e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/postProcessing/functionObjects/field/histogram/histogram.C
View file @
ac632e79
...
...
@@ -57,7 +57,7 @@ void Foam::functionObjects::histogram::writeGraph
outputPath
/
formatterPtr_
().
getFileName
(
coords
,
fieldNames
)
);
Info
<<
"Writing histogram of "
<<
fieldName
Info
<<
"
Writing histogram of "
<<
fieldName
<<
" to "
<<
graphFile
.
name
()
<<
endl
;
List
<
const
scalarField
*>
yPtrs
(
1
);
...
...
src/postProcessing/functionObjects/field/regionSizeDistribution/regionSizeDistribution.C
View file @
ac632e79
...
...
@@ -79,7 +79,7 @@ void Foam::functionObjects::regionSizeDistribution::writeGraph
OFstream
str
(
outputPath
/
formatterPtr_
().
getFileName
(
coords
,
valNames
));
Info
<<
"Writing distribution of "
<<
valueName
<<
" to "
<<
str
.
name
()
Info
<<
"
Writing distribution of "
<<
valueName
<<
" to "
<<
str
.
name
()
<<
endl
;
List
<
const
scalarField
*>
valPtrs
(
1
);
...
...
@@ -163,9 +163,9 @@ void Foam::functionObjects::regionSizeDistribution::writeAlphaFields
<<
fvc
::
domainIntegrate
(
backgroundAlpha
).
value
()
<<
endl
;
Info
<<
"Writing liquid-core field to "
<<
liquidCore
.
name
()
<<
endl
;
Info
<<
"
Writing liquid-core field to "
<<
liquidCore
.
name
()
<<
endl
;
liquidCore
.
write
();
Info
<<
"Writing background field to "
<<
backgroundAlpha
.
name
()
<<
endl
;
Info
<<
"
Writing background field to "
<<
backgroundAlpha
.
name
()
<<
endl
;
backgroundAlpha
.
write
();
}
...
...
src/postProcessing/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.C
View file @
ac632e79
...
...
@@ -781,7 +781,7 @@ bool Foam::functionObjects::wallBoundedStreamLine::write(const bool postProcess)
)
);
Info
<<
"Writing data to "
<<
vtkFile
.
path
()
<<
endl
;
Info
<<
"
Writing data to "
<<
vtkFile
.
path
()
<<
endl
;
scalarFormatterPtr_
().
write
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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