Dec 142017
FElt ver 2.0. An introductory level Finite Element Analysis Program. Part 2 of 3. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
COPYING | 12737 | 4815 | deflated |
DRIVERS | 0 | 0 | stored |
EGA16.GRD | 241 | 189 | deflated |
EGA16.OLD | 241 | 189 | deflated |
TRID8916.GRD | 336 | 277 | deflated |
TRID89N.GRD | 336 | 278 | deflated |
TSENG416.GRD | 304 | 255 | deflated |
TSENG4KN.GRD | 298 | 249 | deflated |
TSENG4KN.OLD | 298 | 249 | deflated |
VGA16.GRD | 247 | 194 | deflated |
EMU387 | 42766 | 17275 | deflated |
FELT.EXE | 202700 | 90454 | deflated |
FELTVU.EXE | 75006 | 37244 | deflated |
README | 3098 | 1536 | deflated |
README.DOS | 2293 | 1102 | deflated |
README.GCC | 16049 | 6185 | deflated |
README10 | 5880 | 2671 | deflated |
README13 | 3552 | 1744 | deflated |
TESTS | 0 | 0 | stored |
BEAM.FLT | 429 | 249 | deflated |
BEAM3D_2.FLT | 451 | 256 | deflated |
BEAM3D_A.FLT | 474 | 264 | deflated |
BEAM3D_B.FLT | 458 | 274 | deflated |
BEAM3D_D.FLT | 596 | 310 | deflated |
BICYCLE_.FLT | 970 | 412 | deflated |
BRIDGE.FLT | 2037 | 693 | deflated |
BRIDGE_D.FLT | 2155 | 763 | deflated |
CUBE.FLT | 836 | 405 | deflated |
DISPL.FLT | 432 | 240 | deflated |
DISTRIB.FLT | 876 | 422 | deflated |
DISTRIB_.FLT | 580 | 318 | deflated |
DYNAMIC.FLT | 490 | 291 | deflated |
DYNFRAME.FLT | 1503 | 633 | deflated |
ERRORS.FLT | 416 | 274 | deflated |
FRAME.FLT | 528 | 281 | deflated |
GERMAN.FLT | 679 | 384 | deflated |
GLOBAL.FLT | 584 | 319 | deflated |
GLOBAL3D.FLT | 603 | 332 | deflated |
GLOBAL_A.FLT | 466 | 284 | deflated |
GOLDEN.FLT | 1502 | 556 | deflated |
HINGED.FLT | 359 | 217 | deflated |
ISO.FLT | 661 | 344 | deflated |
ISOQ_DIS.FLT | 496 | 295 | deflated |
ISOQ_TRI.FLT | 523 | 277 | deflated |
ISO_A.FLT | 300 | 201 | deflated |
ISO_B.FLT | 511 | 285 | deflated |
ISO_C.FLT | 599 | 319 | deflated |
ISO_TRI.FLT | 581 | 285 | deflated |
MIXED.FLT | 0 | 0 | stored |
MIXED_DI.FLT | 776 | 368 | deflated |
PSTRESS.FLT | 520 | 271 | deflated |
PSTRESS_.FLT | 18470 | 3743 | deflated |
TIMOSHEN.FLT | 369 | 240 | deflated |
TOWER.FLT | 994 | 403 | deflated |
TRUSS.FLT | 534 | 303 | deflated |
TRUSS3D.FLT | 549 | 262 | deflated |
TRUSS_A.FLT | 779 | 350 | deflated |
TRUSS_D.FLT | 471 | 260 | deflated |
TRUSS_TR.FLT | 555 | 296 | deflated |
WRENCH.FLT | 13597 | 3620 | deflated |
Download File FELT20.ZIP Here
Contents of the README file
This is the README file for version 2.0 of FElt - a package for
introductory level finite element analysis.
See the file README.alpha for a basic description of the package. See the
file CHANGELOG for a detailed description of what the changes are from the
public release of 1.3 to this release. This file will simply bring you up to
speed on a few things.
Major changes include the incorporation of transient analysis. In general
this means you can solve a structural dynamics problem using the Hilbert-
Hughes-Taylor alpha method of numerical integration (a variant of
Newmark integration). You can specify dynamic nodal forces with a continuous
function in time and they will be dynamically evaluated throughout the
course of the simulation. Velvet includes an animation capability to model
the dynamic behavior of the complete structure given this new analysis
capability. Old fashioned tabular and ascii based time-displacement plots
are also available in both felt and velvet. Gibbs-Poole-Stockmeyer/Gibbs-King
automatic node renumbering is also now available for badnwidth/profile
reduction. The matrix assembling routines now assemble directly into
a compact column representation. This is in itself can save major amounts
of memory. Coupled with renumbering, savings in both speed and memory can
be dramatic.
To keep people better informed a mailing list has been setup. We'll try to
make bug reports and fixes, announcements, etc. available through this
channel. Hopefully, it will also turn into a forum for FElt discussions in
general - including usage questions, how do I do xyz questions and discussions
of what capabilities people would like to see in the package. If you
are using FElt we urge you to subscribe if for no other reason than to keep
track of bug fixes.
To subscribe send a message to [email protected] with the line
subscribe felt-l
as the only line in the _body_ of the message (the server ignores subject
headings). To send a question or comment to the list just set it up as a
regular email and send it to [email protected]. Thanks to
Greg Jackson at the ASME BBS for setting this up for us.
felt.ps ("FElt User's Guide and Reference Manual") has been updated to
reflect the new changes - as always look there for the real details. Updated
man pages are also available which briefly describe each individual
application.
For installation instructions see the file INSTALL. The best way to get a
feel for the package is to use it. Several examples are provided in the
etc/Tests/ directory. A simple dynamic example can be found in
etc/Tests/dynframe.flt.
As usual, we would like to stress that feedback is always appreciated ... we
welcome all comments as to usability and functionality. If you're using the
package please drop us a note and let us know what you think, even if you've
got no complaints whatsoever. Mail bug reports, comments, hints, suggestion,
complaints, etc. to one of us at the email addresses below or even better.
Jason GobatDarren Atkinson
[email protected]@ucsd.edu
introductory level finite element analysis.
See the file README.alpha for a basic description of the package. See the
file CHANGELOG for a detailed description of what the changes are from the
public release of 1.3 to this release. This file will simply bring you up to
speed on a few things.
Major changes include the incorporation of transient analysis. In general
this means you can solve a structural dynamics problem using the Hilbert-
Hughes-Taylor alpha method of numerical integration (a variant of
Newmark integration). You can specify dynamic nodal forces with a continuous
function in time and they will be dynamically evaluated throughout the
course of the simulation. Velvet includes an animation capability to model
the dynamic behavior of the complete structure given this new analysis
capability. Old fashioned tabular and ascii based time-displacement plots
are also available in both felt and velvet. Gibbs-Poole-Stockmeyer/Gibbs-King
automatic node renumbering is also now available for badnwidth/profile
reduction. The matrix assembling routines now assemble directly into
a compact column representation. This is in itself can save major amounts
of memory. Coupled with renumbering, savings in both speed and memory can
be dramatic.
To keep people better informed a mailing list has been setup. We'll try to
make bug reports and fixes, announcements, etc. available through this
channel. Hopefully, it will also turn into a forum for FElt discussions in
general - including usage questions, how do I do xyz questions and discussions
of what capabilities people would like to see in the package. If you
are using FElt we urge you to subscribe if for no other reason than to keep
track of bug fixes.
To subscribe send a message to [email protected] with the line
subscribe felt-l
as the only line in the _body_ of the message (the server ignores subject
headings). To send a question or comment to the list just set it up as a
regular email and send it to [email protected]. Thanks to
Greg Jackson at the ASME BBS for setting this up for us.
felt.ps ("FElt User's Guide and Reference Manual") has been updated to
reflect the new changes - as always look there for the real details. Updated
man pages are also available which briefly describe each individual
application.
For installation instructions see the file INSTALL. The best way to get a
feel for the package is to use it. Several examples are provided in the
etc/Tests/ directory. A simple dynamic example can be found in
etc/Tests/dynframe.flt.
As usual, we would like to stress that feedback is always appreciated ... we
welcome all comments as to usability and functionality. If you're using the
package please drop us a note and let us know what you think, even if you've
got no complaints whatsoever. Mail bug reports, comments, hints, suggestion,
complaints, etc. to one of us at the email addresses below or even better.
Jason GobatDarren Atkinson
[email protected]@ucsd.edu
December 14, 2017
Add comments