Federico E. Benelli

Results 32 issues of Federico E. Benelli

Hello! I'm learning this library to start using it on my projects to substitute old (unreadable) input files, and toml seems like the best format to use. Thank you for...

documentation

I'm doing my own implementation of the GERG2008 equation in Fortran90, focused on making it a Python module later. Using the binary test data available in this repo I've noticed...

Hello, first of all thanks for this program that seems that will be of great help on my PhD! I'm having trouble refactoring a big F77 file (all the code...

Right now the flash routine assures that the `y` fraction is that of the lighter phase. While it generally works, the approach given now in the flash routine is not...

bug
good first issue

There is no check of presence on the iterations count variable, this should be an easy fix using an internal counter and set the iterations variable if provided.

bug
good first issue

There is little to none documentation since the API rework. So it should be updated. Also user level pages should be added to ease up the understanding process for the...

documentation

While the library has reached a mature enough API to be straightforward to work with using minimal Fortran scripts (running them with `fpm`) a good IO with input files can...

enhancement
help wanted
question

A Python API for accessibility should be added. Following a singleton pattern in an isolated module could be a good choice

enhancement

An API to use other libraries would be beneficial to use more models, also for comparisons. First libraries in mind: - teqp - FeOs

enhancement

This paper seemed interesting, could be a nice addition to generate a tester function for alpha functions https://www.sciencedirect.com/science/article/pii/S0378381216303648

enhancement
help wanted