CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Peters flame regime diagram [Latex]

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 16, 2020, 19:36
Default Peters flame regime diagram [Latex]
  #1
New Member
 
Bssam
Join Date: Nov 2019
Posts: 19
Rep Power: 6
openfoamer93 is on a distinguished road
Dear All,

This is an open-source plot of the Peters flame regime diagram
you can just copy&paste it in any Latex editor [I recommend using overleaf].
Regarding the annotations of the regimes, one can use adobe illustrator (I use this option) or Latex itself to define the regimes.

All the best.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\documentclass{article}
\usepackage{pgfplots}
\usetikzlibrary{pgfplots.groupplots}

\begin{document}

\begin{tikzpicture}
\begin{axis}[
xlabel={$l/l_F$},
ylabel={$u'/S_u$},
xmode=log,
ymode=log,
width=10cm,
height=10cm,
xmin=1e-1,
ymin=1e-1,
xmax=1e3,
ymax=1e3,
]
\addplot [mark=none,black, thick] coordinates {(10,0.1)(0.1,10)};
\addplot [mark=none,black, thick] coordinates {(1,1)(1000,1)};
\addplot [mark=none,black, thick] coordinates {(1,1)(1000,10)};
\addplot [mark=none,black, thick] coordinates {(0.1,10)(1000,215.443469)};
\addplot [mark=none,black, thick] coordinates {(0.1,10)(1000,215.443469)};
\addplot [mark=none,lightgray] coordinates {(1,1)(100,100)};
%points of the (lengthRatio,velocityRatio):
\addplot [blue, mark=o,only marks,thick] coordinates {(9.81539,1.2573)(14.216,1.09591)(13.59276,1.31127 )};
\addplot [red, mark=o,only marks,thick] coordinates {(8.11824,3.9575)(8.33839,3.91448)(8.09698,4.90553 )};
\end{axis}
\end{tikzpicture}

\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Attached Images
File Type: jpg PetersRegime.jpg (17.6 KB, 16 views)
openfoamer93 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Initializing the flame for 1D premixed flame test case R.Mah OpenFOAM Running, Solving & CFD 1 January 11, 2017 08:44
premixed flame modeling problem peiyong wang CFX 1 July 18, 2008 12:02


All times are GMT -4. The time now is 23:59.