Home
Search
Reference Manual
Return
Presentation of rel.0403
Author: Ingemar Persson (DEsolver)
Updates from rel.0303 to rel.0403
Program CALC
Program MPLOT
Program GPLOT
Program NPICK
Program OPTI
Program Group KPF
Program Group MISC
Program Group TRACK
Scripts
Installation
Program CALC
- Derailm_1 a new type of coupling for simulations in a derailment condition.
- M_rigid_6f a new type of mass for modeling of masses which are
defined in a moving coordinate system, but are not following the moving coordinate system.
For example a piece of track under the wheelset.
- A revision of the Damped_Tens
quasistatic solver, in order to obtain
a faster and secure solution.
- True splines with continuous first and second order derivatives,
when interpolating track irregularities.
Track irregularities inclusive designed track geometry are read with the
func intpl_track_irr3-command.
If designed track geometry not shall be read please use the
func intpl_track_irr2-command.
- Semi-splines when interpolating in the wheel/rail-geometry functions.
Semi-splines is a combination of linear and spline interpolation.
Between the nodes the interpolation is linear, but close to each node
interpolation is made by splines.
Example
Zoom.
- The old commands create_s has been replaced by
create_spline.
The old create_s-command still works for compatibillity reasons,
but the documentation on create_s has been removed.
- Print a warning printout if a damper is attached not in the center of a wheelset.
Important when using the coupling creep_lookuptable_1.
- New input data command write_id_file,
which splits the id-file in several parts.
- Couplings that ends with _preZ
calculates the vertical preload automatically.
- New command s_var force_on
for debugging.
- New coupling
k_air3_mawa considering gas flow in the airbag.
-
Negative speeds allowed.
Updates has also been made to the program
MPLOT.
-
New key variable
Shift_Xposition has been introduced.
If a variable with the name
Shift_Xposition
exists in the main memory,
the origin of all lsys inclusive the coordinates of the track will be shifted
longitudinally.
The variable has been introduced because the MPLOT program and the
MPdat-file is written in single precision.
-
In input data, a variable can be replaced an expression.
Example
-
New function
kpf_variable_1
which on a convenient way generates
a wheel/rail-geometry function which varies along the track.
Example
- The old command s_var gpdat_wr_info has been replaced with:
s_var gpdat_wheel_info,
s_var gpdat_rail_info_right and
s_var gpdat_rail_info_left
for storing of wheel and rail profiles for post processing.
-
New command
s_var var_0
which only saves the variable if it exists.
If the variable not exists the command is disregarded.
The command stores the variable both as scalar and vector in the MPdat-file.
-
New coupling
kf_exp1
with exponential friction especially designed for leaf springs.
-
New command func print06_quasi,
which is similar to func print06_init.
Both prints the results at time=0 but in print06_quasi the value is printed after
the quasistatic analysis.
-
Fstart, fstep, fstop,
tout, tstart, tstep and
tstop
are stored in the main memory and can be set by func-commands.
- New coupling
Creep_lookuptable_1
where the user can connect two rolling bodies to each other.
By using this coupling the user can freely model the track.
Together with this coupling the user can use the function
tral_interp_spline
which interpolates and creates the tral-variables (track irregularities).
- New coupling
Beam_1
where the user can connect several bodies to each other.
This coupling can be used when simulating rails resting on sleepers.
Program MPLOT
- New popup-menus for selecting curves and idents, with a filter function,
and possibility the have several popup-windows opened.
-
Create a radio button for each page in the header of MPLOT.
- The size of the window can by dynamically resized.
The default size of the window can be set in file
~/.Xdefaults.
-
Tooltips.
-
Allow tstart > tstop for handeling of the cases when negative speed has been used.
-
Number of percentiles increased from to 5 to 20.
-
Operations can be given in the edit_page window.
Program GPLOT
- Recommended geometrical figures are
body box_mass_733,
body box_mass,
body whe_set_mass and
body figure_mass.
- New popup menus where the user can select bodies, forces and/or couplings
to be plotted.
- The size of the window can by dynamically resized.
- Tooltips.
- The movie command automatically generates an animated gif-file.
- Write the hidden file .gensys.gplot where the users scales, view_points,
window size,,, etc. are stored for later
- Gplot can be started with two arguments: "vehicle data model" and
"GPdat-file".
Program OPTI
-
When running opti under option -append_overwrite,
check the order of the cases
with the previous results.
Reorder the cases if necessary.
- The sub_prog in opti
can be any executable program or script.
- In the q_sys-command
the user can send the execution of the sub_prog to a queue-system.
- In the parallel-command
the user can start several jobs in parallel.
Program Group KPF
Program KPF
- Extended the wheel/rail-geometry files from -102.5 to 109.5,
in order to simulate derailment situations.
- The line connecting the points in the wheel/rail-geometry files are interpolated
by semi-splines in the same way as in program CALC.
Example
Zoom.
- New input data command
IPLOT_SIGMA
which generates three more diagrams.
Size of contact area,
shape of contact ellipse
and max. contact pressure.
- New input data
CONN_BEG_RIGHT,
CONN_END_RIGHT,
CONN_BEG_LEFT and
CONN_END_LEFT,
-
Create a contact pressure
contour
plot if input data parameter
iplot3 is set equal to 2.
-
New subcommand rot_orient has been introduced under
command func in MPLOT.
In the new command the user can orient wheel profiles measured by miniprof,
relative to a new unworn wheel profile.
The command rotates and translates the measured profile in vertical direction.
-
A new diagram showing the equivalent conicity according to UIC 519 has been introduced.
Example
Program Group MISC
Program GENFILE
- Update the
Current directory field
automatically.
- Tooltips introduced.
If tooltips shall be shown as defaults on startup can be controled in the
~/.Xdefaults-file.
- For LINUX users start program: gimp, kruler, ksnapshot,
xmag, octave, locate and type
from the pulldown menu.
- Auto-completion with the Esc-button.
- A new pulldown item "Extra command dialog" where the user also
can enter commands.
Program VAMPIRE2GENSYS
-
A new program which translates VAMPIRE input data into GENSYS input data.
Scripts
-
New script view_html,
which starts netscape from nedit.
-
Script calc.
New queue-systems at and
batch.
("batch" works only under Linux)
Installation
-
Two new scripts
GENSYS_INSTALL and
GENSYS_SETUP
has been written in order to simplify the installation of GENSYS.