|
[Sponsors] |
February 6, 2015, 10:12 |
Store cell information each itteration
|
#1 |
New Member
Wouter
Join Date: May 2014
Posts: 26
Rep Power: 12 |
Dear all,
I would like to analyse the change in the field at some points in te grid per iteration. In other codes I have used in the past it was possible to add a "monitoring point" which stored all the information at that point for each iteration. Is this already possible in SU2, or should I implement this myself? Thank you in advance! Wouter |
|
February 18, 2015, 14:44 |
|
#2 |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
That capability seems very interesting but it is not implemente in the code.
Please feel free to fork SU2 with GitHub, add the capability and create a push request. Thanks for using SU2, Francisco Palacios SU2 lead developer |
|
March 5, 2015, 10:34 |
|
#3 |
New Member
Wouter
Join Date: May 2014
Posts: 26
Rep Power: 12 |
Thank you for your interest! I have made big progress and using the code myself now. However I should make a fresh implementation for the repository. I have one question left. I would like to perform a spectral analysis of part of the monitor point output. For this I need the time-step. I have found the CFL number, but now I need dx to find dt and create a global time. If I am correct dt is variable for each node. Is it possible to retrieve dt?
Thank you in advance! |
|
March 5, 2015, 20:49 |
|
#4 |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Hi,
I thin that node[iPoint]->GetDelta_Time() should work for you, Best Regards, Francisco |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
libz.so.1: no version information available | dmaz | OpenFOAM Running, Solving & CFD | 3 | January 4, 2015 17:54 |
[snappyHexMesh] Avoid faces that don't belong to any cell | j3r | OpenFOAM Meshing & Mesh Conversion | 0 | June 24, 2013 02:55 |
Help Me, what's the Cell Above in 3D. | gomane8 | Main CFD Forum | 0 | September 10, 2011 20:09 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |
How to store my own information to a USER SCALAR? | LI Ying | CFX | 1 | August 15, 2001 17:55 |