-
Notifications
You must be signed in to change notification settings - Fork 7
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
JOSS article #316
Comments
Thanks, @AndreWeiner! Heads up, I’m on vacation right now; I’ll be replying next week. |
All right, thanks for letting me know. Take your time and enjoy your vacation. |
Related to: openjournals/joss-reviews/issues/7633 |
@AndreWeiner thanks again for the review! I'll reply to your comments one by one, listing the changes that I intend to make in the paper or docs (and then checking them off as I make them).
I'll start work on making these modifications. Do let me know anytime if you find that any of the proposed changes don't adequately respond to your remarks. |
Dear @gerlero,
first of all, thank you for sharing your library. Loading OpenFOAM files in Python is often cumbersome. I have written OpenFOAM field parsers in the past, and I know how challenging it can be, especially when dealing with binary data. foamlib looks like an up-and-coming tool for workflow automation, data analysis, and ML applications.
At the time of writing, I haven't installed and tested foamlib yet, so this issue concerns only a couple of thoughts I had when reading the overview article (and briefly looking through the code). @akashdhruv, @paugier, @Failxxx maybe you want to add your remarks to this issue to avoid duplication.
FoamCaseBase
instance? Let's say I simulated in parallel and then reconstructed the time folders. WillTimeDirectory
loop over the reconstructed or the decomposed time folders?FoamFile
does not support outputs written to postProcessing like force coefficients, probes, slices, etc. I suggest clarifying this point since users/readers might not know that not all OpenFOAM output files areFoamFile
s.np.ndarray
while in other lines, you usenumpy.ndarray
; if possible in terms of space, I suggest using either one or the other.Don't hesitate to ask for clarification if any of my points are unclear.
Cheers, Andre
The text was updated successfully, but these errors were encountered: