|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Bssam
Join Date: Nov 2019
Posts: 19
Rep Power: 7 ![]() |
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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
![]() |
![]() |
![]() |
|
|
![]() |
||||
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 09:44 |
premixed flame modeling problem | peiyong wang | CFX | 1 | July 18, 2008 13:02 |