|
[Sponsors] |
January 3, 2019, 10:11 |
results with unknown font
|
#1 |
New Member
Sama
Join Date: Jan 2019
Posts: 16
Rep Power: 7 |
Hello,
I got my simulation reults, but problem is that I can not read them: dimensions [0 2 -2 0 0 0 0]; internalField nonuniform List<scalar> 5963410 (?0E?5v?ɡ8+?5b|?@I{ٹ?C ,?Vm?xl?&!o?)>{?0]?nK/?v,d?!5v?F*]XC?0¿?LG'O?;?%PD??2 ?&4<?2k?#?'l?f}V֢?( ?!߫?f՞?QK?oD ?梉(*? ?WU?=v?o<-?D?FAsЦ?x$?%K?WUIֺ? ?? Has anyone same problem? How can I solve this problem. Thanks for your time! |
|
January 3, 2019, 10:43 |
|
#2 |
Member
Rodrigo
Join Date: Mar 2010
Posts: 98
Rep Power: 16 |
Quick tip/idea:
- Open system/controlDict and ensure you have following selection Code:
writeFormat ascii; writeCompression uncompressed; |
|
January 3, 2019, 10:50 |
|
#3 |
New Member
Sama
Join Date: Jan 2019
Posts: 16
Rep Power: 7 |
Hello guin,
Thank you for your tip. write format is binary and write compression is off. I changed them as you told. should I run simulation again? because after change I didnt see any difference in results. Thanks! |
|
January 3, 2019, 10:55 |
|
#4 |
Member
Rodrigo
Join Date: Mar 2010
Posts: 98
Rep Power: 16 |
But, please, be careful!
If your mesh has actually 5963410 elements (as it seems from your post) disabling compression may increase a lot the disk demand for your results. Ensure that you have enough free space in your disk before restarting the simulation. Alternatively, you can just write out results using a longer interval or take advantage of purgeWrite keyword (more info at https://cfd.direct/openfoam/user-guide/v6-controldict/) |
|
January 3, 2019, 11:01 |
|
#5 | |
Member
Rodrigo
Join Date: Mar 2010
Posts: 98
Rep Power: 16 |
Quote:
Code:
startFrom latestTime; stopAt writeNow; |
||
January 3, 2019, 11:30 |
|
#6 |
New Member
Sama
Join Date: Jan 2019
Posts: 16
Rep Power: 7 |
Thank you so much!!
It perfectly works. |
|
Tags |
font, openfoam, results, strange |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] fluent3DMeshToFoam | bego | OpenFOAM Meshing & Mesh Conversion | 31 | August 16, 2023 10:04 |
dsmcInitialise - dsmcFoam | archymedes | OpenFOAM Pre-Processing | 94 | July 15, 2016 17:14 |
Error Message after wmake | tH3f0rC3 | OpenFOAM | 2 | July 15, 2011 02:22 |
forrtl: severe (174): SIGSEGV, segmentation fault occurred | therockyy | FLOW-3D | 7 | January 19, 2011 23:52 |
Problem with paraFoam | ata | OpenFOAM | 14 | November 30, 2009 05:23 |