Search found 516 matches
- Tue Mar 30, 2021 1:59 pm
- Forum: Pre Processor
- Topic: running multiple time histories
- Replies: 13
- Views: 236
Re: running multiple time histories
Of course you can. You can follow the steps in the post I sent you. But instead of creating an AnalysisStep of type "AnalysisCommand" in STKO, you can create another CustomCommand, where you just "source" your analysis script
- Mon Mar 29, 2021 4:53 pm
- Forum: Pre Processor
- Topic: running multiple time histories
- Replies: 13
- Views: 236
Re: running multiple time histories
It can be done and it is relatively easy.
We answered to a very similar problem here:
viewtopic.php?f=38&t=1640&p=2485&hilit=parametric#p2485
We answered to a very similar problem here:
viewtopic.php?f=38&t=1640&p=2485&hilit=parametric#p2485
- Mon Mar 29, 2021 4:51 pm
- Forum: Post processing and data visualization
- Topic: soil material stress-strain result
- Replies: 8
- Views: 102
Re: soil material stress-strain result
Your custom element recorder commands do not work because you are running the OpenSeesMP (parallel) version. It is quite difficult to write correctly those recorders for the OpenSeesMP. Because the model is partiitoned, so you would need to write 1 recorder for each partition, including only nodes/e...
- Fri Mar 26, 2021 5:09 pm
- Forum: Post processing and data visualization
- Topic: soil material stress-strain result
- Replies: 8
- Views: 102
Re: soil material stress-strain result
I have even tried to manually extract the data through the "custom command" option, but in the .out file nothing was there except the time column. Probably you wrote it wrong. Can you share your script? And what element are you using? lso, if I want the displacement (or bending moment) at each node...
- Thu Mar 25, 2021 9:17 am
- Forum: Analysis
- Topic: Drift recorder
- Replies: 3
- Views: 53
Re: Drift recorder
You're welcome. Happy modeling!
- Wed Mar 24, 2021 1:11 pm
- Forum: Post processing and data visualization
- Topic: Extraction of results
- Replies: 1
- Views: 27
Re: Extraction of results
It should work as before, probably there is something wrong with how you selected the node and/or the analysis stage.
Check the chartData, can you see results in their tables?
Could you please post some images showing how you perform the extraction?
Check the chartData, can you see results in their tables?
Could you please post some images showing how you perform the extraction?
- Tue Mar 23, 2021 3:47 pm
- Forum: Property
- Topic: Material property curve export\import
- Replies: 7
- Views: 244
Re: Material property curve export\import
If you don't want the output file to be deleted automatically, you need to comment the highlighted line in the files
C:\Program Files\STKO\external_solvers\opensees\physical_properties\utils\tester\Tester1D.py (and TesterND.py for 3D materials)
C:\Program Files\STKO\external_solvers\opensees\physical_properties\utils\tester\Tester1D.py (and TesterND.py for 3D materials)
- Tue Mar 23, 2021 3:42 pm
- Forum: Analysis
- Topic: Multiple time histories
- Replies: 1
- Views: 39
Re: Multiple time histories
The wipeAnalysis just resets the settings of the analysis (algorithm, constraint handler, analysis, etc...).
If you want to reset your model status to a "virgin" stage, you need to use the "reset" command.
If you want to reset your model status to a "virgin" stage, you need to use the "reset" command.
- Tue Mar 23, 2021 3:40 pm
- Forum: Analysis
- Topic: Bidirectional excitation
- Replies: 1
- Views: 30
Re: Bidirectional excitation
If you mean uniform excitations in X and Y simultaneously, you just need to apply 2 uniformExcitation just before the dynamic analysis
- Tue Mar 23, 2021 3:39 pm
- Forum: Analysis
- Topic: Drift recorder
- Replies: 3
- Views: 53
Re: Drift recorder
There is one random color for each column-sequence.
This is the default in matplotlib.
But you can easily change the script to use your own colors, or even the same color for all column sequences.
This is the default in matplotlib.
But you can easily change the script to use your own colors, or even the same color for all column sequences.