zhuminjie / OpenSeesPy

OpenSeesPy versions, doc, and pip
Other
157 stars 66 forks source link

Damage2p model not available v. 3.4.0.5 #106

Closed sarabiaf closed 1 year ago

sarabiaf commented 1 year ago

Hi, I am running openseespy version 3.4.0.5 and I am getting the following message: "WARNING material type Damage2p is unknown". The Damage2p material appears as available in the openseespy documentation. Any guidance would be greatly appreciated.

sarabiaf commented 1 year ago

Here a code snippet to replicate the error:

from openseespy import opensees as op op.model("basic", "-ndm", 3, "-ndf",3) op.nDMaterial("Damage2p",1,-10)

mhscott commented 1 year ago

The source code for Damage2p is not available and the model is only usable from the Tcl-based OpenSees.exe.

This is out of our control, so we will remove the documentation.