CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Error: bad compression specifier 'off', using 'uncompressed'

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 4 Post By wyldckat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 21, 2015, 01:30
Default Error: bad compression specifier 'off', using 'uncompressed'
  #1
New Member
 
ASHISH
Join Date: Mar 2015
Posts: 3
Rep Power: 11
ashisha is on a distinguished road
Hi
I am using foam extended version 3.1
When I try to run any command like blockMesh, snappyHexMesh it gives following error

--> FOAM Warning :
From function IOstream::compressionEnum(const word&)
in file db/IOstreams/IOstreams/IOstream.C at line 74
bad compression specifier 'off', using 'uncompressed'
Create mesh for time = 0

Plz Help
I am not getting which type of error is this
Thank You
ashisha is offline   Reply With Quote

Old   October 31, 2015, 10:07
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick answer:
  1. Edit the file "system/controlDict".
  2. Find this line:
    Code:
    writeCompression off;
  3. Change it to this:
    Code:
    writeCompression uncompressed;
ashisha, robob, rezachalak and 1 others like this.
wyldckat is offline   Reply With Quote

Old   June 8, 2020, 05:33
Default
  #3
Senior Member
 
Lukas Fischer
Join Date: May 2018
Location: Germany, Munich
Posts: 117
Rep Power: 7
lukasf is on a distinguished road
FYI:

OpenFOAM 4.1 and 6 (etc.) use
Code:
writeCompression uncompressed;
The OpenFOAM versions like v1912 use
Code:
writeCompression off;
lukasf is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The udf.h headers are unable to open- in VISUAL STUDIO 13 sanjeetlimbu Fluent UDF and Scheme Programming 4 May 2, 2016 05:38
[ANSYS Meshing] Meshing 2D axisymetric for dynamic compression sanjeetlimbu ANSYS Meshing & Geometry 9 April 21, 2015 15:41
Binary gives significant performance advantage (Mesh & Solve) glypo OpenFOAM 18 January 1, 2015 13:41
Piston gas compression cob CFX 3 August 27, 2014 03:12
Modelling the heat transfer during compression and cooling of natural gas pano Main CFD Forum 0 December 10, 2010 15:53


All times are GMT -4. The time now is 00:37.