RE: MPCORecorder error

Post Reply
ryancwl95
Posts: 98
Joined: Mon Sep 25, 2023 12:42 am

RE: MPCORecorder error

Post by ryancwl95 » Sun Feb 23, 2025 9:13 pm

Hi Admin,

I am using STKO for post-processing in my current analysis. I have created a TCL script that feeds OpenSees and loops through different values of permeability (k) for the same model. This model analysis consists of four stages, with the first stage being a gravity stage. Additionally, I have attempted to create an MPCO recorder using the specified format.

recorder mpco "C:/OpenSees-Solvers/B24F_LE_E2e8_k_${kperm}/B24F_LE_E2e8_k_${kperm}_recorders1.mpco" \
-N "displacement" "velocity" "acceleration" "reactionForce" "reactionForceIncludingInertia" "pressure" \
-E "force" "deformation" "localForce" "equivalentPlasticStrain" \
-E "strain" "stress" "tangent"

While attempting to create the recorders (before the gravity stage), I'm faced with this error:
Screenshot 2025-02-23 211026.png
Screenshot 2025-02-23 211026.png (16.15 KiB) Viewed 2434 times
Could you please provide advice on how to resolve this error?

Best regards,
Ryan

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: RE: MPCORecorder error

Post by STKO Team » Mon Feb 24, 2025 9:06 am

This is strange. That error should never happen.

Can you print your kperm value? are you sure there is no white space in it?

ryancwl95
Posts: 98
Joined: Mon Sep 25, 2023 12:42 am

Re: RE: MPCORecorder error

Post by ryancwl95 » Mon Feb 24, 2025 8:34 pm

STKO Team wrote:
Mon Feb 24, 2025 9:06 am
This is strange. That error should never happen.

Can you print your kperm value? are you sure there is no white space in it?
Could you explain what you mean by "white space"?

kesavapraba
Posts: 468
Joined: Sat Mar 28, 2020 2:25 pm

Re: RE: MPCORecorder error

Post by kesavapraba » Mon Mar 10, 2025 7:37 am

Hi, I think STKO Team meant any spacing in the kperm string. For example, if your kperm is "Hi there", you can notice the space between Hi and there.
:: With best wishes ::
Prabakaran Kesavan

Post Reply