Vous êtes sur la page 1sur 2

RoG@j 2005

FEAPpv
! FEAPpv A Finite Element Analysis Program:
FEAP PV Personal Version
! FEAPpv is a general purpose finite element analysis
UNIX and Windows Versions program which is designed for research and
educational use.
Download ! The program is described in the references
FEAPpv versus FEAP The Finite Element Method, 6th ed., Vols. 1 and 2, by
O.C. Zienkiewicz and R.L. Taylor, Elsevier, Oxford,
FEAP options
2005, (www.elsevier.com).
! FEAPpv is designed to be compatible for compilation
in UNIX/LINUX and Windows PC environments

UNIX/LINUX Windows
! To compile in a UNIX/LINUX environment edit the ! Step-by-step instructions are available to compiling
makefile.in file to have the correct name for your the program using the Compaq/HP Visual Fortran
compiler (e.g., f77, g77, or f90 ), path to locate the compiler.
include files for each of the source files and location
where the archive (library) is to be located. ! By some modifications in setting path, and installing
the source files these instructions may also be used
to build the program using the MicroSoft Fortran
! Enter the command: make install
PowerStation 4.0 or the Digital Visual Fortran 6.0
compilers.
! Complete compilation will be made automatically
! The file may be downloaded by selecting
(unless some parameters are not correctly set in
makefile.in!). (README.TXT).

Windows Files to download


! Once the files are unzipped, compilation is ! # FEAPpv source. (Main Program Fortran Files: Ver
performed using the Development Studio. 2.0 ZIPPED - Includes UNIX/LINUX makefiles).
! Two predefined files for the Compaq/HP Visual Updated: 20 July 2005.
Fortran compiler are located in subdirectory build ! # README.TXT. (Instructions for Compaq/HP
to assist in compiling an executable program.
Visual Fortran Compiler).
! All subprograms are contained in the library file in
directory libpv and the libary and main program are ! # FEAPpv ver 2.0 executable. (Program for Linux:
contained in the directory feappv . ZIPPED). Updated: 20 July 2005.
! User subprograms should only be added to the ! # FEAPpv ver 2.0 executable. (Program for
feappv build. Windows: ZIPPED - Compaq/HP 6.6b Compiler).
! Follow directions for the compiler to load and Updated: 20 July 2005
compile the library and main program modules.

FEAPpv 1
RoG@j 2005

User manual User functions and elements


! A PDF file for the FEAPpv User manual is: ! To add user functions, consult the FEAP
programmer manual to supplement the above user
! FEAPpv User Manual: v2.0 - - - (January 2005) and book descriptions. See web site
www.ce.berkeley.edu/~rlt/feap for user manual
! N.B. PDF files require Acrobat Reader to print. download.

! To add user functions, consult the FEAP ! Examples for some simple user elements may be
programmer manual to supplement the above user found at the web site www.ce.berkeley.edu/~rlt/feap
and book descriptions. See web site (Examples manual download).
www.ce.berkeley.edu/~rlt/feap for manual download.

FEAP FEAP options


! FEAP is a general purpose finite element analysis ! The FEAP program includes options for
program which is designed for research and ! defining one, two, and three dimensional meshes,
educational use. ! defining a wide range of linear and nonlinear solution
! Source code of the full program is available for algorithms,
compilation using Windows (Compaq or Intel ! graphics options for displaying meshes and contouring
solution values,
compiler), LINUX or UNIX operating systems, and
! an element library for linear and nonlinear solids, thermal
Mac OS X based Apple systems. elements, two and three dimensional frame (rod/beam)
elements, plate and shell elements, and multiple rigid body
options with joint interactions.

FEAP options Additional elements


! Constitutive models include: ! User elements may be added to the FEAP system to extend
! linear and finite elasticity, solution capabilities (See FEAP Programmer Manual).
! viscoelasticity with damage, and ! The elements given below are examples of elements which
! elasto-plasticity. are useful in educational applications to demonstrate the
behavior of finite element solutions of classical applications
! The system may also be used in conjunction with
! Rectangular thin plate element (elmt05.f: Bogner-Fox-Schmit
mesh generation programs that have an option to
rectangle)
output nodal coordinates and element connection
! Rectangular thin plate element (elmt06.f: DKQ rectangle)
arrays.
! Triangular thin plate element (elmt07.f: DKT rectangle)
! In this case it may be necessary to write user ! Elastic St. Venant torsion element (elmt11.f: Warping and stress
functions to input the data generated from the mesh function solutions)
generation program. ! Plastic St. Venant torsion element (elmt12.f: Warping function
solution with Mises plasticity and isotropic hardening)

FEAPpv 2

Vous aimerez peut-être aussi