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

Creating a cellSet fom yPlus

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 17, 2012, 04:19
Default Creating a cellSet fom yPlus
  #1
Member
 
Join Date: Jan 2011
Posts: 45
Rep Power: 15
buffi is on a distinguished road
Using OF 2.0.0

I have run yPlusRAS on a case and now I'd like to create a cellSet based on yPlus. yPlusRAS reported values > 1. My topoSetDict looks like this:

Code:
actions
(
  {
    name    wallFaces;
    type    faceSet;
    action  new;
    source  patchToFace;
    sourceInfo
    {
      name "top";
    }
  }
  {
    name  yPlusGreaterThanOne;
    type  cellSet;
    action new;
    source faceToCell;
    sourceInfo
    {
      set wallFaces;
      option any;
    }
  }
  {
    name yPlusGreaterThanOne;
    type cellSet;
    action subset;
    source fieldToCell;
    sourceInfo
    {
      fieldName yPlus;
      min 1;
      max 100;
    }
  }
);
Unfortunately, the resulting cellSet is empty. Why is that so and how can I create a cellSet based on yPlus?

Regards
buffi 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
[Other] Contribution a new utility: refine wall layer mesh based on yPlus field lakeat OpenFOAM Community Contributions 58 December 23, 2021 02:36
[Commercial meshers] Fluent3DMeshToFoam simvun OpenFOAM Meshing & Mesh Conversion 50 January 19, 2020 15:33
Problem in running ICEM grid in Openfoam Tarak OpenFOAM 6 September 9, 2011 17:51
which yplus (SST) sanchezz CFX 17 January 11, 2010 04:45
heat transfer coefficients with "bad" yplus Andrew Main CFD Forum 4 April 8, 1999 04:43


All times are GMT -4. The time now is 20:49.