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
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object chemistryProperties;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object thermophysicalProperties;
|
||||
|
|
Reference in a new issue