Science topic
Rails - Science topic
Explore the latest questions and answers in Rails, and find Rails experts.
Questions related to Rails
Hi everyone,
We’re implementing the Track Quality Index (TUG_TQI) from Graz University of Technology to evaluate track conditions on Jakarta’s Light Rail Transit (LRT) network. The method aggregates track geometry parameters (gauge, cant, twist) into a single index, but we’re facing a couple of challenges:
1. Adapting TUG_TQI to Local Conditions
- Jakarta’s LRT has tight curves and low speeds (≤80 km/h).
- We collect data using a continuous measurement trolley, but longitudinal level (versine) is measured manually, leading to gaps.
Question: How can we tweak the TUG_TQI formula to work with fewer parameters and discontinuous versine data while keeping it reliable?
2. Establishing Track Quality Classifications
TUG_TQI itself doesn’t define quality thresholds like “good,” “fair,” or “poor.” We’re exploring ways to set these thresholds, such as:
- Statistical methods (e.g., quartiles, standard deviations of TQI distributions).
- Historical correlation, linking TQI to past maintenance records.
Questions:
- Are there case studies on defining TQI thresholds for similar networks?
- How can we adjust normalization and aggregation methods when data is incomplete?
- Would a hybrid approach (e.g., mixing EN standards with statistical analysis) be a good way to improve classification accuracy?
Any insights, references, or examples from similar rail systems would be greatly appreciated!
Thanks in advance for your thoughts.
References:[1] Offenbacher, S.; Neuhold, J.; Veit, P.; Landgraf, M. Analyzing Major Track Quality Indices and Introducing a Universally Applicable TQI. Appl. Sci. 2020, 10, 8490. https://doi.org/10.3390/app10238490
ERROR: Cannot determine nominal rail offset of Rail-Wheel Pair $RWP_Bogie_B_Wheelset3_Right. ret = 1
Please try again with better initial values.
In the simpack locomotive model, a JM3 tread that actually runs 100,000 kilometers is introduced. The model cannot run, and the above error situation occurs. The introduction of this tread in other high-speed vehicles can operate normally.




Waste Heat Recovery systems integration with propulsion units for higher efficiency.
Dear Editor,
Could you please delete our preprint paper from the Researcgate database ?
We will upload this paper to another journal for review ?
"Stakeholder Dynamics in High-Speed Rail Projects: Insights from the Ankara-Istanbul High-speed Railway"
Best regards.
Dear community,
I am trying to run a transient structural analysis to simulate the rolling contact between a wheel and a rail. However, in the rolling step, the wheel just keeps going through the rail body without contacting it.
The boundary conditions are a fixed support at the rail bottom face. A displacement boundary condition that only allows displacement of the wheel center in the vertical and longitudinal directions (z and x respectively) as well as rotation about the y axis are applied to a pilot node placed at wheel center. A force condition of 75000 N in the direction vertical direction is applied on the pilot node at wheel center. The contact between the wheel and rail is frictional contact. Please find attached a figure of the problem I obtain and the boundary conditions as they are defined in apdl.
Thank you so much for the help.
Best regards,
Hajar



