Page 1 of 1
code_saturne post processing
Posted: Tue Nov 20, 2012 10:50 pm
by stage75
Hello,
My question relates to the post processing Code_Saturne!
How can I access to the velocity values corresponding to each coordinate (x,y,z). In the files of RESU (results) I obtiened just the velocity values corresponding to each iteration time and not the values that corresponds to each cordinate.
thanks for help
Re: code_saturne post processing
Posted: Wed Nov 21, 2012 12:27 pm
by stage75
What I want is to convert the file (ch.med.1.11201408 for example or the CutPLanes that resulting from this file) on a file (. Txt) where I can access at the numerical values
Thanks
Re: code_saturne post processing
Posted: Thu Nov 22, 2012 2:11 am
by Yvan Fournier
Hello,
The med library includes an mdump utility which allows you to extract convert a MED file to text (not necessarily easily parsable).
Code_Saturne's cs_io_dump utility also allows extracting field values from checkpoint/restart files (the versions from 2.1 on are much more powerful, allowing specific extractions and file comparisons).
Regards,
Yvan
Re: code_saturne post processing
Posted: Thu Nov 22, 2012 12:02 pm
by stage75
Thank you Yvan,
I can get all the values in each plane using ParaView, but I have more data of velocity that coordinates!!
I think I have this dfifference because the mesh is unstructured???
Thanks
Re: code_saturne post processing
Posted: Sat Nov 24, 2012 3:29 pm
by Yvan Fournier
Hello,
Data is cell-centered: under ParaView, use the "cell centers" filter first.
Regards,
Yvan
Re: code_saturne post processing
Posted: Mon Nov 26, 2012 10:13 am
by stage75
I use it, thank you very much
