August 11, 2018, 19:55
|
Temperature digit precision in writing to file XY-plot
|
#1
|
New Member
Alexandra Gavrilina
Join Date: Aug 2018
Location: Moscow
Posts: 1
Rep Power: 0
|
Hello everyone,
I want to write to file data from XY-Plot with temperature depending on the location. In Axis menu I set a max precision (9) for X and Y. However, Fluent writes data like this
Code:
(title "Static Temperature")
(labels "Position" "Static Temperature")
((xy/key/label "droplet_top")
(title "Static Temperature")
(labels "Static Temperature" "Position")
((xy/key/label "axis:001")
293.094 0.000364067
293.094 0.000361604
293.094 0.000359141
293.095 0.000356678
293.095 0.000354215
293.096 0.000351752
293.096 0.000349289
293.096 0.000346826
...
I need a data about temperature as precise as possible (cause I want to use it in another program) but Fluent writes to xy-file only 3 digits after the decimal point despite my settings (for example, 293.194 instead of 293.093621..).
I set precision this way for a many times for another physical quantities (velocity, heat flux at walls etc.), and there was always good precision exporting to in xy-files. But not for temperature
I tried to google this problem but didn't find any special information for Fluent about this case.
Thanks a lot for any help
|
|
|