Search found 13 matches
- Sat Feb 15, 2025 10:12 am
- Forum: Get Started Discussion
- Topic: Constraints - continuity equaldof
- Replies: 1
- Views: 2163
Constraints - continuity equaldof
Hi, I built a model of a frame filled with a buffer modeled through two double struts. I created a main geometry (frame) and then connected the two uprights to the frame through equaldofs. The frame is constrained to the base while at the top the nodes are constrained in the Y direction (out of ...
- Fri Jan 17, 2025 11:39 am
- Forum: Get Started Discussion
- Topic: sectionFiber - zi, Ai
- Replies: 1
- Views: 2166
sectionFiber - zi, Ai
Hi, I want to create or change the parameters of a fiber section using Python. How can I assign the corresponding values of zi, yi, and the fiber area to an already created section? The intent is to automate the process of entering these fiber parameters for a calibration. I also attach the STKO ...
- Fri Jan 10, 2025 5:19 pm
- Forum: Get Started Discussion
- Topic: Material parameterization
- Replies: 4
- Views: 1924
Re: Material parameterization
SCript -API-6
from PyMpc import *
import os
from openpyxl import load_workbook
App.clearTerminal()
doc = App.caeDocument()
def run():
print("Inizio esecuzione script...")
# Verifica se il documento STKO è caricato
if doc is None:
print("Errore: Nessun documento attivo in STKO.")
return ...
from PyMpc import *
import os
from openpyxl import load_workbook
App.clearTerminal()
doc = App.caeDocument()
def run():
print("Inizio esecuzione script...")
# Verifica se il documento STKO è caricato
if doc is None:
print("Errore: Nessun documento attivo in STKO.")
return ...
- Fri Jan 10, 2025 5:09 pm
- Forum: Get Started Discussion
- Topic: Material parameterization
- Replies: 4
- Views: 1924
Re: Material parameterization
ok thank you very much I solved it. Now I'm running the script and I get these debugs that I put. How can I fix it so that the materials are created? I tried more functions but unfortunately I'm not solving any of them.
Terminal
Inizio esecuzione script...
Documento STKO caricato.
Percorso file ...
Terminal
Inizio esecuzione script...
Documento STKO caricato.
Percorso file ...
- Wed Jan 08, 2025 9:48 am
- Forum: Get Started Discussion
- Topic: Material parameterization
- Replies: 4
- Views: 1924
Material parameterization
Hi, I'm creating a stko model of a reinforced concrete frame in which the infill is modeled through 2 pairs of struts. The central part of the struts is made up of a fiber section composed of 120 fibers and therefore 60 different fiber materials. To optimize the fiber material insertion procedure I ...
- Thu Nov 21, 2024 9:46 am
- Forum: Get Started Discussion
- Topic: Infilled frame
- Replies: 12
- Views: 1364
Re: Infilled frame
ok perfect, everything is clear and now it works. Thank you for your availability.
- Tue Nov 19, 2024 12:43 pm
- Forum: Get Started Discussion
- Topic: Infilled frame
- Replies: 12
- Views: 1364
Re: Infilled frame
Ok perfect thanks. I put the equaldof as you told me and now the analysis proceeds.
The only point is that the analysis works exclusively with these Analysis settings (see figure 1) and already having experimental and numerical data to compare the hysteretic cycle with I note that the stiffness of ...
The only point is that the analysis works exclusively with these Analysis settings (see figure 1) and already having experimental and numerical data to compare the hysteretic cycle with I note that the stiffness of ...
- Mon Nov 11, 2024 10:09 am
- Forum: Get Started Discussion
- Topic: Infilled frame
- Replies: 12
- Views: 1364
Re: Infilled frame
Sorry, I explained myself badly.
I attach the new images where you can understand better:
in the center of the panel there must be 2 pairs of overlapping nodes (as in the figure), for a total of 4 nodes. For each pair of nodes a double strut is connected: the first double strut starts from the ...
I attach the new images where you can understand better:
in the center of the panel there must be 2 pairs of overlapping nodes (as in the figure), for a total of 4 nodes. For each pair of nodes a double strut is connected: the first double strut starts from the ...
- Thu Nov 07, 2024 2:01 pm
- Forum: Get Started Discussion
- Topic: Infilled frame
- Replies: 12
- Views: 1364
Re: Infilled frame
ok. But if I need to have that node in the center, as the section properties of the element are assigned, how can I do to not have a single node but two independent overlapping ones?
I attach an example image of the strut model.
I need the node in the center because half of the strut is composed of ...
I attach an example image of the strut model.
I need the node in the center because half of the strut is composed of ...
- Tue Nov 05, 2024 2:06 pm
- Forum: Get Started Discussion
- Topic: Infilled frame
- Replies: 12
- Views: 1364
Re: Infilled frame
yes I tried to create two different points or vertices in the center, but when I do "make wire" it joins them all and consequently the overlapping vertices implode into a single vertex.