Would you give me a link to learn the answer my question ?
One of the most pressing open questions for passenger rail transport concerns the sustainability and modernization of infrastructure. This issue encompasses several key aspects:
- Infrastructure Investment: Many rail networks worldwide face outdated systems and infrastructure that require significant investment for modernization and maintenance. This includes the renovation of tracks, bridges, tunnels, as well as stations and other facilities.
- Technological Modernization: The introduction of new technologies such as automatic train control systems, improved signaling, and digital solutions for reservations and passenger tracking. This is crucial for increasing the efficiency and safety of rail transport.
- Environmental Sustainability: The need to transition to more environmentally friendly options, such as electrification of tracks and the use of low-emission trains. This also involves researching and implementing alternative energy sources like hydrogen.
- Financing and Economic Viability: Finding sustainable financing models for investments in the rail sector, including public-private partnerships, government subsidies, and European or international funds.
- Integration with Other Modes of Transport: Improving the integration of rail transport with other modes of transportation, such as buses, trams, subways, and bike lanes, to provide seamless transitions for passengers between different types of transport.
- Increasing Capacity and Reducing Congestion: Particularly in urban and suburban areas, where increasing capacity is necessary to reduce congestion and improve service quality.
- Passenger Experience and Safety: Enhancing conditions for passengers, including safety, comfort, and additional services such as internet access, cleanliness, and amenities for people with disabilities.
Each of these issues requires attention and cooperation from various stakeholders, including governments, the private sector, transport experts, and the passengers themselves, to achieve sustainable and efficient solutions for the future of passenger rail transport.
Please share your experiences with the modernization of railway passenger traffic in your country.
Dear community, I need your support about my simulation.
I want to analyse the contact between a rolling wheel and rail as it is shown in the picture using ANSYS APDL but my results are not as was expected like specially the repartition of the stick and slip zones which is given in APDL by contact status. i don't know why there is no stick zone in the contact patch? the contact status indicates always that the wheel is in sliding status even when the wheel is not moving. Please let me know if you have any suggestions or corrections to my issue 🙏🏻🙏🏻🙏🏻.
To simulate the rolling motion of a loaded wheel, I defined three steps:
-step1: the bottom side of the rail is fixed
-step2: the contact is established by moving down the wheel by 0.006m
- step3: the load (FZ=-75000N) is applied to the pilot node
- step4 : translation velocity (Vx=50km/h) and angular velocity (Omgy)and are applied at the pilot node.
Here is the code corresponding to these load steps:
/SOLU
ANTYPE,4
nlgeom,on
TRNOPT,FULL,,,,,NMK
TINTP,HISP!GAMMA = 0.005
KBC,0
RESCONTROL,,NONE,None
autots,off
OUTRES,ALL,ALL
!First load step: Rim-mounting
Time,0.001
DELTIM,dt,dt,dt
TIMINT,off
! Constrain the rail base
asel,s,area,,42
da,all,all
Allsel,all
Solve
!Second load step: Establish the Contact Between the wheel and the Rail
Time,0.002
DELTIM,dt,dt,dt
TIMINT,off
!fix the pilot node in all directions
D,NODENUMBER+1,all
! Move the wheel toward the rail
D,NODENUMBER+1,uz,-0.006
Allsel
Solve
!Third load step: Applying a Vehicle Load to the 3D rail Model
Time,0.002+tfch
DELTIM,dt,dt,dt
TIMINT,off
!Delete the previously applied displacement loading
ddel,NODENUMBER+1 ,uz,,,on
!Apply the vehicle load on the pilot node
f,NODENUMBER+1 ,FZ,-Cn
Allsel
Solve
!step2 rolling
!inserting speed values
Time,0.002+tfacc
DELTIM,dt,dt,dt
TIMINT,on
D,NODENUMBER+1,omgy,Wr
D,NODENUMBER+1,velx,V
Allsel
SOLVE
!pick up solution stage d=115mm
Time,0.002+tfres
DELTIM,dt,dt,dt
TIMINT,on
Allsel
SOLVE

Railway track GROSS MILLION TONS CALCULATION METHOD considering many factors such as speed ,axle load etc for pasenger and freight trains ?
need help and not the thumb rules
Dear community, I need your support about my simulation.
I'm trying to do the example shown in this picture using the ANSYS APDL and I need to know from your experience if i correctly defined the problem or not.
Please let me know if you have any suggestions or corrections 🙏🏻🙏🏻🙏🏻.
To simulate the rolling motion of a loaded wheel, I defined three steps:
- step1 : the load (FZ=-75000N) is applied to the pilot node (NODENUMBER+1) and the bottom face of the support is fixed in all directions.
- step2 : angular velocity (Omgy= 1729.9450336075deg/s)and translation velocity (Vx=50km/h) are applied at the pilot node.
I applied this procedure using the following Apdl commands:
!----------------------------
/SOLU
*Afun,deg
ANTYPE,4
TRNOPT,FULL
Lumpm,0
!step1 charging a static wheel
Nsubst,1,1,1
Outers,all,all
Time,.001
KBC,1
Asel,s,area,,160
Da,all,all
F,NODENUMBER+1,FZ,-75000
LSWRITE,1,
!step2 apply translation velocity and angular velocity to the wheel
Nsubst,4,4,4
Outers,all,all
Time,.002
KBC,1
D,NODENUMBER+1,,13.8,,,,VELX,,,,,
D,NODENUMBER+1,,1729.9450336075,,,,OMGY,,,,,
LSWRITE ,2,
!step3
Nsubst,4,4,4
Outers,all,all
Time,.019
KBC,1
LSWRITE,3,
Lssolve,1,3,1,
Finish
Thank you so much for your help🙏🏻🙏🏻,
Best regards,

