mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
rawSurfaceWriter: Added support for compressed output
Patch provided by Armin Wehrfritz Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=843
This commit is contained in:
@ -44,6 +44,10 @@ formatOptions
|
||||
{
|
||||
format ascii;
|
||||
}
|
||||
raw
|
||||
{
|
||||
compression uncompressed; // 'uncompressed' or 'compressed'
|
||||
}
|
||||
}
|
||||
|
||||
// interpolationScheme. choice of
|
||||
|
||||
Reference in New Issue
Block a user