Stefano Zaghi
Stefano Zaghi
Dear all, some of you (@jacobwilliams and @zbeekman) have expressed the idea that the FOODiE's integrators should provide some _auxiliary_ methods: > It would be wonderful to have an object...
As anticipated on gitter, I am planning to write an _announcement paper_ to be published on CPC or similar. I have just uploaded a skeleton tex with the list of...
Just a list of schemes that we would like to be implemented into the library: - [x] explicit schemes: - [x] Adams-Bashforth schemes see [7]: - [x] 1 step, namely...
Benchmarks
Here we can discuss the benchmarks analysis. It could be useful to compare with the performance of other non abstract implementations. | Architecture | Comparison with other non ACP |...
Here we can discuss our conclusions about the accuracy of the results obtained from each test. ### Passed Tests List of tests for which the results accuracy is as expected...
I have added the Lorenz test of Rouson's book. Here we create a list of desired test - pure ODEs: - [x] Lorenz equations, see [wiki documentation](https://github.com/Fortran-FOSS-Programmers/FOODiE/wiki/Lorenz-equations), test [sources](https://github.com/Fortran-FOSS-Programmers/FOODiE/tree/master/src/tests/lorenz); -...
> Hic sunt leones The OOP abstract calculus as the one of Rouson already implemented and tested with the Lorenz equations example _could_ be limiting or problematic... As a matter...
### Desiderata features + Compressible, multi-fluid, multi-phase, Navier-Stokes equations: + Preconditioned equations to efficient handling incompressibile, compressible, cavitating and multi-phase stiff problems; + Turbulent models: + LES: + Smagorinsky; +...
The algorithm for estimating the time step Dt is bugged, see https://github.com/szaghi/OFF/blob/testing/src/Data_Type_SBlock.f90#L1300 The speed of sound is not multiplied for the interface area thus the `vmax` is underestimated. Corrected computation...
The master and testing branches are very old, many progresses have been done with other libraries. To help @fxie2 to be more comfortable, OFF must be updated/refactored. - [ ]...