|
[Sponsors] |
Avoid wallShearStress in postProcessing folder |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 25, 2017, 07:13 |
Avoid wallShearStress in postProcessing folder
|
#1 |
Senior Member
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 314
Rep Power: 15 |
Hello,
I am using in OF2.3.1 and OF3.0.1 the wallShearStress functionObject, so I get its value in some walls, and is written in the time folders as a field. However, I have noticed that in the same time, a folder wallShearStress appears inside postProcessing, where the min/max values that appears during the simulation log are stored. I don't matter if that value appears in the log, but I don't want this folder and its files to be created. Is there any concrete option to do so? Thanks in advance, Agustin |
|
April 25, 2017, 12:01 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer: I've only checked in the source code for OpenFOAM 3.0.x and unfortunately there is no option to not write the summary data to the file in "postProcessing".
The only way that I can see for this to work would require you to modify the file "$FOAM_SRC/postProcessing/functionObjects/utilities/wallShearStress/wallShearStress.C" and comment out the following block: Code:
if (Pstream::master()) { file() << mesh.time().value() << token::TAB << pp.name() << token::TAB << minSsp << token::TAB << maxSsp << endl; } Then build the library again at "$FOAM_SRC/postProcessing/functionObjects/utilities", by running: Code:
wmake libso
__________________
|
|
Tags |
functionobject, postprocessing, wallshearstress |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Prevent OpenFOAM from creating a new postProcessing folder after restart | KateEisenhower | OpenFOAM Running, Solving & CFD | 2 | October 11, 2024 17:27 |
Problems with postprocessing folder | Oscardcb | OpenFOAM Post-Processing | 5 | August 17, 2017 02:52 |
[OpenFOAM.com] v1606+ Run Folder | JSMOKA | OpenFOAM Installation | 5 | December 18, 2016 20:47 |
why does 'sample' do this? wallShearStress question | CHARLES | OpenFOAM Post-Processing | 0 | August 7, 2013 20:30 |
wallShearStress VS wallGradU | bigrock | OpenFOAM Post-Processing | 0 | July 2, 2013 06:54 |