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

Disabling "Using #calcEntry" lines to stdout

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 28, 2019, 05:49
Default Disabling "Using #calcEntry" lines to stdout
  #1
Member
 
Mike Worth
Join Date: Jun 2019
Posts: 45
Rep Power: 7
MikeWorth is on a distinguished road
I've got a model that I'm using to understand the impact of varying a load of different parameters on fluid washout. To make configuring all of the different parameters easier, I've created one file that calculates all of these things which is then included into various other files (controlDict, 0/U, blockMeshDict etc.).

This all seems to be working well, but because I've got a load of calculated values included in lots of places, whenever I do anything my screen is filled with lines notifying me about the calculated entries. Even simple things like foamListTimes feel the need to report all of this:
Code:
mike@openfoam:~/OpenFOAM/mike-6/run/washout$ foamListTimes 
Using #calcEntry at line 27 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_9c3d255734d68e84b3d2147c3ea3c0131c2914cf.so"
Using #calcEntry at line 28 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_1e71de4822e388b4b7969d670e158a1deb92615c.so"
Using #calcEntry at line 29 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_3b80805675883eee352fc1111da03e7ae20bbcae.so"
Using #calcEntry at line 30 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #calcEntry at line 33 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_65492a0c28c544e8d59fd9ff5a93d8e8d207133d.so"
Using #calcEntry at line 34 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_ba04874e6245ae3983504503dc1db3d08765667d.so"
Using #calcEntry at line 35 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_0dbaa36da7a87f36af130142861519e4b7d5b3e2.so"
Using #calcEntry at line 36 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #calcEntry at line 37 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_8a98a56425548bc274062329e1b53dd5a2f0aa56.so"
Using #calcEntry at line 38 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_8f25ad80897f83b899e999f21607023c9a7a4094.so"
Using #calcEntry at line 39 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_32ad8860d45ea127e4414d51bc27dd87043376bd.so"
Using #calcEntry at line 40 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_43497ac750afc4537375d9042519fad5df86842d.so"
Using #calcEntry at line 41 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_4bdff43243e6956e09e2edb7cc8f73befc058af5.so"
Using #calcEntry at line 42 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_3e2bddd8f36bcd50c7ccd0b11affa3041e0cb6b9.so"
Using #calcEntry at line 44 in file "/home/mike/OpenFOAM/mike-6/run/washout/system/controlDict"
Using #codeStream with "/home/mike/OpenFOAM/mike-6/run/washout/dynamicCode/platforms/linux64GccDPInt32Opt/lib/libcodeStream_cb0801c86de86901ae335151d298b97062c34cfe.so"
Can this be disabled so that I can actually see what's going on?

Many thanks,
Mike
MikeWorth 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
[Tutorials] Tutorial of how to plot residuals ! wolle1982 OpenFOAM Community Contributions 172 December 6, 2024 07:20
[DesignModeler] Need to create construction lines to plot data along them in cfd-post Soheyl.ysf ANSYS Meshing & Geometry 0 April 29, 2014 03:42
Plotting Residuals ata OpenFOAM 12 July 8, 2011 03:50


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