-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IJCK reviewer 2 comments #3
Comments
OK, there's a lot here... helpfully, they numbered the comments for us! Beginning a few thoughts:
23--26 I should be able to fix.
|
Ohh, I think for
the reviewer meant just in the text, since those are all conditional on the file being for an RCM experiment—I don't think it's a suggestion on combining in ChemKED itself. Maybe we can separate the RCM-specific stuff into a separate list, with some explanatory text? Otherwise we could lump into a single bullet, but I don't think that improves clarity. |
Reviewer #2 done! |
Abstract and introduction
In my opinion the YAML format resembles the XML format strongly. XML format is human-readable, however, because of the html-tags and ‘<>’ characters, the YAML format might be easier to read. If XML would lack human readability as it is stated in the article, it would not be such a popular format, and I don’t think PrIMe and ReSpecTh would be using it.
Overview of ChemKED format
reference
should not be a required mapping of an experimental dataset. If the intention is to make the community to adopt the ChemKED file structure, it might be easier to do so if experimentalists can use the structure internally as well, i.e. to read, store, and share non- published internal data.atomic-composition
andelemental-composition
exist as synonyms? Wouldn’t it be clearer if only one of the two can be used as a valid input?common-properties
composition
blocks A and B and refer to them in theDataPoint
keys?PyKED architecture
mole-percent
,mole-fraction
, andmass-fraction
include a dash in their name, whereas this is not the case for the example on page 5 line 48 and in the description of the composition element on page 4, line 47.volume_history
,compression_time
,compressed_temperature
, andcompressed_pressure
would be combined. The line: ‘if the ChemKED file encodes an RCM experiment’ is unnecessarily repeated.There are two main caveats with online lookups: a) It will make the code slower if the internet
connection is not strong, b) an internet connection is necessary for the code to be executed.
write_file()
function. Creating a summary excel/CSV file would be more useful.Usage examples
RCM modelling with varying reactor volume
necessary instances for Cantera, rather than ChemKED.
Shock tube modelling with constant volume
Conclusions and future work
The text was updated successfully, but these errors were encountered: