Dear Dr. McKenna,
did you receive my mail with a sample code?
Were you able to reproduce the error?
Thank you very much
Diego Talledo
Search found 20 matches
- Thu Dec 16, 2010 6:22 am
- Forum: Framework
- Topic: Some errors with recorders
- Replies: 6
- Views: 6733
- Sat Dec 04, 2010 3:04 am
- Forum: Framework
- Topic: Some errors with recorders
- Replies: 6
- Views: 6733
No, for example, I've done following model that use only nDMaterial Elastic and PlateFiber: [code] # Modello T9.tcl # Trave senza armatura a taglio # Tratta da esperimenti di Leonhardt e Walther # Cancella tutte le variabili wipe # Imposta il modello in 3 dimensioni con 6 gradi di libertà per nodo ...
- Fri Dec 03, 2010 2:57 pm
- Forum: Framework
- Topic: Some errors with recorders
- Replies: 6
- Views: 6733
- Fri Dec 03, 2010 6:42 am
- Forum: Framework
- Topic: Some errors with recorders
- Replies: 6
- Views: 6733
Some errors with recorders
Dear frank, I have a model 2d layered elements with an user-defined material. I compiled with Visual Studio 2010. I'm using Windows 7 64 bit, but I compiled a 32 bit version of OpenSees. The tcl file is following: [code] wipe # Imposta il modello in 3 dimensioni con 6 gradi di libertà per nodo # (3...
- Fri Dec 03, 2010 3:41 am
- Forum: Framework
- Topic: Compiling 2.2.2 in Fedora 12
- Replies: 16
- Views: 12948
- Tue Oct 12, 2010 3:02 am
- Forum: Framework
- Topic: WindowsDLLs Build Error
- Replies: 9
- Views: 8976
- Wed Sep 29, 2010 5:21 am
- Forum: Framework
- Topic: WindowsDLLs Build Error
- Replies: 9
- Views: 8976
Error compiling windows dll
Hi frank. I'm trying to compile a windows dll like example in wiki. I followed all 24 points in your tutorial. But there is one error during compiling: [code] win32Functions.cpp c:\users\diego\openseesdeveloper\core\win32functions.cpp(70) : error C2086: 'OPS_GetNodeInfoPtrType __cdecl OPS_GetNodeDis...
- Sat Jul 24, 2010 3:05 am
- Forum: OpenSees.exe Users
- Topic: TimeSeries UniformExcitation
- Replies: 4
- Views: 6153
Thank you Frank. The error was this. Sorry, but when I tried inputing all lines manually, when I saw this, I thought it was an error. But it's not, becuase if I go ahead the analysis is ok. I think it is a warning, is it right? [code] OpenSees > model basic -ndm 2 -ndf 3 OpenSees > node 1 0 0 OpenSe...
- Fri Jul 23, 2010 3:16 pm
- Forum: OpenSees.exe Users
- Topic: TimeSeries UniformExcitation
- Replies: 4
- Views: 6153
- Fri Jul 23, 2010 5:15 am
- Forum: Framework
- Topic: which version of Visual Studio could work?
- Replies: 5
- Views: 4648
- Fri Jul 23, 2010 5:01 am
- Forum: Framework
- Topic: which version of Visual Studio could work?
- Replies: 5
- Views: 4648
- Thu Jul 22, 2010 10:14 am
- Forum: OpenSees.exe Users
- Topic: TimeSeries UniformExcitation
- Replies: 4
- Views: 6153
TimeSeries UniformExcitation
I'm looking example "Ex1a.Canti2D.EQ.tcl" and also Getting Started. There is an error in: [code] # create load pattern source ReadSMDFile.tcl ReadSMDFile BM68elc.th BM68elc.acc dt set accelSeries "Series -dt $dt -filePath BM68elc.acc -factor 1"; pattern UniformExcitation 2 1 -acc...
- Tue Apr 27, 2010 3:06 am
- Forum: Feature Requests/Future Directions
- Topic: Nodal Reactions
- Replies: 2
- Views: 10204
Re: Nodal Reactions
[quote="motalaat"]Is it foreseeable to have an recorder command option that outputs nodal reactions, instead of having to sum it manually from element forces?[/quote]
i'm interested too in this feature. It would be a time-save have not to manually sum from element forces. Any news about it?
i'm interested too in this feature. It would be a time-save have not to manually sum from element forces. Any news about it?
- Wed Apr 14, 2010 12:07 am
- Forum: Feature Requests/Future Directions
- Topic: Request about print command
- Replies: 0
- Views: 4500
Request about print command
as requested I post this in the request forum: Hi, I've used print command to plot all domain objects at the end of analysis: print model.out I have only a problem: it didn't write a new file every time like recorders. If the file model.out is here, print command appends new lines to file model.out....
- Tue Apr 13, 2010 7:52 am
- Forum: OpenSees.exe Users
- Topic: about print command
- Replies: 1
- Views: 1727
about print command
Hi, I've used print command to plot all domain objects at the end of analysis: print model.out I have only a problem: it didn't write a new file every time like recorders. If the file model.out is here, print command appends new lines to file model.out. I resolved this via tcl removing the file at t...