Enhancements to Switch Description
You can now separately specify the rail and guiding rail IDs in the rail configuration matrix of the TRK file, which allows profiles for rail and guiding rail to be defined at different sections.
We have increased the maximum number of points allowed for profile description through the use of dynamic memory allocation for profile data storage. An upper limit to the size of a profile (which can be easily increased) is still present and is currently set at 2000 points. If you are using multiple rail profiles (such as when describing a track switch) all profiles are resampled to have the same number of points of the first profile.
We have added a parameter in the TRK file to specify the reference position of the track switch along the track (similar to the inactive length parameter). This parameter tracks the property file (SWITCH_OFFSET), specifying the (positive or negative) offset of the switch with respect to the position specified in the rail configuration matrices. We added the new parameter to the GLOBAL block of the TRK file.
Example:
$---------------------------------------------GLOBAL
[GLOBAL]
TOTAL_LENGTH = 120.0
CANT_MODE = 'CENTER'
IRREGULARITIES = 'NO'
SWITCH_OFFSET = 5.0
You can now activate both track/ground and rail/guiding rail flexibility. This is an important feature that enables ADAMS/Rail to take into account the track/ground and the rail/guiding rail flexibility, especially in the lateral direction. |