Search found 19 matches
- Thu Jan 30, 2014 10:30 am
- Forum: OpenSees.exe Users
- Topic: shell element accuracy issue
- Replies: 2
- Views: 3885
Re: shell element accuracy issue
dear fmk thank you so much for quick and brilliant response of yours this meant a lot for me thanks for your precoius time, and off course i will review my text books about finite element.
- Thu Jan 30, 2014 6:44 am
- Forum: OpenSees.exe Users
- Topic: shell element accuracy issue
- Replies: 2
- Views: 3885
shell element accuracy issue
Dear fmk, I'm modeling a simple 1 story wall using every possible element in OpenSees( ShellMITC4,quad,spsbrick,stdbrick,...) and using it correctly like verification example "PlanarShearWall" but results are so different from Sap2000(I couldn't reproduce answers you assign to sap results ...
- Wed Jan 01, 2014 8:46 am
- Forum: Framework
- Topic: Windows 64bit compilation
- Replies: 4
- Views: 7744
Re: Windows 64bit compilation
Dear johnnyontheweb, well with all the respect for dear fmk, but I couldn't build opensees by tcl 64 bit!!!! actually it's kinda ridiculous I completely removed X64 tcl and installed x86 tcl and magical! it worked! hear is complete instruction: 1.download rev5641 2.install X86 version of tcl (no mat...
- Wed Dec 11, 2013 9:47 pm
- Forum: OpenSees.exe Users
- Topic: p-delta effect
- Replies: 8
- Views: 11417
Re: p-delta effect
Dear all,
thank you so much for your help
thank you so much for your help
- Tue Dec 10, 2013 11:12 pm
- Forum: OpenSees.exe Users
- Topic: p-delta effect
- Replies: 8
- Views: 11417
Re: p-delta effect
Dear fmk, thank you so much for quick response, actually I knew that OpenSees do the P-large delta but I was seeking a way to do both P-Delta & P-delta by only one element (not by breaking it up into some elements) and you just showed me a way in 2D thanks! by the way would you please give me Op...
- Tue Dec 10, 2013 3:38 am
- Forum: OpenSees.exe Users
- Topic: p-delta effect
- Replies: 8
- Views: 11417
Re: p-delta effect
dear nazgol,
did you solve this issue? I'm dealing with it now, I need help please...I checked last revision(5634) but I get same results as you did !
did you solve this issue? I'm dealing with it now, I need help please...I checked last revision(5634) but I get same results as you did !
- Sat Dec 07, 2013 12:13 am
- Forum: Framework
- Topic: Building On X64 Platform
- Replies: 5
- Views: 6297
Re: Building On X64 Platform
Dear Bag006, Off course I gave it a try and numerous LNK2019 error showed up from VS and I changed my windows to 32bit platform and all of errors vanished and everything now works fine in 32bit windows but I'm sick of 32bit windows so I wondered if anyone did the compiling and building on 64bit wind...
- Fri Dec 06, 2013 11:33 am
- Forum: Framework
- Topic: Building On X64 Platform
- Replies: 5
- Views: 6297
Building On X64 Platform
Dear all,
can anyone compile and build opensees on x64 platform without any link error?
If yes, would you please explain steps for me please?
can anyone compile and build opensees on x64 platform without any link error?
If yes, would you please explain steps for me please?
- Mon Dec 02, 2013 11:56 am
- Forum: Framework
- Topic: ANALYSIS STEPS IN DEEP
- Replies: 2
- Views: 3229
Re: ANALYSIS STEPS IN DEEP
dear brag006 I've followd your posts in forum and I guess you got the main picture of opensees can I ask you a few questions about it? I'm sorry for asking this here but I really need help for my thesis, here is my e-mail and thank you so much.
ardalan.nejat@hotmail.com
ardalan.nejat@hotmail.com
- Sat Nov 30, 2013 11:46 pm
- Forum: Framework
- Topic: ANALYSIS STEPS IN DEEP
- Replies: 2
- Views: 3229
ANALYSIS STEPS IN DEEP
Dear All, I have two questions! 1-I follow the code debugging and I guess every assembly and forming stiffness matrix is happening at TransformationConstraintHandler is that correct? 2-what is it you are doing in this piece of code? int numSPConstraints = 0; SP_ConstraintIter &theSP1s = theDomai...
- Sat Nov 30, 2013 10:20 pm
- Forum: Framework
- Topic: A simple c++ shell problem
- Replies: 11
- Views: 17573
Re: A simple c++ shell problem
#include <stdlib.h> #include <conio.h> #include <OPS_Globals.h> #include <StandardStream.h> #include <ModelBuilder.h> #include <SectionForceDeformation.h> #include <ArrayOfTaggedObjects.h> // includes for the domain classes #include <Domain.h> #include <Node.h> #include <Truss.h> #include <ElasticMa...
- Sat Nov 30, 2013 3:17 am
- Forum: Framework
- Topic: Problem Building V. 2.4.1
- Replies: 11
- Views: 14000
- Sat Nov 30, 2013 3:14 am
- Forum: Framework
- Topic: A simple c++ shell problem
- Replies: 11
- Views: 17573
Re: A simple c++ shell problem
I have the compelete main file of it if anyone wants it just let me know
- Sat Nov 30, 2013 3:11 am
- Forum: Framework
- Topic: Compiling Opensees Without Tcl
- Replies: 4
- Views: 5818
Re: Compiling Opensees Without Tcl
Dear cobalt, I figured out how to build it, here is how: 1:use 32bit windows 2:use visual studio (because it uses visual C++ compiler) 3:create a new solution 4:add source files which are in quickmain project to it as source file(main.cpp,elemen_API.cpp,vc2005.cpp) 5:find all header files *.h files ...
- Mon Sep 30, 2013 11:40 pm
- Forum: Framework
- Topic: Example 1 By C++
- Replies: 0
- Views: 2975
Example 1 By C++
Dear All, I've been trying to solve example 1 by C++, first the console app. said that there is no node 5 in domain so I change SP_CONSTRAINT arguments to these SP_Constraint *sp1 = new SP_Constraint(1, 0, 0.0); SP_Constraint *sp2 = new SP_Constraint(1, 1, 0.0); SP_Constraint *sp3 = new SP_Constrain...