Cell Centre Data Outputting #12659
Replies: 8 comments 6 replies
-
Yes, it depends on which output you are using. For DEVC, the data is automatically cell centered, it only depends on which I,J,K the DEVC position is located, unless you explicitly ask for interpolation. For velocity, the primitive variables are staggered (face centered). If you want this interpolated to a cell center, use For SLCF (slice files) you can add |
Beta Was this translation helpful? Give feedback.
-
Thank you but what I meant was to imagine you have 300 thousand cells, I am looking for a way you could have the value of those features (T, Vel, Vis etc.) at each cell centre reported individually. For instance, something like this: |
Beta Was this translation helpful? Give feedback.
-
You could use the fdsreader, a Python module to read FDS output. You can then, for example, define |
Beta Was this translation helpful? Give feedback.
-
I'll try that @TristanHehnen |
Beta Was this translation helpful? Give feedback.
-
I believe it also works with 3d |
Beta Was this translation helpful? Give feedback.
-
Good day, |
Beta Was this translation helpful? Give feedback.
-
Sorry, I'm not quite sure I follow. It seems to me that you cloned the git repo itself, instead of installing the fdsreader. Installing the fdsreader should simply be Could you please try to only start Python and then only import the fdsreader? Then, the Otherwise, maybe you could also try to point to the path of the module manually, like explained here:
Does this help? |
Beta Was this translation helpful? Give feedback.
-
Thank you everyone for your comments, I believe I took care of, the issue was that there were two versions of Python installed on our cluster, and it was searching through wrong module library. Also, given that I was not allowed to make changes on the cluster, I had to make my own repository and specify it using PATH, I did the same for PYTHONPATH, to look into the directory I saved my modules in, particularly fdsreader. |
Beta Was this translation helpful? Give feedback.
-
Good day to you,
I have been involved with using certain optimisation techniques along with FDS to optimise a car park configuration, however, in doing so, I need the data fro velocity, visibility, temperature etc. at the centre of each cell. Is there a way that FDS can output that for me?
thank you
Beta Was this translation helpful? Give feedback.
All reactions