Search found 73 matches

by sodelo
Sun Mar 19, 2017 12:20 pm
Forum: FEM
Topic: Rigid body and Reference node
Replies: 10
Views: 4726

Re: Rigid body and Reference node

Thanks for your answer. My question was probably unclear however. I know how to define a rigid body with Calculix. I was wondering what would be the necessary changes to be able to define a Rigid Body within Freecad. It would be needed: - to select faces or solid belonging to the rigid body. This is...
by sodelo
Sat Mar 18, 2017 5:20 pm
Forum: FEM
Topic: Dynamic change of object properties
Replies: 3
Views: 1316

Dynamic change of object properties

Hi, I would like to enrich the definition of non linear materials. So I would like to dynamically modify the properties of the non linear material data. The code would be something like this: class _FemMaterialMechanicalNonlinear: "The FemMaterialMechanicalNonlinear object" def __init__(se...
by sodelo
Fri Mar 17, 2017 7:57 pm
Forum: FEM
Topic: Apply BCs on a face excluding some edges
Replies: 1
Views: 497

Apply BCs on a face excluding some edges

Hi,

In some situations, in order to avoid conflicts between adjacent faces where boundary conditions are defined, it would be nice to have the possibility to exclude edges from the selection of a face. I think this is not possible today. Is it correct ?

Thanks,

Sodelo
by sodelo
Fri Mar 17, 2017 7:55 pm
Forum: FEM
Topic: Rigid body and Reference node
Replies: 10
Views: 4726

Rigid body and Reference node

Hi, I would be happy to have the possibility to create rigid bodies since this is useful in many situations (for example to simulate forming: the punch and the mould are most of the time considered as rigid) and lower the cost of the simulation (since mechanical equations are not solved for the rigi...
by sodelo
Fri Mar 17, 2017 7:45 pm
Forum: FEM
Topic: Importing Equivalent Plastic Strain
Replies: 56
Views: 11164

Re: Importing Equivalent Plastic Strain

Yes, these are the only changes. Here is a simple example. Please note I have chosen user defined time step control since I wanted to be sure results would be available for several time increments. However, I suggest to remove the "DIRECT" command since in that case, the automatic time ste...
by sodelo
Thu Mar 16, 2017 8:05 am
Forum: FEM
Topic: Importing Equivalent Plastic Strain
Replies: 56
Views: 11164

Re: Importing Equivalent Plastic Strain

Correction to the importation of PEEQ. Only the last time increment was taken into account.
by sodelo
Wed Mar 08, 2017 9:19 pm
Forum: FEM
Topic: Example of an Hex mesh with GMSH
Replies: 44
Views: 21543

Re: Example of an Hex mesh with GMSH

2hex.png It is however necessary to have 2 independent volumes. So you have to create a small cutting volume at the boundary. I think this option has a lot of potential because you could isolate a zone of the part which is difficul to mesh and mesh it with tets. Then you glue the connecting surface...
by sodelo
Wed Mar 08, 2017 9:16 pm
Forum: FEM
Topic: Example of an Hex mesh with GMSH
Replies: 44
Views: 21543

Re: Example of an Hex mesh with GMSH

Hi, I spent some time playing with GMSH in particular to explore the possibilties in terms of mesh transitions and connections with other types of elements. Indeed if hex mesh are easy to create for simple geometries, sometimes it is not possible or not easy to create all the necessary subdivisions....
by sodelo
Mon Mar 06, 2017 6:25 pm
Forum: FEM
Topic: Object Renaming is not taken into account in the Calculix input file
Replies: 8
Views: 1710

Re: Object Renaming is not taken into account in the Calculix input file

OK,I will make a proposal asap.

BR

Sodelo
by sodelo
Sat Mar 04, 2017 11:42 am
Forum: FEM
Topic: Object Renaming is not taken into account in the Calculix input file
Replies: 8
Views: 1710

Re: Object Renaming is not taken into account in the Calculix input file

Simple but efficient!
It would be nice to be able to rename the input file as well.

Sodelo