fortran-lang / webpage

New Fortran webpage
https://fortran-lang.org/en
MIT License
45 stars 37 forks source link

Have an image from a Fortran simulation #104

Open Beliavsky opened 3 years ago

Beliavsky commented 3 years ago

Looking at the images at the bottom of a course "High Performance Computing in the Physical Sciences" page https://home.chpc.utah.edu/~thorne/computing.html suggests to me that such images and movies could be a nice addition to the main fortran-lang page. Maybe Milan Curcic can provide an image or movie from a weather simulation?

certik commented 3 years ago

Ideally the images would even be reproducible with open source codes with the scripts that can generate them. That would not be feasible if non-open source code is used, which is the majority of non-trivial applications in Fortran.

Beliavsky commented 2 years ago

Message from @vmagnin at Fortran Discourse on this topic: https://fortran-lang.discourse.group/t/reviewing-all-fortran-wikipedia-pages-improving-fortran-imagery/785/17?u=beliavsky

vmagnin commented 2 years ago

The two images (black hole & ocean) cited in my Discourse post are under CC license and the code sources of those models are open.

Beliavsky commented 2 years ago

tweet with animation by Jérôme Boudet "Lattice-Boltzmann method is a rewarding flow simulation approach. You can create a solver in a few hundreds of #Fortran lines, play with the numerical methods, and do some nice looking animations. Here, the 2D flow past a square cylinder at Re=1000, with pitchwise periodicity."