How to add new commands to OpenSees??

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
danielzoetzl
Posts: 9
Joined: Wed May 06, 2009 2:32 pm

How to add new commands to OpenSees??

Post by danielzoetzl »

Hello,

just got a short question:

if I want to add new commands to OpenSees, what to do?

I have to write the *.h and the *.cpp data, but where to put it, so
OpenSees can open it and work with it?

Sorry for this questions, but i'm just a statical engineer and not an
informatic. :?

Thanks

Cheers, Daniel
nmitra
Posts: 4
Joined: Fri Mar 30, 2007 10:04 pm
Location: San Luis Obispo

Post by nmitra »

Well depends on what you want to do. like are we talking about creating an element, material and so on.. These things I beleive are already explained in details in the manual maintained by Silvia so please check them out.
danielzoetzl
Posts: 9
Joined: Wed May 06, 2009 2:32 pm

Post by danielzoetzl »

I was thinking about implementing a new command. We want to try to implement fire load in opensees.

Also there it doesn't say where to put the *.h and the *.cpp data, so OpenSees can open it and work with it.
Post Reply