Bugfix: corrected file format type to ascii

This commit is contained in:
Hrvoje Jasak 2016-04-14 18:48:18 +01:00
parent 1d4064f388
commit d6aace1c36
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object chemistryProperties;

View file

@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties;