Page 1 of 3

Using PlaneGCS as the sketch constraint solver in SALOME

Posted: Wed Feb 08, 2017 7:41 am
by cbourcier
Dear FreeCAD developers,

The SALOME team (CEA-EDF) is currently developing a new parametric modeller for numerical simulation to replace SALOME GEOM. This new SALOME module is named SHAPER. Its first public release is planned in 2018.

Like GEOM and FreeCAD, SHAPER is based on the OCC library.

We have integrated FreeCAD's PlaneGCS as the constraints solver, which gives good results. This is a great library, congratulations for this work.

However, we are facing some limitations (mostly in the DOF computation), that other SALOME developers will explain more precisely in a next message to request some help.

Thank you and best regards,

Christophe

Re: Using PlaneGCS as the sketch constraint solver in SALOME

Posted: Wed Feb 08, 2017 3:47 pm
by yorik
Hi Christophe,

Great to see you here!

Unfortunately the main guy who originally coded PlaneGCS (@logari81) didn't contribute to FreeCAD since a very long time, but I think @abdullah and @wmayer have dived into it more recently... So probably we'll be at the same point as you guys regarding PlaneGCS.

Anyway, would be awesome to have some form of collaboration between our two projects. Looking forward to this!

Re: Using PlaneGCS as the sketch constraint solver in SALOME

Posted: Thu Feb 16, 2017 5:52 pm
by blacey
cbourcier wrote:Dear FreeCAD developers,

The SALOME team (CEA-EDF) is currently developing a new parametric modeller for numerical simulation to replace SALOME GEOM. This new SALOME module is named SHAPER. Its first public release is planned in 2018.
Christophe
Hi Christope, sounds great. Not to hijack your post but I have what I hope is a quick question... We have a few simple patches to Salome MED-file required for building properly on macOS. What process should we follow so these will be incorporated into the next MED-file release?

Re: Using PlaneGCS as the sketch constraint solver in SALOME

Posted: Mon Feb 20, 2017 9:33 am
by cbourcier
blacey wrote:
Hi Christope, sounds great. Not to hijack your post but I have what I hope is a quick question... We have a few simple patches to Salome MED-file required for building properly on macOS. What process should we follow so these will be incorporated into the next MED-file release?
Hi blacey,

Your link gives a 404 error. Can you check it?

Christophe

Re: Using PlaneGCS as the sketch constraint solver in SALOME

Posted: Mon Feb 20, 2017 1:47 pm
by abdullah
Somehow I missed this post.

I am not an expert, but if you have questions I will try my best to answer them :)

Regards,
abdullah

Re: Using PlaneGCS as the sketch constraint solver in SALOME

Posted: Mon Feb 20, 2017 1:55 pm
by Kunda1
cbourcier wrote:
blacey wrote:
Hi Christope, sounds great. Not to hijack your post but I have what I hope is a quick question... We have a few simple patches to Salome MED-file required for building properly on macOS. What process should we follow so these will be incorporated into the next MED-file release?
Hi blacey,

Your link gives a 404 error. Can you check it?

Christophe
Here is another link to the patches: https://github.com/FreeCAD/homebrew-fre ... .patch.zip
Context: https://github.com/FreeCAD/homebrew-fre ... -280418236

Re: Using PlaneGCS as the sketch constraint solver in SALOME

Posted: Mon Feb 20, 2017 4:29 pm
by blacey
blacey wrote: Your link gives a 404 error. Can you check it?
Christophe
Sorry about that - the Home-brew team accepted the med-file formula that we contributed. Here is a link to a viewable form of the diffs in addition to the download link that @Kunda1 provided. Thanks in advance for your help.

Re: Using PlaneGCS as the sketch constraint solver in SALOME

Posted: Thu Feb 23, 2017 4:31 pm
by cbourcier
Hi,

The two changes regarding the HDF types and MEDequivInfo signature had already been fixed in medfichier-3.2.1, that will be provided with Salome 8.2.0 (download will be available soon... maybe tomorrow).

The other changes regarding the include of <utility> and the CMakefile fix are now integrated in development version and will be in the next stable version.

Christophe

Re: Using PlaneGCS as the sketch constraint solver in SALOME

Posted: Thu Feb 23, 2017 4:39 pm
by blacey
cbourcier wrote:Hi,

The two changes regarding the HDF types and MEDequivInfo signature had already been fixed in medfichier-3.2.1, that will be provided with Salome 8.2.0 (download will be available soon... maybe tomorrow).

The other changes regarding the include of <utility> and the CMakefile fix are now integrated in development version and will be in the next stable version.

Christophe
Christophe, that's great news - thanks for the support. Are the stable development versions publicly available?

Re: Using PlaneGCS as the sketch constraint solver in SALOME

Posted: Sat Mar 04, 2017 7:53 pm
by yohplala
Hi
Are the stable development versions publicly available?
AFAIK, a version is either stable or development :).

Salome git repositories are mirrored on salome website:
http://git.salome-platform.org/gitweb/
You will get there the development version.

Bests,