https://github.com/booya-at/OpenGlider/ ... y#L370L395
The pressure computation is done with this module:
https://github.com/booya-at/paraBEM
thanks for the link. We are developing also in this direction, but this is very difficult stuff:Mx74 wrote: ↑Mon Sep 30, 2019 2:08 pmby Mx74 » Mon Sep 30, 2019 3:08 pm
https://vimeo.com/360754349
Next step for OpenGlider ?
Code: Select all
conda create --name <env_name> freecad openglider -c openglider -c freecad/label/dev -c conda-forge
Code: Select all
conda activate <env_name>
FreeCAD
Code: Select all
git clone https://github.com/booya-at/OpenGlider
cd OpenGlider
pip install -e --no-deps .
It looks like it is a very useful and nice Workbench!looo wrote: ↑Fri Dec 11, 2015 4:56 pmAnnouncing the glider workbench, a gui for OpenGlider in freecad. Development is still ongoing, but I thought it is time to show the development state. If someone is interested in testing or developing I can give instructions on how to install OpenGlider and this workbench.
![]()
Not possible to due difficult (compiled) dependencies (mainly parabem, meshpy). We provide easy installation with conda. In my mind this is a good compromise between maintainability and simplicity to install.