Hi
I want to modeling FEM of friction stopper. Can anyone tell me about the materials of friction shoes? I know that their made from a bronze and phosphorous alloy. I need more information. Which type of phosphor bronze is needed? The rail grad is R260.
When you are opening slots for access for other train operators to move their trains on your rail network?
Morganization is practice in private equity investing.
Morganization is the house of morgan or super economy.
Morganization is California high speed rail beyond the divine right.

My blend biodiesel and diesel fuel. Before use in common rail system, it have light yellow color, but when run with common rail system, it change frm light yellow to black color. I don't know the correct reason. Why have this phenomena?
Hi everyone, Currently i am working on the Dual Power Supply having AC and DC and neural section is between them. I would like to know that what are new technique and trends to reduce the effect of Rail Potential in Railway System except using VLD, OVPD, Increasing Rail to earth resistance, RCPD. I need to know some new method through we can reduce the effect of Rail Potential in Railway system.
Please let me know if someone has information about it.
Hi all,
I am looking for well analyzed case studies of cyber security incidents within the transportation sector. It can include rail, aeronautical or even motor vehicles.
Thank you,
Cobus Pool
What the rail fracture behaviour in LWR or CWR track ? Does it always break from breathing length or any where due to any other reason or decreased temperature .? Is there any specific behaviour please ?
A Freight Village (GVZ) is a freight transport center that is understood to be the model concept of a central freight distribution system in which logistics and transport companies cooperate at a convenient location with connections to as many modes of transport as possible. The goal of these freight centers was to act as hubs to mediate the intermodal transfer of freight from roads to rails and inland waterways. A decade after these hubs were established, they have slowly disappeared. Experts argue that the transport of freight by rail has become more attractive, as no attention was paid here to efficient bundling and the willingness of the participants within the supply chain to cooperate was not particularly great, as they had to use their own vehicles for this purpose.
Do any of you have some more background knowledge on the reasons for the disappearance of freight villages?
Is there any literature elaborating the performance and effectiveness of RN fastening , performance of it else any comparison between the RN fastening with new type fastening in rail systems please
Dear Abaqus users,
I am doing a modal analysis of a rail structure with various underground layers, in which each layer has a specific material and stiffness. When I run Abaqus via Lanczos eigensolver and with a frequency range of 1 to 100 Hz and 100 eigenvalues, I just get the frequencies in range of 1 to 2.6 Hz! Also if I change the frequency range from 10 to 100 to get higher frequencies, then I get frequencies in range of 10 to 11 Hz. But I need to get all frequencies in the range of 1 to 100. Finally, if I leave the number of eigenvalues as default, then after several hours, Abaqus will abort! I think this wide range of eigenvalues are not reasonable and something is wrong. I am wondering anyone ever had a similar issue
I appreciate your consideration and help.
I noticed certain High Speed Rail track is ballast type instead of slab track. If the railway is ballast type, what stone ballast material do they use for High Speed Rail?
Is there any material /research regarding rail fracture during winter season or due to temperature variations of morning and night which cause contraction .
Hello, I am having a hard time creating SOP and what Variables to consider in my study. Can you help me with what should I only consider for my SOP so that I can fully implement descriptive statistics? And can you suggest what descriptive statistic model/method to analyze the data that I will collect form the surveys (My research is about finding the influence of the COVID-19 Pandemic in a rail transit line and its commuters/passengers of urban transit(from my country, the Philippines)
This is what I came up with as of now:
The study was conducted and seek to answer the following questions:
1. What is the demographic profile of the respondents in terms of:
1.1. Age
1.2. Status (Student/Worker/Non-worker)
2. Impacts of Covid19-Pandemic to the Metro rail transit transportation system in terms of :
2.1 Safety
2.2 Travel-Time
2.3 Service
2.4 Economy
3. How do the public commuters adapt to the contemporary situation of railway transportation in terms of :
3.1 Convenience
3.2 Accessibility
3.3 New Guidelines
3.4 Limited Capacity
What is the latest way to design /select the rail cross section/profile
Keeping the maximum axle load and traffic daily tonnage in consideration or any other criteria . Please any guidance or latest research
i want to make an 3D model (like rail with sleeper supported on rigid base ), i want assume that there in no strain in the direction of rail (using plain strain condition), can i do this in abaqus 2019. just give me hint. it will be helpful to me .actually i am beginner
i have seen the option of plain strain thickness while making material section. is it related to 3D plain strain condition ??
and i think plain strain type of mesh element only available for 2D plan model??
guide me. it will helpful to me a lot , thanks
In many advanced tractors, especially common rail tractors, ECU and TCU are used to control its various functions. Which of these functions is controlled by ECU and which by TCU, and how do these two controls relate to each other?
I am not sure whether to use boolean A glue command to glue the areas / lines of my model together.
OR
just use merging nodes NUMMRG, node command
My model is a static linear bridge element where the slab and railings are shell elements, the beam flanges are beam elements and the beam web is a shell element.
Beam and shell elements are connected using MPC184 rigid links.

what will be the damage to due speed of higher axle loads in case of fatigued rails ?and track design being nearly equal to axle load
e.g sleepers have been designed for 22.8 tons and axle load is also 22.8 tons .?
reducing the speed of such train will have any effect towards damages ?
There is the error message..
Please check the file.
===================================================
Error : cannot determine nominal rail offset of Rail-wheel pair
$S_Bogie_F.$S_WS_F.$RWP_R.
ret = 1
Please try again with better initial values.
===================================================

Hello Research Gate Community,
I am extremely desperate.
Finding data for my research has been very hard. Either countries don't have said data or only have data for limited time series.
Does any one know where I can find:
- Road Density (km of road per 100 sq. km of land area
- Railway Density (km of rail per 100 sq. km of land area
It is urgent, as I am trying to build my final regression model and these are my explanatory variables.
All links, datasets, indicators are welcome!
Thank you and hoping to hear from someone very soon!
Currently, I am working on a Rail-Structure-Interaction live research project using wireless sensors, which need to be compared with numerical analysis.
I am trying to find the amount of force transfer from rail to the sleeper, sleeper to deck and deck to Elastomeric bearing and then to the pier.
Any Idea or reference for Instrumentation will be of great help.
Thanks in advance.
H1: There is a significant relationship between the advantages and disadvantages of rail freight services and utilization of rail freight services
H2: There is a significant relationship between haulage operator preference and utilization of rail freight services.
Advantage, disadvantage and haulage operator preference are not my iv.
Utilization of rail freight services is my dv.
Here is my hypothesis. For H1 is using Friedman's ANOVA to get the mean (advantage and disadvantage are using ranked scale which 1=most important, 2=2nd choice, 3=3rd Choice and 5=least important.) and test with one-way ANOVA to know the relationship?
Advantage is having 5 option to rank. Disadvantage also having 5 option to rank.
For H2 is directly using one way ANOVA to test the relationship?
What do you think the Indian Government needs to do to Jump-start the Indian Economy and put it back on rails post-COVID 19?
Lots of confusion and controversy are there about the initial role of WHO.
Dec 31: China alerts WHO to several pneumonia cases. Total of 27 suspected cases.
Jan 23: Wuhan place under effective quarantine, air & rail suspended. 8 deaths reported & 17 died before 23rd Jan. Infected more than 600 people.
March 11: Infected more than 118000 people & died more than 4200 globally (114 countries). Outside China, more than 10,000 cases and died more than 600 only in Italy. WHO declares pandemic. Europe the center of panic at this time. China is almost free from corona fear.
Source: WHO & CNN

for example for ballast is preventive maintenance better or emergency maintenance ?
A team of researchers at Southern Cross University in a study on the long-term benefits of developing rail trails. We are currently conducting a literature review of current and emerging approaches to visitor monitoring.
Research team:
Dr Pascal Scherrer (SCU Lismore)
Dr Matthew Lamont (SCU Gold Coast)
Dr Kay Dimmock (SCU Lismore)
Dr Laura Ripoll (SCU Gold Coast)
We are conducting some research on the new rail trail being developed in our region, the Northern Rivers, in the state of New South Wales, Australia. The Northern Rivers Rail Trail involves the conversion of a disused railway corridor into a multi-use trail to cater for a variety of leisure activities. We want to ensure that we capture the triple-bottom-line impacts of this development and we can monitor it over time through a series of contextually appropriate indicators. This will allow us to evaluate positive, negative and neutral impacts and seeks to provide a rigorous evidence base for local and regional decision making with regards to planning and policy.
We are seeking any resources that may be of relevance to the development of a rigorous set of triple-bottom-line (social, environmental & economic) indicators to monitor and evaluate the impacts of a railtrail.
Many thanks for your time and attention.
Kind regards,
Dr Laura Ripoll González
School of Business and Tourism
Southern Cross University
A team of researchers at Southern Cross University in a study on the long-term benefits of developing rail trails. We are currently conducting a literature review of current and emerging approaches to visitor monitoring.
Research team:
Dr Pascal Scherrer (SCU Lismore)
Dr Matthew Lamont (SCU Gold Coast)
Dr Kay Dimmock (SCU Lismore)
Dr Laura Ripoll (SCU Gold Coast)
We are conducting some research on the new rail trail being developed in our region, the Northern Rivers, in the state of New South Wales, Australia. The Northern Rivers Rail Trail involves the conversion of a disused railway corridor into a multi-use trail to cater for a variety of leisure activities. We want to ensure that we capture the triple-bottom-line impacts of this development and we can monitor it over time through a series of contextually appropriate indicators. This will allow us to evaluate positive, negative and neutral impacts and seeks to provide a rigorous evidence base for local and regional decision making with regards to planning and policy.
We are seeking any resources that may be of relevance to the development of a rigorous set of triple-bottom-line (social, environmental & economic) indicators to monitor and evaluate the impacts of a railtrail. This may include examples, documents (including strategic planning documents), references, contextual indicator systems/lists.
Many thanks for your time and attention.
Kind regards,
Dr Laura Ripoll González
School of Business and Tourism
Southern Cross University
In eutectoid rail steel , Mostly at 500 magnification it shows dark brown , yellowish or off white appearance, why it appears like that because in mild steel it appears in black color

I need to find the excitation frequency of the system (rolling stock+steel sleeper+elastomeric rail pad) which is in immediate contact just with the width of sleeper. The issue is about proving the reduction in transmissibility coefficient over the bridge by replacing the rail pad placed between sleeper width and beam of the bridge with undersleeper rail pad placed along the length of sleeper between sleeper & beam of the bridge
the Head Checks always take the same orientation with respect to the rolling direction.
The rail, as the most important component of the track superstructure, has to meet the following requirements : – High wear resistance; – High resistance to deformation caused by compression; – High fatigue strength; – High yield strength, toughness/tensile strength and hardness; – High resistance to brittle fracture; – Good weldability; – High degree of steel purity and good texture; – Profile evenness and dimensions accuracy by inspection and acceptance; – Low residual stresses after manufacturing and straightening.
Despite this, the standard EN 13674 defines the maximum longitudinal residual stress in the rail foot 250 MPa for all steel grades. This value is ca. 300% of the value in the Smith diagram (max. 80 MPa)!
What value of residual stress should be taken in the calculations of railway superstructure?
Thank you in advance for your reply!
how to improve the connectivity reliability of multi-mode rail transit network without constructing new lines and new stations? what attribute of the rail transit network should be considered besides the length of links, capacity of trains, the passenger trips and the headway of trains between pairs of stations?
I am working on exploratory research for the selection of 3PL partners. I need some industry background or literature review to be added to my paper.
We have to detect vibration/sound produced at rail track for upcoming train at 500/1000 m distances .
So which sensor is appropriate here?
thanks.
I'm planning to work on a rail project and i would love to have some prior knowledge. Any good books, research papers or general literature i might find helpful ?
I am trying to simulate the movement of wheel on rail to determine contact stresses on rail. But the Contact forces on rail are varying too much over the course of translation. Resulting graphs of CFNM vs step time is attached.

Special issue
Parallel computing and co-simulation in railway research
International Journal of Rail Transportation
Submissions are due on 15th April 2019.
Good evening to you all.
I have modeled a bogie using Simpack software and i tried to connect the primary suspensions, secondary suspensions but this bogie leaves the track (flies) and after 4 seconds, it comes come back on the track and moves normally. I am confused and i dont know why this is happening? I have followed the tutorials on youtube but they are incomplete. Please help. Thank you.
I am looking to design and manufacture composite rail sleepers. They need to be affordable so that they can replace wooden sleepers. I would appreciate any ideas regarding such a project on what to look out for
hi,
i am using abaqus to simulate the railway track for natural frequency and modal analysis.
what interactions and boundary conditions must be used between rail and sleeper for this simulation?
i have used solid element for both rail and sleeper.
thank you.
I have lots of location data for rails and have seen different software to calculate homeranges, some in R and some in ArcGis, I would appreciate advice.
I am conducting research to know the responses of the passenger train collision difference scenario with multibody dynamic method. I use SIMPACK software to buid the model. but, I can't get the good result especially on the acceleration result. I got very big deceleration. Any body have same experience like me? any suggestion for another software for better result? I have a plan to improve my research and continue with hybrid model using finite element and multibody dynamic to precisely know the responses during collision.
Dear colleagues,
I need some help with FEM modeling with Abaqus.
My model contains three parts. The first is a support plate. The second and third part a fastener clip and a rail. As the fastening is deformed to fit the rail, in the first step I need to deform it so that it is in the correct position (the support plate and the fastening are connected by Tie constrain).
After this, a second step should be created to "release" the clip so that it contacts the surface of the rail, generating stress due to its initial deformation.
I've tried doing imposing a dislocation with the use of boundary conditions, but it has not worked.
Can anybody help me? Thanks in advance.


Hello everyone
why the normal contact pressure wheel rail decreases to zero values in the transient analysis? see photo above
Please, I want answers
To develop and improve management practitioners in transportation engineering and mainly railway infrastructure and operations. To accomodate rail increasing volumes of dry bulk (Iron ore, Manganes and Coal) demand.
Hello, I am doing research about maintenance cost of rail track,which I focus on determining the optimal location for a service depot. Is there any value in studying this ?If there are articles about this,please share them with me~
Thank you .
I performed a transient dynamic analysis with the rail wheel contact responses. by visualizing the results of the pressure and the vertical force I found It has been found that at given times, the values decrease to zero and then they go back up and so on until the end of the rotation. What I want to know is that this result is right or not ?. if so, what is the significance?
Is there any prior work that compares cost, benefits, enablers, prerequisites, etc., of hopper (or bottom discharge) rail wagons / cars with that of tippler discharge systems using box or gondola wagons/cars? I am looking at the whole system, not just the wagon/car portion. The question is specifically aimed at the rail environment, moving bulk materials of various densities.
What are the main components that govern the curvature running resistance?
Wheel radius?
Train speed?
Rail curvature?
What more?
I'm using abaqus to try and model a block moving up and down a rail. I've applied the thermal material properties, a repeated movement and a surface to surface interaction between the instances to generate the heat, but don't know what step/boundary conditions to use to get a deformation from it, or if any other parameters are necessary. I've seen suggestions of first modelling the heat generated, then using that temperature field to cause a deformation, but don't know how to do that. Any guidance on that, or indeed any other suggestions, would be much appreciated.
Developing countries suffer from poor infrastructure
Poverty, crime and weather, but is required to build world-class sports facilities, hotels, a modern rail network, airports and all the conditions for a sporting event.
How can these countries benefit from the legacy of sports?
The air, water, rail and road transportation are essential for successful and sustainable growth for every nation.
In this model the INPUT OF CAPACITY MODEL
Six types of input data are required to run the model:
1. Yard geometry, 2. Yard operations, 3. Crew staffing, 4. Arriving trains, 5. Classification-yard assignment, and 6 . Departing trains.
I found this from the paper done by W. A. STOCK, M. SAKASITA, M.A. HACKWORTH, P. J. WONG, D. B. KORETZ, AND V. V. MUDHOLKAR
published in Transportation Research Record 802
What is the maximum and minimum measured temperature in the rail in your country?
I'm researching the interaction between the track and the bridge.
Thanks in advance.
Greetings from Belgrade
Dear colleagues:
Can anyone recommend me a paper that speaks specifically about the competitions between nearby ports and their rail hinterland?
Thank you very much in advance
Best regards
Gustavo Chalier
Universidad Nacional del Sur, Argentina
As track geometry degrades, railway vehicles going over that degraded track experience increased vertical dynamic behavior and increased vehicle/track interaction resulting in increased wheel/rail dynamic forces. This in turn results in a rise in the energy/fuel consumption on that section/route.
There is a limited study which focuses on the direct relationship between Track Quality/Track Geometry and Fuel Consumption. Has anyone come across any methodologies/practices/softwares which focuses on that relationship?
For a student research assignment/project myself and a team are tasked with creating a railway vehicle that must brake (mechanically) at high speeds. Our brake housing is to be made from carbon fiber and the brakes are to be attached to this housing, while facing inward to the rail which they will act upon. What methods can be used when joining mechanical metal parts to carbon fiber?
Actually, i want to know about the impacts which we observe during the metro rail construction in urban area. Traffic, socio, economic and environment all are the common impacts if other than these impacts any one knows then please reply.
Answer will be appreciate.
Regarding transportation network Analysis between two cites (Road and Rail), what important parameters I need to keep in mind in regard of planning to increase the connection and connectivity, reduce time to travel and decrease the separation effects from Transportation.
I need Articles which about formula for calculating fuel consumption on roads, rails and seas
I am doing my thesis work related to mass transportation so mono rail could be one option. I have tried but couldn't get materials related to cost estimate .
I want to investigate dynamic behavior of truss railway bridge in abaqus program. moving refrence point pass over the bridge with constant speed. I need to define an interaction between moving reference point and rail (b33 beam element). slave surface is moving reference point. How can i define b33 element as master surface for interaction problem?
Based on the force-displacement characteristics of coupler-draft force, the coupler force between two rail vehicles (for example: between locomotive and passenger coach-from 0 to 1000 kN) is always greater than tractive force (0 to 250 kN). In such case, how will the locomotive overcome the coupler force to pull the train forward.
By applying Newton's law of motion, for locomotive, (as per train dynamic papers)
mass of loco *acceleration of loco = Tractive force of loco - sum of Resistive forces - Coupler Force between loco and subsequent rail vehicle.
(Coupler Force between loco and subsequent rail vehicle > Tractive force of loco) leads to negative acceleration (Deceleration) and blocks the train movement.
Is this use case correct or the method at which coupler force calculation is incorrect (which ensures the coupler force is always less than the tractive force for locomotive)? Thanks in advance for your answers.
Am trying to identify most commonly used key performance indicators by different operators in rail industry around the world for measuring reliability performance of rolling stocks.
I need to simulate 3 point bending test of a rail. Stresses in the rail should be invetigated.
Rail profile geometry was imported and section was extruded. Profile was partitioned in two halfs and then its face was meshed. Though halfs are absolutely identical, meshes differ.
1) I guess that will affect stress distribution, will it?
2) What can be the cause of such a strange meshing?
Thank you in advance.
I have constructed a rail track model in ABAQUS using dynamic explicit analysis.
Axle loads are positioned at the start of the track and for a period of several seconds the load magnitude rises in amplitude until they reach the required value, to prevent a sharp jump in track inertia.
The stress response of certain layers in the track is fine initially, but suddenly the response becomes chaotic and very asymmetrical.
I have attached a few images of the ballast layer to show the response. Note that in all of the photos the load remains stationary, albeit the magnitude of the load is increasing from zero to maximum. The photos are from consecutive time increments with the same load step.
Thank you in advance.
Kind regards.



What is real cost of corrosion from rails constructed on sandy soils?
- soil resistivity
- geotechnical studies
- return paths
- multilayer soil models
Plate rollings can be simulated by gleeble plane strain compression experiments. But how the inhomogeneous deformation at rail-heads can be expermentally simulated?
How Indian road vehicles are accessed for ride comfort?
As the ride comfort of Indian rail vehicle is evaluated on basis of sperling ride index, what is the standard method of evaluating ride comfort of Indian road vehicle?
The research question is associated with the analysis of the potential impact of the transit rail systems on the urban growth and revitalizing central city areas
Railway researchers are invited to contribute a chapter to an edited book, entitled 'Handbook of Research on Emerging Innovations in Rail Transportation Engineering'. This book is published by IGI-Global.
Do anyone have an idea what is the basis of taking ratio of DNA/envelope/packaging for Lentivirus preparation? My target vector is of 14kb but I don't know what rail should I take for my 2nd generation construct of DNA:pxPas2:VSVG. Unlimited ratios are defined in literature but iI don't know how to choose the best ratio for 150mm dish and to 6 well plate.
Thanks
Syed
Actually I want to assess the skin depth of a rail made of hardened steel.
rail locomotives are now using MCBG governor. can any one describe me about testing procedure and setup of that?
I might participate in a project with a rail society.