|
[Sponsors] |
binary writeFormat and timePrecision and writePrecision |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 9, 2016, 05:38 |
binary writeFormat and timePrecision and writePrecision
|
#1 |
New Member
Vilma62
Join Date: Nov 2014
Posts: 9
Rep Power: 12 |
If I set writeFormat to binary, are there any meaning of timePrecision and writePrecision?
Thanks. |
|
June 3, 2019, 08:02 |
|
#2 |
Senior Member
|
I know this is an old question, but I had the same doubt so I'm giving an answer here:
from https://cfd.direct/openfoam/user-guide/v6-controlDict/ I would say that when you use binary output the writePrecision value will be ignored (I also tested that, the md5sums of both output files remain the same). However, the timePrecision is not affected by the choice of binary output because timePrecision only affects the directory names. |
|
June 3, 2019, 10:07 |
|
#3 |
Senior Member
Gerhard Holzinger
Join Date: Feb 2012
Location: Austria
Posts: 342
Rep Power: 28 |
writePrecision still has some meaning when using binary as writeFormat.
I have observed that run-time post-processing data, e.g. data extracted by functionObjects, always gets written in ascii format. |
|
|
|