|
[Sponsors] |
July 6, 2010, 04:47 |
a question about NLOC
|
#1 |
Member
chenkai
Join Date: May 2010
Location: munich
Posts: 44
Rep Power: 16 |
hallo everyone,
Now I have written a User CEL Subroutine, and this Subroutine can run successfuly, but for every interation, it will give me 4 value of NLOC 24000 24000 19800 19800. But in the CFX Pre I can not find this four value. I can just see the number of Nodes and element in CFX Pre of my domain, and they are not equal NLOC. What is exactly NLOC mean? And how can I see the value of NLOC in CFX Pre or in ICEM? thanks! |
|
July 7, 2010, 21:46 |
|
#2 |
Senior Member
Join Date: Apr 2009
Posts: 531
Rep Power: 21 |
NLOC is the number of location in the locale. So say you User CEL Routine is setting a boundary value. For internal processing that boundary will be split into n pieces and your fortran is called for each piece. Depending on exactly what quantity your Use CEL Routine is setting, NLOC could be the number of verticies on the current piece, or the number of integration points, etc. So no, you can't see NLOC in Pre or ICEM.
|
|
July 8, 2010, 05:03 |
|
#3 | |
Member
chenkai
Join Date: May 2010
Location: munich
Posts: 44
Rep Power: 16 |
Quote:
Is it possible that we can control through the User CEL to make the boundary not be spilt into n pieces. Because I don't want to get so many NLOC, I just want to get 1 NLOC. thanks |
||
July 8, 2010, 05:04 |
|
#4 |
Member
chenkai
Join Date: May 2010
Location: munich
Posts: 44
Rep Power: 16 |
thanks a lot, stumpy.
Is it possible that we can control through the User CEL to make the boundary not be spilt into n pieces. Because I don't want to get so many NLOC, I just want to get 1 NLOC. thanks |
|
July 9, 2010, 09:53 |
|
#5 |
Senior Member
Join Date: Apr 2009
Posts: 531
Rep Power: 21 |
No! 1 NLOC would correspond to 1 vertex, or 1 IP, or 1 Face Centre. You're likely using the wrong approach if you think you need 1 NLOC.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
question about uds | tanven | FLUENT | 2 | July 5, 2015 12:22 |
Unanswered question | niklas | OpenFOAM | 2 | July 31, 2013 17:03 |
Question about Table applicaiton. | universez | OpenFOAM Running, Solving & CFD | 0 | January 12, 2010 21:31 |
CHANNEL FLOW: a question and a request | Carlos | Main CFD Forum | 4 | August 23, 2002 06:55 |
question | K.L.Huang | Siemens | 1 | March 29, 2000 05:57 |