OpenSees original framework

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
Ashok
Posts: 50
Joined: Tue Feb 19, 2019 8:59 pm
Location: IITM

OpenSees original framework

Post by Ashok » Thu Nov 26, 2020 8:23 am

Hi,
Where can I find the original framework of OpenSees - without Tcl or Python interpreters, where user can supply his own main function.
Does the current github version support that thing i.e. can I insert my own main function with all the current elements and materials in place? Please tell me the procedure.

Thank you,
Ashok.

mhscott
Posts: 874
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: OpenSees original framework

Post by mhscott » Fri Nov 27, 2020 7:31 am

That's always possible. There is a quickMain project in the OpenSees/Win64/proj directory that compiles OpenSees\EXAMPLES\Example1\main.cpp as a stand alone main function.

Ashok
Posts: 50
Joined: Tue Feb 19, 2019 8:59 pm
Location: IITM

Re: OpenSees original framework

Post by Ashok » Fri Nov 27, 2020 10:47 pm

Dear sir,
Sorry for troubling you but, it gives me an error - "cannot open input file 'ifconsol.lib'
I have included intel parallel studio version of 'ifconsol.lib' in the additional library directories and OpenSees Tcl version compiles well with that and even OpenSeesPy compiles well with that. But I am unable to understand why this main function is unable to compile.

Thank you,
Ashok

Post Reply