OpenSees2.3.0

所属分类:其他
开发工具:C/C++
文件大小:14582KB
下载次数:4
上传日期:2018-05-02 19:59:26
上 传 者6070386
说明:  比较完善的面向对象的有限元程序代码适用于编写大型程序的学习
(typical C++ code for OOFEM)

文件列表:
OpenSees2.3.0\COPYRIGHT (2108, 2011-06-15)
OpenSees2.3.0\EXAMPLES (0, 2011-06-15)
OpenSees2.3.0\EXAMPLES\3D-el-pl-Examples (0, 2011-06-15)
OpenSees2.3.0\EXAMPLES\3D-el-pl-Examples\main.cpp (7744, 2011-06-15)
OpenSees2.3.0\EXAMPLES\3D-el-pl-Examples\main_ElasticIsotropic3D.cpp (7744, 2011-06-15)
OpenSees2.3.0\EXAMPLES\3D-el-pl-Examples\main_Template3Dep.cpp (10594, 2011-06-15)
OpenSees2.3.0\EXAMPLES\3D-el-pl-Examples\Makefile (2577, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ComputationalGeomechanicsCourseExamples (0, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ComputationalGeomechanicsCourseExamples\Example01.ops (2172, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ComputationalGeomechanicsCourseExamples\Example02.ops (3334, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ComputationalGeomechanicsCourseExamples\Example03.ops (4605, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ComputationalGeomechanicsCourseExamples\Example04.ops (6105, 2011-06-15)
OpenSees2.3.0\EXAMPLES\DatastarExamples (0, 2011-06-15)
OpenSees2.3.0\EXAMPLES\DatastarExamples\Example1.tcl (2546, 2011-06-15)
OpenSees2.3.0\EXAMPLES\DatastarExamples\submit1 (865, 2011-06-15)
OpenSees2.3.0\EXAMPLES\Example1 (0, 2011-06-15)
OpenSees2.3.0\EXAMPLES\Example1\main.cpp (7143, 2011-06-15)
OpenSees2.3.0\EXAMPLES\Example1\Makefile (639, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts (0, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\27NodeCorrected.ops (2288, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\ArcLength01.tcl (5539, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\ArcLength02.tcl (4017, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\ARL360.at2 (31450, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\coupledZeroLength.tcl (1349, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\CrossAnisotropicElastic.tcl (3208, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl (0, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\Apply_FrictionBC.tcl (1181, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\Apply_IsotropicPressure.tcl (1459, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\AxialLoad_Analysis.tcl (1375, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\CreateMaterialModels.tcl (1461, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\Cubic_Me (16608, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\Cubic_sm (3896, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\elements.dat (4039, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\elements.ops (2092, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\ForceTopPlatenMoveDownHorizontally.tcl (921, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\headers.dat (41, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\InputElements.tcl (1513, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\InputNodes.tcl (1801, 2011-06-15)
OpenSees2.3.0\EXAMPLES\ExampleScripts\Cube_tcl\IsotropicCompression_Analysis.tcl (1137, 2011-06-15)
... ...

OpenSees - Release 1 This is the first release of the OpenSees framework. Feedback and comments would be greatly appreciated. INSTALLATION INSTRUCTIONS: UNIX: You need to create a Makefile.def for your system. We have no automatic configuration at this time. You should copy one of existing Makefile.def.* in the directory MAKES to this directory and rename it Makefile.def. Then typically all you need to do is modify the $HOME variable. You also need a bin and lib directory in $HOME. Then type 'make'. Note: Depending on your system you may need to install some additional packages, i.e. tcl/tk and mysql. WINDOWS: go the Win32 and open up the vc++ project. then do a build once loaded. Note: You do need to have installed tcl/tk. FRAMEWORK CONTENTS: This directory contains the following: COPYRIGHT a file containing the copyright information on the code that has so far been developed. SRC the source code for all the classes developed for OpenSees can be found in this subdirectory. Makefile this is a makefile that may be provided to the unix make program. It will create the libraries specified by YOU the user in Makefile.def. NOTE TO RUN PROPERLY YOU NEED TO HAVE PREINSTALLED THE TCL/TK LIBRARIES AND INCLUDE FILES. These can be found at http://dev.scriptics.com/software/tcltk. If you are running LINUX you probably already have the files. NOTE THAT BEFORE YOU RUN 'make', YOU NEED TO HAVE CREATED THE DIRECTORIES '$(HOME)/lib' and '$(HOME)/bin' where $(HOME) is what you have defined in Makefile.def. Makefile.def this is the one file you must edit. You need to set paths, library names, your favorite compiler and compiler options. MAKES is a subdirectory containg example Makefile.def's. DOCUMENTS is a subdirectory containing 3 postscript files. EXAMPLES is a subdirectory containg example subdirectories. OTHER is a subdirectory containing a number of subdirectories containing the source code for the numerical libraries that the user may need to install if not already on the users machine: BLAS - contains the blas routines called. CBLAS - contains the cblas routines called (SuperLU). LAPACK - contains the lapack routines called. ARPACK- containts the ARPACK routines called. UMFPACK- containts the ARPACK routines called. SuperLU - contains the SuperLU routines called. Win32 is a dircetory for windows users. It contains two projects 1: g3.dsw (a microsoft visualc++ project) 2: g3Fortran.mdp (a microsoft powerstation fortran project) which can be used to build the g3 interpreter on windows machines. NOTE TO RUN PROPERLY YOU NEED TO HAVE PREINSTALLED THE TCL/TK LIBRARIES AND INCLUDE FILES, which can be obtained as outlined above.

近期下载者

相关文件


收藏者