Main Page
m |
|||
| Line 12: | Line 12: | ||
'''nemesis''' is an experimental finite element code. | '''nemesis''' is an experimental finite element code. | ||
| − | '''nemesis''' consists of two parts: a C++ ''core'', embedding the [http://www.python.org Python] interpreter, capable of undertaking a wide variety of static/transient/eigenvalue problems accounting for material and/or geometrical nonlinearities, and ''extras'', a set of [http://www.python.org Python] scripts that access the core and exploit usability in simple or more complicated tasks, including pre- and post-processing. | + | '''nemesis''' consists of two parts: a [http://en.wikipedia.org/wiki/C%2B%2B C++] ''core'', embedding the [http://www.python.org Python] interpreter, capable of undertaking a wide variety of static/transient/eigenvalue problems accounting for material and/or geometrical nonlinearities, and ''extras'', a set of [http://www.python.org Python] scripts that access the core and exploit usability in simple or more complicated tasks, including pre- and post-processing. |
Some of the available features in '''nemesis''' are: bar/beam/triangle/quad/brick elements, uniaxial elastic/hardening/cyclic/viscoplastic materials, von Mises/Mohr-Coulomb multiaxial elasto-viscoplastic materials, initial/modified/full Newton-Raphson and BFGS algorithms, load/displacement/arc-lenght controls and connection to sql databases. | Some of the available features in '''nemesis''' are: bar/beam/triangle/quad/brick elements, uniaxial elastic/hardening/cyclic/viscoplastic materials, von Mises/Mohr-Coulomb multiaxial elasto-viscoplastic materials, initial/modified/full Newton-Raphson and BFGS algorithms, load/displacement/arc-lenght controls and connection to sql databases. | ||
Revision as of 18:50, 10 February 2007
Welcome to nemesis
Descriptionnemesis is an experimental finite element code. nemesis consists of two parts: a C++ core, embedding the Python interpreter, capable of undertaking a wide variety of static/transient/eigenvalue problems accounting for material and/or geometrical nonlinearities, and extras, a set of Python scripts that access the core and exploit usability in simple or more complicated tasks, including pre- and post-processing. Some of the available features in nemesis are: bar/beam/triangle/quad/brick elements, uniaxial elastic/hardening/cyclic/viscoplastic materials, von Mises/Mohr-Coulomb multiaxial elasto-viscoplastic materials, initial/modified/full Newton-Raphson and BFGS algorithms, load/displacement/arc-lenght controls and connection to sql databases.
|
|