Luca Berti

Results 9 issues of Luca Berti

I ran the fluid toolbox (c++ and Python) on the Naca0012 example available here https://github.com/feelpp/feelpp/tree/rb_testcases/toolboxes/fluid/cases/rigid_body_paper_tests/naca0012_profile and the simulation blocks after 210 iterations. The following backtrace was obtained by launching the...

- [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/feelpp/feelpp/pulls) for the same change? - [ ] Have you added an explanation of what your changes do...

module:mesh
component: toolboxes

In toolboxes, currently, remeshing is performed at a fixed frequency or at certain events. Checking the minimum of the mesh quality helps to remesh only when necessary. - [x] modify...

component: toolboxes

- [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/feelpp/feelpp/pulls) for the same change? - [x] Have you added an explanation of what your changes do and...

The version of the function `applyRemesh` in the python wrapping is outdated

It should be possible to specify CSV files for - black body temperature (sky temperature, if the Sun is the black body) - incident radiation (incident solar radiation, if the...

:sparkles: type:feature

We want to include Feel++-based models in larger workflows and interface them with models coming from other sources. A possible choice is using Functional Mockup Units (FMUs), as they provide...

module:fmi

There seem to be two issues with the fluid toolbox: - when only `elastic-displacement` is prescribed for a moving object, mesh motion is correctly computed but fluid equations are not...

:lady_beetle: type:bug
:toolbox: toolbox:cfd

Wendland functions are compactly supported radial functions, polynomials in their support. There exist analytical expressions for lower-degree bases ([here for general formulae](http://www.math.iit.edu/~fass/603_ch4.pdf), [here for the original article](https://link.springer.com/content/pdf/10.1007/BF02123482.pdf)), or algorithms to...