Search found 108 matches

by EkaitzEsteban
Sun Sep 23, 2018 9:52 am
Forum: FEM
Topic: [Partially solved] Set a custom material solely to ONE node
Replies: 7
Views: 1549

[Partially solved] Set a custom material solely to ONE node

Hello,

I am exploring and editing manually the .inp file for performing different frequency analyses.

However, I have a problem when defining different materials.

How can I define more than one material set?

It is possible to define a material set SOLELY to ONE node?

best regards,
Ekaitz.
by EkaitzEsteban
Sun Sep 23, 2018 4:52 am
Forum: FEM
Topic: [SOLVED] Frequency Analysis - FEM: No nodes found in Frd file
Replies: 8
Views: 5794

Re: [Problem] Frequency Analysis - FEM: No nodes found in Frd file

I guess looking to the link it should be *********************************************************** ** At least one step is needed to run an CalculiX analysis of FreeCAD ** written by write_step_begin function *STEP *FREQUENCY, MATRIXSTORAGE 1,0.0,100000.0 otherwise does it werks with default anal...
by EkaitzEsteban
Fri Sep 21, 2018 2:43 pm
Forum: FEM
Topic: [SOLVED] Frequency Analysis - FEM: No nodes found in Frd file
Replies: 8
Views: 5794

[SOLVED] Frequency Analysis - FEM: No nodes found in Frd file

Hello, When I perform a frequency analysis, I edit the .inp file manually including in the frecuency step: *********************************************************** ** At least one step is needed to run an CalculiX analysis of FreeCAD ** written by write_step_begin function *STEP *FREQUENCY, SOLVE...
by EkaitzEsteban
Fri Sep 21, 2018 2:24 pm
Forum: FEM
Topic: Internal nodes [SOLVED]
Replies: 8
Views: 1500

Re: Internal nodes [SOLVED]

bernd wrote: Thu Sep 13, 2018 3:25 pm Yep thats it, but only if you have less than 50000 Faces. Above this you need to increase the Parameter "Max Faces Show Inner"



Screenshot_20180913_172312.png
Thank you bernd
by EkaitzEsteban
Thu Sep 13, 2018 8:06 am
Forum: Developers corner
Topic: Create a new Clipping Plane tool - source code
Replies: 2
Views: 425

Create a new Clipping Plane tool - source code

Hello everyone,

I have a question. Where is the source code of clipping plane tool?

I want to create a new one (modifying the actual) but I dont know how to start....

best regards,
Ekaitz.
by EkaitzEsteban
Thu Sep 13, 2018 6:54 am
Forum: FEM
Topic: Internal nodes [SOLVED]
Replies: 8
Views: 1500

Re: Internal nodes [SOLVED]

Hi,

I found a solution. ShowInner = True option allows to see the internal nodes and meshgrid.

The python API code is the following one:

Code: Select all

FreeCADGui.getDocument("Unnamed").getObject("FEMMeshNetgen").ShowInner = True
thank you.

Ekaitz.
by EkaitzEsteban
Thu Sep 13, 2018 5:25 am
Forum: FEM
Topic: Internal nodes [SOLVED]
Replies: 8
Views: 1500

Re: Internal nodes

From the mesh or from results mesh? Hello Bernd, Thank you for your fast response. Maybe I dont explain correctly, it was my first post :). When I do a mesh, I can visualize the external nodes (on the surface) and it can be "selected" with the mouse. However, I want to be able to select b...
by EkaitzEsteban
Wed Sep 12, 2018 2:40 pm
Forum: FEM
Topic: Internal nodes [SOLVED]
Replies: 8
Views: 1500

Internal nodes [SOLVED]

Hello,

How can I see the internal nodes?

EDIT: SOLVED