Home
Search
Reference Manuals
Return
Users Manual for Program RUNF_INFO
Table of Contents
Introduction
Input data commands
Examples
Output
Introduction
Program RUNF_INFO reads an input data file written for any
of the main calculation programs QUASI, MODAL, FRESP or TSIM.
As output program RUNF_INFO writes different information about
the input data model to standard output.
Which information program RUNF_INFO will write is controlled by
the user.
Input data commands
Input data are read in free format, valid separators between the input values are <space>,
<comma>, <tab>, <equal sign> or <carriage return>.
The commands can be written both in lower and upper case letters.
The operation of the program is controlled by the commands
described below; some of the commands also need arguments.
CHECK_COUPL_ATTACH c_distance
- Command CHECK_COUPL_ATTACH writes warning messages if a coupling
has an attachment coordinate over c_distance.
Declared= Real*8
CHECK_COUPL_LENGTH c_coupl_leng
- Command CHECK_COUPL_LENGTH writes warning messages if a coupling
has a length over c_coupl_leng.
Declared= Real*8
CHECK_PROPERTIES p_upper_warn p_lower_warn
- Command CHECK_PROPERTIES writes warning messages if a property
has a value over p_upper_warn or under p_lower_warn.
Declared= Real*8(2)
COUPLINGS_TO_MASS
- Command COUPLINGS_TO_MASS makes program RUNF_INFO writing a
table of all couplings connected to a certain mass in the model.
Declared= Character*24 Default= Blank
END
- A command which stops reading of input data,
and starts the execution of the program.
ILASER
- Format for graphic output.
Valid values for ILASER are
intro_common_commands.html#jILASER
Declared= Integer*4 Default= 6
LIST_COORD_SYSTEMS
- Command LIST_COORD_SYSTEMS makes program RUNF_INFO writing a
table of all coordinate systems defined by command LSYS in the
runf-file defined in read_runf.
LIST_COUPLINGS
- Command LIST_COUPLINGS makes program RUNF_INFO writing a
table of all couplings defined by command COUPL in the
runf-file defined in read_runf.
LIST_MASSES
- Command LIST_MASSES makes program RUNF_INFO writing a
table of all masses defined by command MASS in the
runf-file defined in read_runf.
LIST_PROPERTIES
- Command LIST_PROPERTIES makes program RUNF_INFO writing a
table of all properties defined by command COUPL in the
runf-file defined in read_runf.
OUT_FILE= <output-file>
- Defines the output file where the results will be written.
If OUT_FILE is not defined the output will be written to standard output.
Declared= Character*132 Default= Blank
PLOT_MODEL_DOWN_FROM
- Command PLOT_MODEL_DOWN_FROM makes program RUNF_INFO plotting a number of
graphs showing how masses and couplings are attached to each other.
As argument command PLOT_MODEL_DOWN_FROM reads the name of the mass from
which program RUNF_INFO will start to investigate the model.
In order to get as much information about the model as
possible give the name of a mass located high up in the
model hierarchy.
Declared= Character*24 Default= Blank
POSTFI
- Printer file.
Declared= Character*80 Default= runf_info.ps
READ_RUNF
- Read input data model from file.
The model file should be a GENSYS model, written according to the users
manual of program CALC.
Valid extensions for the READ_RUNF-file are *.runf, *.frespf, *.modalf, *.quasif or *.tsimf.
Declared= Character*80 Default= Blank
Example:
Copy the following into an empty file:
##
## Input data for program "runf_info"
##
read_runf= runf/tang_ideal.tsimf
out_file = runf_infor/Master.runf_infor
#
iscren= 0
ilaser= 9
postfi= diags/runf_info.pdf
#
list_coord_systems
list_masses
list_couplings
list_properties
#
check_coupl_attach= 12.
check_coupl_length= 0.6
check_properties= 20e6, 1e3
#
couplings_to_mass= bog_11
#
plot_model_down_from= car_1
Output
Typical plot generated by program RUNF_INFO: