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
feacb903
Commit
feacb903
authored
Nov 11, 2013
by
andy
Browse files
ENH: surfaceInterpolateFields function object - tidied output
parent
592d3c1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.C
View file @
feacb903
...
...
@@ -92,6 +92,8 @@ void Foam::surfaceInterpolateFields::execute()
{
if
(
active_
)
{
Info
<<
type
()
<<
" "
<<
name_
<<
" output:"
<<
nl
;
// Clear out any previously loaded fields
ssf_
.
clear
();
svf_
.
clear
();
...
...
@@ -104,6 +106,8 @@ void Foam::surfaceInterpolateFields::execute()
interpolateFields
<
sphericalTensor
>
(
sSpheretf_
);
interpolateFields
<
symmTensor
>
(
sSymmtf_
);
interpolateFields
<
tensor
>
(
stf_
);
Info
<<
endl
;
}
}
...
...
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