mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated chemkinToFoam utility to reflect changes in chemistry reader constructors
This commit is contained in:
@ -44,7 +44,9 @@ int main(int argc, char *argv[])
|
|||||||
argList::validArgs.append("FOAMThermodynamicsFile");
|
argList::validArgs.append("FOAMThermodynamicsFile");
|
||||||
argList args(argc, argv);
|
argList args(argc, argv);
|
||||||
|
|
||||||
chemkinReader cr(args[1], args[2]);
|
speciesTable species;
|
||||||
|
|
||||||
|
chemkinReader cr(args[1], species, args[2]);
|
||||||
|
|
||||||
OFstream reactionsFile(args[3]);
|
OFstream reactionsFile(args[3]);
|
||||||
reactionsFile
|
reactionsFile
|
||||||
|
|||||||
Reference in New Issue
Block a user