CFD work with Python -
CFD work with Python -
i meteorologist, , lately trying investigate possibility of building 1 sondes.
in order that, have next work plan :
i generate 3d models pyformex. alternative openscad. start pyformex - generate simple cylindrical sonde shapes associated features, e.g. intake tube or such. next, split in meshes, using pydistmesh; prepare raytraced point cloud model xrt. in 3rd step, perform cfd works.now, questions :
are there other simple python libraries generate 3d models? simple system, can issue commandsp = parallelogram (length, height, width), or p.position(x,y,z) etc. nice have built in mouse interaction - is, built in drawing component, can utilize display model, , rotate/ zoom/pan mouse. any other mesh generation tools? for step, need multiphysics system. tried utilize openfoam, huge (to hack through). have taken @ su2, seems focus more on aerospace engineering, fluid dynamics (i simulate flight of sonde - closer aerospace engineering, state of atmosphere). fluidity seems suit needs better, dont find python fork thereof. there general purpose, not bloated up, multiphysics python library geophysical , general hydrodynamic simulations? have taken moose, dont find python binding it. scientific visualization : there 3 or 4 (or may higher dimensional) visualization libraries? prefer issue simple commands plot instead of first generating window / form, , putting graphs on it, if possible. finally, , importantly, if same can done c++ or fortan, or other language besides java, consider using those.
have @ http://freecadweb.org/. seems under active development. finish open source cad bundle written in python. believe has tools meshing.
for cfd, might want consider openfoam - http://www.openfoam.com/. open source cfd bundle obligatory steep learning curve. there seem python libraries available link it, i'm not sure how active these are:
http://openfoamwiki.net/index.php/contrib/pyfoam
http://pythonflu.wikidot.com/
python
Comments
Post a Comment