Search found 108 matches

by EkaitzEsteban
Mon Sep 24, 2018 7:58 pm
Forum: FEM
Topic: [Partially solved] Selected element identification in .inp file
Replies: 37
Views: 7027

Re: [Help] Selected element identification in .inp file

bernd wrote: Mon Sep 24, 2018 4:25 pm 24 volume elements, but a volume FEM mesh has edges and faces too. They are just not used for a volume analysis.
Thank you for your annotation.

best regards,
Ekaitz.
by EkaitzEsteban
Mon Sep 24, 2018 4:20 pm
Forum: FEM
Topic: [SOLVED] Run calculix from python API using a previously written .inp file
Replies: 10
Views: 4607

[SOLVED] Run calculix from python API using a previously written .inp file

Hello, I create a simple box in freecad. The .inp of this file is the following one: DEFAULT .INP file ** written by FreeCAD inp file writer for CalculiX,Abaqus meshes ** highest dimension mesh elements only. ** Nodes *Node, NSET=Nall 1, 0, 0, 10 2, 0, 0, 0 3, 0, 30, 10 4, 0, 30, 0 5, 20, 0, 10 6, 2...
by EkaitzEsteban
Mon Sep 24, 2018 3:11 pm
Forum: FEM
Topic: [Partially solved] Selected element identification in .inp file
Replies: 37
Views: 7027

Re: [Help] Selected element identification in .inp file

bernd wrote: Mon Sep 24, 2018 2:48 pm FYI:
FreeCAD supports multiple materials too. You may make you model in FreeCAD directly.
Yes I know, but the final objetive of the project is to manage different custom .inp files from a macro without modifying the structure of the mesh.
by EkaitzEsteban
Mon Sep 24, 2018 3:08 pm
Forum: FEM
Topic: [Partially solved] Selected element identification in .inp file
Replies: 37
Views: 7027

Re: [Help] Selected element identification in .inp file

SimpleBox.FEMMeshGmsh.Elem0F1 (FEMMeshGmsh) SimpleBox.FEMMeshGmsh.Elem42F1 (FEMMeshGmsh) SimpleBox.FEMMeshGmsh.Elem42F2 (FEMMeshGmsh) SimpleBox.FEMMeshGmsh.Elem39F4 (FEMMeshGmsh) - Elem0F1 means Face 1 of element 0 - Elem42F1 means Face 1 of element 42 - Elem42F2 means Face 2 of element 42 - Elem39...
by EkaitzEsteban
Mon Sep 24, 2018 1:58 pm
Forum: Python scripting and macros
Topic: Run Calculix without GUI and read results
Replies: 16
Views: 4827

[Help] Run Calculix without GUI and read results

Hello, Wow! I am interested in this topic. I need practically the same. I create a simple box in freecad. The .inp of this file is the following one: DEFAULT .INP file ** written by FreeCAD inp file writer for CalculiX,Abaqus meshes ** highest dimension mesh elements only. ** Nodes *Node, NSET=Nall ...
by EkaitzEsteban
Mon Sep 24, 2018 1:26 pm
Forum: FEM
Topic: [Partially solved] Selected element identification in .inp file
Replies: 37
Views: 7027

Re: [Help] Selected element identification in .inp file

bernd wrote: Mon Sep 24, 2018 12:26 pm would you post a simple example file ...

BTW: what do you need them for?
I am exploring and editing manually the .inp file for performing different frequency analyses.

I can attach a simple example file.
by EkaitzEsteban
Mon Sep 24, 2018 1:21 pm
Forum: FEM
Topic: [Partially solved] Set a custom material solely to ONE node
Replies: 7
Views: 1549

Re: [Help] Set a custom material solely to ONE node

It is possible to define a material set SOLELY to ONE node? Usually material properties are defined on elements, but in CalculiX there is a special element type for defining mass at node. Look to the manual on the element types and *MASS card http://www.feacluster.com/CalculiX/ccx_2.13/doc/ccx/node...
by EkaitzEsteban
Mon Sep 24, 2018 10:53 am
Forum: FEM
Topic: [Partially solved] Selected element identification in .inp file
Replies: 37
Views: 7027

[Partially solved] Selected element identification in .inp file

Hello, I am trying to select a simple element (type C3D10) from Gmsh mesh for changing the material solely to the selected element. Using the mouse, in the Selection View I can click and check the following elements (e.g.) SimpleBox.FEMMeshGmsh.Elem0F1 (FEMMeshGmsh) SimpleBox.FEMMeshGmsh.Elem42F1 (F...
by EkaitzEsteban
Mon Sep 24, 2018 6:48 am
Forum: FEM
Topic: [Partially solved] Set a custom material solely to ONE node
Replies: 7
Views: 1549

Re: [Help] Set a custom material solely to ONE node

chrisb wrote: Mon Sep 24, 2018 6:10 am(Moved to FEM)
Thank you.
by EkaitzEsteban
Mon Sep 24, 2018 2:31 am
Forum: FEM
Topic: [Partially solved] Set a custom material solely to ONE node
Replies: 7
Views: 1549

Re: [Help] Set a custom material solely to ONE node

I think this is more a fem related issue than a material related issue. However don't know why you need a singe node as another material... The only way to archive this i thing would be add a point to the model and mark the model as one material and the other part(s) as their own material(s). I thi...