\documentclass[review]{elsarticle}
\usepackage{lineno,hyperref}
\modulolinenumbers[5]
\usepackage{graphicx}
\usepackage{pgfplots}
\usepackage{inputenc}
\usepackage{longtable}
\usepackage{tikz}
\usepackage{amsmath}
\usetikzlibrary{decorations.pathreplacing}
\usepackage{float}
\floatstyle{plaintop}
\restylefloat{table}
\usetikzlibrary{shapes,arrows}
\graphicspath{{images/}}
\journal{Applied Mathematical Modelling}

\begin{document}  
 
\begin{figure}[H]% 1616
	\centering
	\pgfplotsset{compat=newest}
	\begin{tikzpicture}
	\begin{axis}[
	width=3cm, height=11cm,
	xbar,
	bar width=10pt,
	xtick=\empty,
	stack negative=separate,
/pgf/number format/1000 sep=,
		enlargelimits=0.05,
	ylabel={},
	ytick=data,
	xmajorgrids,
	axis y line*=none,
  nodes near coords,
every node near coord/.append style={font=\footnotesize },
nodes near coords align={vertical},
	legend style={at={(0.5,-0.1)},anchor=north,legend
		columns=-1},
	extra x tick style={grid
	style={black},yticklabel={}},
	symbolic y coords={SGMT~2-2,	SGMT~48,	SGMT~8-2,		SGMT~52,  SGMT~40,	SGMT~47,	SGMT~44,		SGMT~51,		SGMT~46,	SGMT~41,	SGMT~42,		SGMT~49,			SGMT~53,	SGMT~45, SGMT~50,		SGMT~43}
	]
	\addplot+[point meta=explicit symbolic] table [x index=1,y=name,meta=label1] {
	name energy label1
	SGMT~44 5.724 5.724kJ
	SGMT~42 5.371 5.371kJ
	SGMT~43 4.702 4.702kJ
	SGMT~45 4.744 4.744kJ
	SGMT~40 6.201 6.201kJ
	SGMT~2-2 7.12601 7.12601kJ
	SGMT~8-2 6.25571 6.25571kJ
	SGMT~41 5.522 .522kJ
	SGMT~48 7.156 7.156kJ
	SGMT~46 6.127 6.127kJ
	SGMT~47 5.949 5.949kJ
	SGMT~49 5.499 5.499kJ
	SGMT~52 7.123 7.123kJ
	SGMT~50 5.637 5.637kJ
	SGMT~51 6.398 6.398kJ
	SGMT~53 5.832 5.832kJ
};
	\legend{  Energy absorption (kJ)}
	\end{axis}
	
	%  ytick=\empty
	\end{tikzpicture}
	\caption{The energy absorption, initial peak crush load, and rankings of the second group}\label{1616}
\end{figure}

\end{document}