CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

What is the file p_normalisation?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 1, 2020, 23:23
Default What is the file p_normalisation?
  #1
Senior Member
 
Join Date: Jan 2019
Posts: 125
Blog Entries: 1
Rep Power: 0
Michael@UW is on a distinguished road
I write my data every 5 time steps using overPimpleDyMFoam (OpenFOAM v2006).
Code:
       writeControl    timeStep; 

       writeInterval   5;
So all the fileds are outputed as expected. But a field "p_normalisation" is also written out but at every time step. It causes an issue when I load the result into Paraview. I have to click 4 times to see the velocity as U is available every 5 time steps but Paraview load all the time steps.

What is p_normalisation for? How to suppress its output?
Michael@UW is offline   Reply With Quote

Old   August 5, 2020, 11:14
Default
  #2
Senior Member
 
Join Date: Jan 2019
Posts: 125
Blog Entries: 1
Rep Power: 0
Michael@UW is on a distinguished road
I found the reason. Because I switched on the Debug option in controlDict file. So the filed is written out at every time step according to the code below:
Code:
         if (debug)
         {
             Pout<< "dynamicOversetFvMesh::solve() :"
                 << " writing matrix normalisation for field " << m.psi().name()
                 << " to " << scale.name() << endl;
         }

from https://www.openfoam.com/documentation/guides/latest/api/dynamicOversetFvMeshTemplates_8C_source.html
So I just need to switch off the debug to avoid outputing p_normalization.
Michael@UW is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to calculate mass flow rate on patches and summation of that during the run? immortality OpenFOAM Post-Processing 104 February 16, 2021 08:46
[foam-extend.org] problem when installing foam-extend-1.6 Thomas pan OpenFOAM Installation 7 September 9, 2015 21:53
[swak4Foam] Problem installing swak_2.x for OpenFoam-2.4.0 towanda OpenFOAM Community Contributions 6 September 5, 2015 21:03
"parabolicVelocity" in OpenFoam 2.1.0 ? sawyer86 OpenFOAM Running, Solving & CFD 21 February 7, 2012 11:44
ParaView Compilation jakaranda OpenFOAM Installation 3 October 27, 2008 11:46


All times are GMT -4. The time now is 22:14.