|
[Sponsors] |
December 17, 2012, 05:19 |
Creating a cellSet fom yPlus
|
#1 |
Member
Join Date: Jan 2011
Posts: 45
Rep Power: 15 |
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; } } ); Regards |
|
|
|
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 03:36 |
[Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
Problem in running ICEM grid in Openfoam | Tarak | OpenFOAM | 6 | September 9, 2011 18:51 |
which yplus (SST) | sanchezz | CFX | 17 | January 11, 2010 05:45 |
heat transfer coefficients with "bad" yplus | Andrew | Main CFD Forum | 4 | April 8, 1999 05:43 |