CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

yPlus in OpenFOAM 11

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 2 Post By Yann
  • 2 Post By Il_Briga

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 4, 2024, 08:14
Default yPlus in OpenFOAM 11
  #1
New Member
 
Zeno Brighenti
Join Date: May 2023
Posts: 2
Rep Power: 0
Il_Briga is on a distinguished road
Hi there,

Very stupid question here. I know this question has been treated a lot in the past, but i have not found yet a proper solution for my case. To estimate the yPlus runtime i usually use the following expression in controlDict:

Code:
yplus
   {
       type yPlus;
       functionObjectLibs ("libfieldFunctionObjects.so");
       enabled true;
       log true;
       writeControl adjustableRunTime;
       writeInterval 0.0005;
   }
I tried this command in openFoam 11, identical case, and now it does not work. How modify it properly? Thanks.
Il_Briga is offline   Reply With Quote

Old   March 4, 2024, 08:44
Default
  #2
Senior Member
 
Yann
Join Date: Apr 2012
Location: France
Posts: 1,148
Rep Power: 27
Yann will become famous soon enough
Hello,

Try replacing
Code:
functionObjectLibs ("libfieldFunctionObjects.so");
By:
Code:
 libs        ("libfieldFunctionObjects.so");
In such situation in OpenFOAM 11 you can use foamInfo to get more information about the function:
Code:
foamInfo yPlus

Cheers,
Yann
dlahaye and Il_Briga like this.
Yann is offline   Reply With Quote

Old   March 5, 2024, 03:50
Default
  #3
New Member
 
Zeno Brighenti
Join Date: May 2023
Posts: 2
Rep Power: 0
Il_Briga is on a distinguished road
Quote:
Originally Posted by Yann View Post
Hello,

Try replacing
Code:
functionObjectLibs ("libfieldFunctionObjects.so");
By:
Code:
 libs        ("libfieldFunctionObjects.so");
In such situation in OpenFOAM 11 you can use foamInfo to get more information about the function:
Code:
foamInfo yPlus

Cheers,
Yann
It works like a charm. Thank you so much, have a nice day.
Yann and AerospaceAS like this.
Il_Briga is offline   Reply With Quote

Reply

Tags
openfoam 11, yplus


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
OpenFOAM Training, London, Chicago, Munich, Houston 2016-2017 cfd.direct OpenFOAM Announcements from Other Sources 0 September 14, 2016 03:19
[OpenFOAM.org] A Mac OS X of23x Development Environment Using Docker rt08 OpenFOAM Installation 1 February 28, 2016 19:00
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
New OpenFOAM Forum Structure jola OpenFOAM 2 October 19, 2011 06:55
Adventure of fisrst openfoam installation on Ubuntu 710 jussi OpenFOAM Installation 0 April 24, 2008 14:25


All times are GMT -4. The time now is 21:08.