Python + Plot + NorSand + η

Is it possible using python to output plots of η?

For example can do IncrementalDeviatoricStrain using: g_o.Plots[0].ResultType = g_o.ResultTypes.Soil.IncrementalDeviatoricStrain

  • Firstly, I want to mention that I am conducting fully coupled analyses.

    I have been attempting to track norsand variables, and in this regard, I have experimented with two commands: getcurveresults (gcres) and getsingleresult (gsre). However, it appears that gcres does not store StateParameters, and gsre is limited to retrieving results from the last step of a phase. Could you please confirm if my understanding is accurate?

    Regarding my previous question, I have since verified that the error I was encountering was originated from the step I was attempting to retrieve.

  • Please allow me to correct this statement, as it is possible to use both getcurveresults command and the getsingleresult to retrieve the data.

    For the getcurveresults command to work, you need to select a PostCalc curve point. See this article for more information on  Selecting points for curves . This is also what you can notice when you try to create a curve plot for a state parameter of a UDSM.

    Both commands support phase and step objects, as our documentation explains.

    You can see examples below. I hope that this helps.