Bugfix: corrected file format type to ascii
This commit is contained in:
parent
1d4064f388
commit
d6aace1c36
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format binary;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
location "constant";
|
location "constant";
|
||||||
object chemistryProperties;
|
object chemistryProperties;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format binary;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
location "constant";
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
|
|
Reference in a new issue