Search found 7 matches

by geyas
Mon Jan 19, 2015 5:59 pm
Forum: Framework
Topic: Cannot use PlainStressUserMaterial, no definition of PSUMAT
Replies: 6
Views: 13515

Re: Cannot use PlainStressUserMaterial, no definition of PSU

fmk wrote: > did you get OpenSees as a binary application or did you build it yourself. > If you downloaded a binary what operating system are you using? Thank you for your reply. I built 32-bit OpenSees myself, using the version2.4.5 source code, on a Windows 7 machine. By the way, I cannot build 6...
by geyas
Fri Jan 16, 2015 9:23 am
Forum: Framework
Topic: Cannot use PlainStressUserMaterial, no definition of PSUMAT
Replies: 6
Views: 13515

Cannot use PlainStressUserMaterial, no definition of PSUMAT

I cannot use PlainStressUserMaterial in OpenSEES built by source code v2.4.5, with the message: "PSUMAT - NOT DEFINED IN THIS VERSION, SOURCE CODE RESTRICTED". There is no definition of function "PSUMAT" in PlainStressUserMaterial.cpp. But when I use the official OpenSees.exe downloaded directly fro...
by geyas
Mon Dec 29, 2014 8:30 am
Forum: Framework
Topic: Link error when building 64-bit OpenSees on Windows
Replies: 3
Views: 4896

Re: Link error when building 64-bit OpenSees on Windows

That's a pity. Maybe I should just stick on the 32-bit version. But still thank you.
by geyas
Sat Dec 27, 2014 2:45 pm
Forum: Framework
Topic: Building v.2.4.4
Replies: 8
Views: 9411

Re: Building v.2.4.4

Did you solve the problem of "module machine type 'x64' conflicts with target machine type 'X86'" ? I'm facing the same problem and don't know how to solve it.
by geyas
Sat Dec 27, 2014 2:33 pm
Forum: Framework
Topic: Link error when building 64-bit OpenSees on Windows
Replies: 3
Views: 4896

Link error when building 64-bit OpenSees on Windows

Hi, I tried to building 64-bit OpenSees on a 64-bit Windows machine, but failed due to the error: libm.lib(isnan.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' This error occurs both in building Project OpenSees and OpenSeesTk. I've searched this issue...
by geyas
Tue Jul 23, 2013 7:16 am
Forum: OpenSees.exe Users
Topic: OpenSEES - MatLAB interface
Replies: 4
Views: 4034

Re: OpenSEES - MatLAB interface

Newest: I have solved the problem. "model BasicBuilder -ndm 2 -ndf 3" should also be put in "analysis-2.tcl" :D Old Message: Hi Giuseppe, If your problem had been solved, can I ask you how you solve it? What I'm trying to do is : 1. Use OpenSEES to analyze one step of a dynamic analysis, use databas...