Search found 1590 matches
- Tue Jan 31, 2023 3:21 pm
- Forum: Analysis
- Topic: Bridge eigenvalue analysis.
- Replies: 2
- Views: 65
Re: Bridge eigenvalue analysis.
When you see a NAN in the eigenvalues, it means that you structure is singular. If you look at the mode shapes (in the STKO post processor use a surface plot with ModesOfVibration(U) as color and deformation). You will see that the super-structure and the piles seem to be detached from the central b...
- Tue Jan 31, 2023 11:54 am
- Forum: Get Started Discussion
- Topic: Model construction with Python API
- Replies: 10
- Views: 600
Re: Model construction with Python API
Here it is: MakeGeometry - MUz - N layers v02.zip It follows the same steps as the physical properties. You just have to figure out what attribute you want to change, and what Type it is (i.e. Real, Integer, QuantityScalar, etc...). You can do it by looking at the associated python file (in your cas...
- Tue Jan 31, 2023 10:19 am
- Forum: Get Started Discussion
- Topic: Rimozione Elementi
- Replies: 11
- Views: 372
Re: Rimozione Elementi
Ecco un esempio funzionante: Parete.zip La maniera più semplice (quella utilizzata nel file sopra) consiste nell'utilizzare il "removeModelSubset" Analysis Step. Bisogna assegnare un selection set degli oggetti da rimuovere e un selection set dei bordi da mantenere (necessario quando i bordi degli o...
- Fri Jan 27, 2023 8:18 am
- Forum: Get Started Discussion
- Topic: geogrid reinforcement
- Replies: 1
- Views: 79
Re: geogrid reinforcement
You can use the embedded rebars approach we used in our webinar about RC shear walls
- Wed Jan 25, 2023 8:11 am
- Forum: Get Started Discussion
- Topic: Rimozione Elementi
- Replies: 11
- Views: 372
Re: Rimozione Elementi
Potrebbe rappresentare con uno sketch come vorrebbe effettuare la rimozione? Le anticipo che la rimozione di un singolo blocco è molto semplice. Rimuovere invece secondo una certa funzione del tempo, potrebbe richiedere un po di scripting. Per esempio, rimuovere progressivamente le mesh dai bordi ve...
- Wed Jan 25, 2023 7:54 am
- Forum: Property
- Topic: Coupled RC Core Wall with MVLEM-3D
- Replies: 34
- Views: 730
Re: Coupled RC Core Wall with MVLEM-3D
You can print to the STKO's terminal. Inside the STKO's environment, the Python's print is redirected to the std::cout, and thus to the terminal terminal.png from PyMpc import * # This clears the STKO's terminal App.clearTerminal() # this prints to the STKO's terminal using the # 'standard' formatti...
- Tue Jan 24, 2023 6:05 pm
- Forum: Property
- Topic: Coupled RC Core Wall with MVLEM-3D
- Replies: 34
- Views: 730
Re: Coupled RC Core Wall with MVLEM-3D
If you want you can edit the file with whatever editor you want outside of STKO.
But you need to run it in STKO, because it adds extensions to the standard python
But you need to run it in STKO, because it adds extensions to the standard python
- Tue Jan 24, 2023 2:33 pm
- Forum: Property
- Topic: Coupled RC Core Wall with MVLEM-3D
- Replies: 34
- Views: 730
Re: Coupled RC Core Wall with MVLEM-3D
Try this:
- Mon Jan 23, 2023 5:19 pm
- Forum: Property
- Topic: Coupled RC Core Wall with MVLEM-3D
- Replies: 34
- Views: 730
Re: Coupled RC Core Wall with MVLEM-3D
We just released it. Try it now
- Mon Jan 23, 2023 11:55 am
- Forum: Get Started Discussion
- Topic: Rimozione Elementi
- Replies: 11
- Views: 372
Re: Rimozione Elementi
Nell'esempio allegato credo di aver usato una mesh più grossolana per testare più rapidamentevevo il dubbio sui 10 mm nel global seed in questo caso, date le dimensioni maggiori della parete rispetto al campione in muratura da me precedentemente modellato. Voi quale dimensione avete utilizzato?