Next: Model Size Limitations
Up: Introduction
Previous: Running the Interface
Variable Purpose Options Default FG_PRE_INT Sets LR.STRAND as the default FE Environment LR.STRAND NEUTRAL (PROPERTY FE LR.STRAND becomes unnecessary) FG_PRE_ERR Extended Error Message Option. YES/NO NO (Controls the writing of error and warning messages to the LR.STRAND input file and the FEMGEN log and history files.) FG_PRE_BUILD Sets LR.STRAND BUILDER CARD TEXT Any Text No output FG_PRE_YARD Sets LR.STRAND YARD CARD TEXT Any Text No output FG_PRE_INITIALS Sets LR.STRAND INITIALS CARD TEXT Any Text No output FG_PRE_MAT Material Files Directory Definition. dir_name None (See Below.)
The first five of these environment variables are simple switches, the last one require a string which gives either the relative or full path name of a directory or file on the user's system. More detailed information on the last variable is given in the materials chapter of this manual.
The definition of an environment variable varies between computer/operating systems. The following examples illustrate such definitions for the more popular types. The FEMGV Installation and Customisation Guide should be consulted for other system types.
ASSIGN YES FG_PRE_ERR
Example Unix C-Shell environment variable Definition:
setenv FG_PRE_ERR YES
Example Unix (non C-Shell) environment variable Definition:
FG_PRE_ERR=YES
export FG_PRE_ERR
Example PC environment variable Definition:
set FG_PRE_ERR=YES
Femsys Limited