Search found 50 matches

by Ashok
Fri Sep 04, 2020 6:37 pm
Forum: OpenSeesPy
Topic: A simple column buckling analysis
Replies: 11
Views: 3811

Re: A simple column buckling analysis

GOT IT !!! Small mistake in boundary condition.

Thank you.
by Ashok
Fri Sep 04, 2020 6:29 pm
Forum: OpenSeesPy
Topic: A simple column buckling analysis
Replies: 11
Views: 3811

Re: A simple column buckling analysis

Yes, I tried I am getting this error:

FullGenEigenSolver::solve() - the eigenvalue 1 is numerically undetermined or infinite
by Ashok
Fri Sep 04, 2020 8:22 am
Forum: OpenSeesPy
Topic: A simple column buckling analysis
Replies: 11
Views: 3811

Re: A simple column buckling analysis

Yes. I added but the same error persists. I tried with one more mass -> massv = [1,1,1], then the error is: ArpackSolver::Error with _saupd info = -9999 Could not build an Arnoldi factorization.IPARAM(5) the size of the current Arnoldi factorization: is 1factorization. The user is advised to check t...
by Ashok
Fri Sep 04, 2020 8:05 am
Forum: OpenSeesPy
Topic: A simple column buckling analysis
Replies: 11
Views: 3811

Re: A simple column buckling analysis

Now the error changes
It says starting vector is zero

ArpackSolver::Error with _saupd info = -9
Starting vector is zero.
WARNING StaticAnalysis::eigen() - EigenSOE failed in solve()
WANRING failed to do eigen analysis
by Ashok
Fri Sep 04, 2020 7:58 am
Forum: OpenSeesPy
Topic: A simple column buckling analysis
Replies: 11
Views: 3811

Re: A simple column buckling analysis

Sorry for that. I have given a pinned BC at the second node now.
But still it gives an error.

ArpackSolver::Error with _saupd info = -3
NCV must be greater than NEV and less than or equal to N.
WARNING DirectIntegrationAnalysis::eigen() - EigenSOE failed in solve()
WANRING failed to do eigen analysis
by Ashok
Fri Sep 04, 2020 2:09 am
Forum: OpenSeesPy
Topic: A simple column buckling analysis
Replies: 11
Views: 3811

A simple column buckling analysis

Dear sir, I am trying to do a simple column buckling analysis. I am getting some errors. Can you kindly help me out. My code: import openseespy.opensees as ops import openseespy.postprocessing.Get_Rendering as pst ops.model('basic','-ndm',2,'-ndf',3) ops.node(1,0,0) ops.node(2,0,10000) ops.geomTrans...
by Ashok
Thu Aug 27, 2020 7:50 am
Forum: OpenSees.exe Users
Topic: OpenSees analysis
Replies: 8
Views: 1570

Re: OpenSees analysis

Ok. Thank you. I will do that.
by Ashok
Thu Aug 27, 2020 3:28 am
Forum: OpenSees.exe Users
Topic: OpenSees analysis
Replies: 8
Views: 1570

Re: OpenSees analysis

Yeah, you are right. I could directly give 2 node link element with multilinear material property. But how do i differentiate if the multilinear material takes stress - strain or force - displacement? In documentation it's given it can be anything ! Moreover the reason I want to include the whole el...
by Ashok
Tue Aug 25, 2020 11:32 pm
Forum: OpenSees.exe Users
Topic: OpenSees analysis
Replies: 8
Views: 1570

Re: OpenSees analysis

Thanks for your response. I will try to describe my formulation. I have a Cold Formed Steel wall-panel frame (an assembly of 4 "pin jointed" beam-column elements in a rectangle forming a mechanism). Now, the wall-panel has a sheathing board which is connected to the frame through fasteners. When a l...
by Ashok
Tue Aug 25, 2020 4:01 am
Forum: OpenSees.exe Users
Topic: OpenSees analysis
Replies: 8
Views: 1570

OpenSees analysis

Dear sir, This may be a weird question but kindly answer this. Is it possible to include user defined member stiffness matrix into OpenSees? For example, taking a simple 2D frame, in a FEM software we generally discretize the frame into elements (beam-column elements) which have their own shape func...
by Ashok
Sun Aug 23, 2020 6:51 pm
Forum: OpenSees.exe Users
Topic: Compiling OpenSees in Visual Studio 2019
Replies: 8
Views: 1503

Re: Compiling OpenSees in Visual Studio 2019

Yeah. I got it.
It is in "tclAppInit.cpp" :D

Thank you. Now I am able to comprehend a bit.
by Ashok
Sat Aug 22, 2020 8:16 pm
Forum: OpenSees.exe Users
Topic: Compiling OpenSees in Visual Studio 2019
Replies: 8
Views: 1503

Re: Compiling OpenSees in Visual Studio 2019

Thanks for the resources.

But still I am unable to understand how 'main()' is missing?
by Ashok
Sat Aug 22, 2020 7:26 pm
Forum: OpenSees.exe Users
Topic: Compiling OpenSees in Visual Studio 2019
Replies: 8
Views: 1503

Re: Compiling OpenSees in Visual Studio 2019

Thanks a lot. It is working now. I am beginning to learn how OpenSees works. I am surprised to find that there is no 'main()' function in these source files. Can you please tell me how the whole thing works? I mean, how it is getting compiled and I am getting an executable (opensees.exe)? At least d...
by Ashok
Sat Aug 22, 2020 12:14 pm
Forum: OpenSees.exe Users
Topic: Compiling OpenSees in Visual Studio 2019
Replies: 8
Views: 1503

Re: Compiling OpenSees in Visual Studio 2019

Thank you. I was able to build OpenSees 3.2.0. But after loading it shows this message: application-specific initialization failed: Can't find a usable init.tcl in the following directories C:/Users/ashok/Desktop/OpenSees-3.2.0/OpenSees-3.2.0/Win64/lib/tcl8.6 C:/Users/ashok/Desktop/OpenSees-3.2.0/Op...
by Ashok
Sun Aug 09, 2020 9:03 pm
Forum: OpenSees.exe Users
Topic: Compiling OpenSees in Visual Studio 2019
Replies: 8
Views: 1503

Compiling OpenSees in Visual Studio 2019

Dear sir, I am trying to build OpenSees-master->win64->OpenSees.sln file. But I am getting repeated error -> " Cannot open included file: 'tcl.h':No such file or directory . I have installed Active Tcl and I have included the path for 'tcl.h' in -> c++->General->additional include directories and Li...