DotTest: Difference between revisions
From charlesreid1
No edit summary |
Bleep bloop (talk | contribs) m (Bot: Orphan page, add template) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{Orphan|date=April 2017}} | |||
{|class="wikitable;" border="1" | |||
|- | |||
|<pre> | |||
<graphviz> | <graphviz> | ||
digraph G { | |||
//rankdir="LR" | |||
//graph [URL="Lectures"] | |||
//ranksep="2" | |||
CFD [URL="CFD"] | |||
"Governing equations" [URL="Governing Equations", style=filled, fillcolor=lightblue] | |||
CFD -> "Governing equations" | |||
"Discretization of governing equations" [URL="PDEs", style=filled, fillcolor=lightblue] | |||
CFD -> "Discretization of governing equations" | |||
CFD -> "Fluid mechanics" | |||
Turbulence [URL="Turbulence", style=filled, fillcolor=lightblue] | |||
"Fluid mechanics" -> Turbulence | |||
Turbulence -> "Turbulence modeling" | |||
"Turbulence modeling" -> RANS | |||
LES [URL="Large eddy simulation", style=filled, fillcolor=lightblue] | |||
"Turbulence modeling" -> LES | |||
"Turbulence modeling" -> DNS | |||
} | |||
</graphviz> | |||
</pre> | |||
|- | |||
|<graphviz> | |||
digraph G { | digraph G { | ||
//rankdir="LR" | //rankdir="LR" | ||
| Line 36: | Line 63: | ||
} | } | ||
</graphviz> | </graphviz> | ||
[[Category:Test]] | |||
Latest revision as of 02:41, 17 April 2017
| O NOES!!!
|
<graphviz>
digraph G {
//rankdir="LR"
//graph [URL="Lectures"]
//ranksep="2"
CFD [URL="CFD"]
"Governing equations" [URL="Governing Equations", style=filled, fillcolor=lightblue]
CFD -> "Governing equations"
"Discretization of governing equations" [URL="PDEs", style=filled, fillcolor=lightblue]
CFD -> "Discretization of governing equations"
CFD -> "Fluid mechanics"
Turbulence [URL="Turbulence", style=filled, fillcolor=lightblue]
"Fluid mechanics" -> Turbulence
Turbulence -> "Turbulence modeling"
"Turbulence modeling" -> RANS
LES [URL="Large eddy simulation", style=filled, fillcolor=lightblue]
"Turbulence modeling" -> LES
"Turbulence modeling" -> DNS
}
</graphviz>
|
<graphviz>
digraph G {
//rankdir="LR" //graph [URL="Lectures"] //ranksep="2" CFD [URL="CFD"]
"Governing equations" [URL="Governing Equations", style=filled, fillcolor=lightblue] CFD -> "Governing equations"
"Discretization of governing equations" [URL="PDEs", style=filled, fillcolor=lightblue] CFD -> "Discretization of governing equations"
CFD -> "Fluid mechanics" Turbulence [URL="Turbulence", style=filled, fillcolor=lightblue] "Fluid mechanics" -> Turbulence Turbulence -> "Turbulence modeling" "Turbulence modeling" -> RANS LES [URL="Large eddy simulation", style=filled, fillcolor=lightblue] "Turbulence modeling" -> LES "Turbulence modeling" -> DNS
} </graphviz> |