|
[Sponsors] |
how to probe cell volume and probe an entire surface |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 10, 2020, 11:18 |
how to probe cell volume and probe an entire surface
|
#1 |
Member
Join Date: Mar 2019
Posts: 31
Rep Power: 7 |
Hi,
I'm using probe function (in controlDict) for points, I can successfully probe T, V, etc; but I don't know how to probe the cell volume of probed point, I tried using these keyword in field: cellVolume, mesh.V(), volume, volumeCell, V Another question, do you know how to probe values of all cells adjacent (with shared face) a boundary surface? I tried with some surfaceSample setting and putting "surface" and derivative commands in probe but did not work. Thanks for your help |
|
December 10, 2020, 11:57 |
|
#2 |
New Member
mahtab
Join Date: Nov 2014
Posts: 11
Rep Power: 11 |
Hi,
There is an extension to the checkMesh application that would be helpful for you. Please check: https://holzmann-cfd.com/community/d...s/mesh-quality and the tutorial: https://www.youtube.com/watch?v=5HtE...ature=youtu.be |
|
December 10, 2020, 14:00 |
|
#3 | |
Member
Join Date: Mar 2019
Posts: 31
Rep Power: 7 |
Quote:
|
||
December 11, 2020, 12:03 |
|
#4 |
Senior Member
Join Date: Apr 2020
Location: UK
Posts: 736
Rep Power: 14 |
You can get OF to write out the cell volumes using postProcess:
Code:
postProcess -func writeCellVolumes Code:
postProcess -func writeCellVolumes -time 100 |
|
December 11, 2020, 12:29 |
|
#5 | |
Member
Join Date: Mar 2019
Posts: 31
Rep Power: 7 |
Quote:
Even the qualityMesh function linked in previous comment is very useful. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX-Post. Cubic volume and rectangular surface | AlexVin | CFX | 5 | July 14, 2021 11:34 |