|
[Sponsors] |
Accessing cell thread from a boundary face thread? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 21, 2006, 01:39 |
Accessing cell thread from a boundary face thread?
|
#1 |
Guest
Posts: n/a
|
Hi all, First of all, is cell thread different from face thread? If I know boundary face thread (say tf) and face (f), can we use this data to get a cell (which has face f as one of it's face) and it's data at cell center using any macro? Thanks & regards, Vishal
|
|
March 21, 2006, 07:57 |
Re: Accessing cell thread from a boundary face thr
|
#2 |
Guest
Posts: n/a
|
use the following macro to return the cell threads on a boundary cell. t0 = THREAD_T0(tf); c0 = F_C0(f,tf);
c0 and t0 are the cell and cell thread |
|
March 21, 2006, 08:29 |
Re: Accessing cell thread from a boundary face thr
|
#3 |
Guest
Posts: n/a
|
Thank you Aidan! One more question, does the thread t0 represent all cells having one face as the boundary or does it represent only for one particular cell having one face as a boundary? Thanks & Regards, Vishal
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
[blockMesh] Internal walls of zero thickness | anger | OpenFOAM Meshing & Mesh Conversion | 23 | February 6, 2020 19:25 |
Implementation of boundary conditions for FVM | Tom | Main CFD Forum | 7 | August 26, 2014 06:58 |
Cells with t below lower limit | Purushothama | Siemens | 2 | May 31, 2010 22:58 |
Warning 097- | AB | Siemens | 6 | November 15, 2004 05:41 |