Monday, November 14, 2011

Users of Code_Aster

It is impressive to see the big international companies in the user list of Code_Aster.

Monday, November 7, 2011

Thursday, September 22, 2011

"Machine Translation" of Code_Aster documentation

Finally, there is the full Code_Aster documentation in English. Of cause the  "Machine Translation" is not the best way to do the manual, but it is quite readable.
http://www.code-aster.org/V2/doc/default/en/index.php?man=R
 

Monday, July 25, 2011

Salome 6.3.1

A new version Salome 6.3.1 is released. It is a maintenance release that contains the results of bug fixes against SALOME version 6.3.0 and it does not include any improvements and new features comparing with SALOME 6.3.0.

Wednesday, July 13, 2011

Can the participance in Open Source project be profitable?


Why should somebody develop software and share it for free?
Perhaps the answer on the above questions is interesting for all who have ever heard about Open Source Projects. Here is the interesting presentation on business models which are based on the usage of Open Source software for engineering calculations.

Saturday, May 14, 2011

Adaptive refinement with gmsh

This gmsh script allows to create animated inscriptions based on their monochrome pictures.The script generates the set of gif files which can be converted to one gif file.

Saturday, April 16, 2011

New release of GetDP !

12 April the new version of GetDP was released. One of two authors of this software is Prof. Christophe Geuzaine, he is coauthor of such well known software Gmsh as well. 
The release history allows to hope that after the long pause the development of this interesting software solution is continuing.



getdp-1.0.024-Apr-2004 

getdp-1.0.106-Feb-2005 

getdp-1.1.021-Aug-2005 

getdp-1.1.203-Sep-2005 

getdp-1.2.010-Mar-2006 

getdp-1.2.118-Mar-2006 

getdp-2.0.016-Mar-2010 

getdp-2.1.024-Oct-2010 

getdp-2.1.112-Apr-2011 

Tuesday, April 5, 2011

Monday, April 4, 2011

Visualization of electric field of point charges

The Python script electric_charges.py allows to visualize an electric field from arbitrary point charges  on an arbitrary mesh created in gmsh.
Input data:
mesh.vtk - 3D mesh created with gmsh. The corresponding geometry ca be found in the file cube.geo.
electric_charges.tab - the description of electric charges (positions and charge values).
Output data:
mesh_out.vtk - 3D mesh with vector values of the calculated electric field.