Next: Using FEMGEN with PATRAN
Up: Introduction
Previous: Model Size Limitations
The interface program works in conjunction with a PATRAN-specific command environment. This environment is activated via the command 'PROPERTY FE-PROG PATRAN' and is used to prompt the user for loading conditions and material and physical property definitions. Environment variable FG_PRE_INT can be used to make PATRAN the default environment for all models.
It is important to note that the analysis environment can not be changed when material properties, physical properties or loads have been defined in the FEMGEN model.
In addition a Resource file can be used to customise the program to PATRAN. The Resource file may be edited whilst the program is running. An example of a FEMGV Resource file 'femsys.ini' is shown below:
#
# This is a FEMGV Resource file.
#
# Related Files:
#
# fgvstr.str :- FEMGV startup file used to set environment variables
# FGVSYN.SYN :- Synonym file for command macros and hot keys.
#
# Customised Analysis Environments.
# =================================
#
# Use these settings in conjunction with environment variable
# FG_PRE_INT in the startup file. Note that more
# than one analysis package may be defined here if desired.
#
# PATRAN Resources:
#
# Set default element variants.
#
Femsys.patran-variant.all.BE2 : BAR
Femsys.patran-variant.all.BE3 : BAR
Femsys.patran-variant.all.TR3 : TRI
Femsys.patran-variant.all.TR6 : TRI
Femsys.patran-variant.all.QU4 : QUAD
Femsys.patran-variant.all.QU8 : QUAD
Femsys.patran-variant.all.PE6 : WEDGE
Femsys.patran-variant.all.P15 : WEDGE
Femsys.patran-variant.all.HE8 : HEX
Femsys.patran-variant.all.HE20 : HEX
#
# End of Resource File
#
The FEMGEN/FEMVIEW 2.3 commands used with previous versions of the Interface Program are still available. Attention is drawn to the new FEMGV commands that may be useful to the PATRAN users. The following gives some examples of these new commands, (see the FEMGV User Manual for further information).
MESHING TYPES S1 QUAD
MESHING TYPES 6SURFS HEX
MESHING TYPES 5SURFS WEDGE
CONSTRUCT COORDSYS CYLINDRIC CS1 P1 P2 P3
PROPERTY LOAD FORCE LO1 S1 100 1
PROPERTY ATTACH LO1 CS1
CONSTRUCT SCURVE SC1 SURFACE LINE L1 ELIPSE 10
PROPERTY ATTACH LO1 SC1
CONSTRUCT LMASK LM1 SURFACE .2 .8 .2 .8
PROPERTY ATTACH LO1 LM1
PROPERTY BOUNDARY CONSTRAINT L1 XSYMM
UTILITY TABULATE FE [PATRAN] BE2
UTILITY GRAPH SCURVE SC1
LABEL MESH TYPES
LABEL OPTIONS CONSTRNTS TEXT ON