Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
e1115403
Commit
e1115403
authored
16 years ago
by
graham
Browse files
Options
Downloads
Patches
Plain Diff
Info line tweaks.
parent
31964adc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/utilities/postProcessing/miscellaneous/dsmcFields/dsmcFields.C
+4
-4
4 additions, 4 deletions
...ties/postProcessing/miscellaneous/dsmcFields/dsmcFields.C
with
4 additions
and
4 deletions
applications/utilities/postProcessing/miscellaneous/dsmcFields/dsmcFields.C
+
4
−
4
View file @
e1115403
...
...
@@ -140,7 +140,6 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
// TODO Sort out boundary field values if required
Info
<<
nl
<<
"Calculating UMean field."
<<
endl
;
volVectorField
UMean
(
IOobject
...
...
@@ -153,8 +152,7 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
momentumMean
/
rhoMMean
);
Info
<<
nl
<<
"Calculating TMean fields."
<<
endl
;
Info
<<
nl
<<
"Calculating translationalTMean field."
<<
endl
;
volScalarField
translationalTMean
(
IOobject
...
...
@@ -168,6 +166,7 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
*
(
linearKEMean
-
0
.
5
*
rhoMMean
*
(
UMean
&
UMean
))
);
Info
<<
nl
<<
"Calculating internalTMean field."
<<
endl
;
volScalarField
internalTMean
(
IOobject
...
...
@@ -180,6 +179,7 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
2
.
0
/
(
dsmcCloud
::
kb
*
iDofMean
)
*
internalEMean
);
Info
<<
nl
<<
"Calculating overallTMean field."
<<
endl
;
volScalarField
overallTMean
(
IOobject
...
...
@@ -193,7 +193,7 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
*
(
linearKEMean
-
0
.
5
*
rhoMMean
*
(
UMean
&
UMean
)
+
internalEMean
)
);
Info
<<
nl
<<
"magUMean max/min : "
Info
<<
nl
<<
"mag
(
UMean
)
max/min : "
<<
max
(
mag
(
UMean
)).
value
()
<<
" "
<<
min
(
mag
(
UMean
)).
value
()
<<
endl
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment