Search found 21 matches

by jfhuang
Wed Sep 25, 2024 7:47 pm
Forum: OpenSees Sequential
Topic: Modal time history analysis
Replies: 4
Views: 2594

Re: Modal time history analysis


Hi, I am not aware of any direct method available in OpenSees. However, you can still achieve it by some custom TCL script or extenal numerical platform, like MATLAB and Python. After developing your model, you can obtain mass and stiffness matrices as well as modal properties (frequencies and ...
by jfhuang
Tue Sep 24, 2024 11:28 pm
Forum: OpenSees Sequential
Topic: Modal time history analysis
Replies: 4
Views: 2594

Modal time history analysis

Hello everyone, does anybody know how to do a linear modal time history analysis in OpenSees? This will be useful in understanding the dynamics of the structure and modal contributions. I know we can do a response spectrum analysis but a time history is more of what I need. Thanks a lot for the ...
by jfhuang
Sat Feb 17, 2024 9:49 pm
Forum: Mesh
Topic: Issue with max number of partition
Replies: 1
Views: 2805

Issue with max number of partition

Hi, I was trying to do the partition in STKO v3.3.0 but found out the resultant number of partitions was not always the same as my input. To demonstrate the issue, I am attaching a small model for testing purposes. For this model, I would only get 6 partitions even though I have requested 8, and my ...
by jfhuang
Tue Jan 30, 2024 3:07 pm
Forum: Post processing and data visualization
Topic: Support for 2D PML elements
Replies: 8
Views: 6634

Re: Support for 2D PML elements

Oh got it, thank you for the response.
by jfhuang
Sat Jan 27, 2024 8:49 pm
Forum: Post processing and data visualization
Topic: Support for 2D PML elements
Replies: 8
Views: 6634

Re: Support for 2D PML elements

Hi, just want to have a quick follow-up on this?
by jfhuang
Mon Jan 22, 2024 6:52 pm
Forum: OpenSees SP
Topic: OpenSeeSP MPCORecorder Error: cannot write model
Replies: 3
Views: 4326

Re: OpenSeeSP MPCORecorder Error: cannot write model

I see, thanks very much for the explanation.
by jfhuang
Thu Jan 18, 2024 5:34 am
Forum: OpenSees SP
Topic: OpenSeeSP MPCORecorder Error: cannot write model
Replies: 3
Views: 4326

OpenSeeSP MPCORecorder Error: cannot write model

Hi, I am using the mpco recorder in OpenSeesSP to record only part of my model which is defined using the region command. However, this can lead to MPCRecorder write errors in some occasions. Specfically, this happens when I put the mpco recorder between the first gravity initialization phase and ...
by jfhuang
Tue Nov 21, 2023 11:49 pm
Forum: Post processing and data visualization
Topic: Support for 2D PML elements
Replies: 8
Views: 6634

Re: Support for 2D PML elements

Hi, sorry for the delayed response, I was much bogged down by other appointments. Attached please find an minimum example of 2D PML elements that leads to Segmentation fault during runtime. The analysis can proceed by commenting out the "recorder mpco ..." line, indicating the Segmentation error ...
by jfhuang
Fri Oct 29, 2021 6:02 pm
Forum: Post processing and data visualization
Topic: Support for 2D PML elements
Replies: 8
Views: 6634

Support for 2D PML elements

Hello STKO team,

I was trying to record results for the PML elements implemented in OpenSees ( https://github.com/OpenSees/OpenSees/pull/503 ). The mpco recorder seems to work for the 3D PML elements (8-node element) well as shown in the attached image "PML3D.png".

However, it does not work for ...
by jfhuang
Tue Feb 09, 2021 4:37 am
Forum: OpenSees SP
Topic: Cannot use mpco recorder in OpenSeesSP when running with multiple cores
Replies: 22
Views: 18553

Re: Cannot use mpco recorder in OpenSeesSP when running with multiple cores

I see, thank you very much for this very helpful explanation!!