Skip to content

Commit d6e4818

Browse files
General documentation update
1 parent 0ddc2d2 commit d6e4818

12 files changed

Lines changed: 108 additions & 243 deletions

File tree

Documentation/source/Config.rst

Lines changed: 0 additions & 239 deletions
This file was deleted.

Documentation/source/Setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Set-up and Requirements
44
=======================
55

6-
*SU2 DataMiner* is an open-source, python-based software suite that is available on `GitHub <https://github.com/Propulsion-Power-TU-Delft/SU2_DataMiner.git>`_.
6+
*SU2 DataMiner* is an open-source, python-based software suite that is available on `GitHub <https://github.com/su2code/SU2_DataMiner.git>`_.
77

88
.. important::
99

@@ -32,7 +32,7 @@ The *SU2 DataMiner* source code can be downloaded from GitHub by cloning the rep
3232

3333
.. code-block::
3434
35-
>>> git clone https://github.com/Propulsion-Power-TU-Delft/SU2_DataMiner.git <PATH_TO_SOURCE>
35+
>>> git clone https://github.com/su2code/SU2_DataMiner.git <PATH_TO_SOURCE>
3636
3737
3838
where `<PATH_TO_SOURCE>` refers to the target location where the *SU2 DataMiner* source code will be stored.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Tutorials for Flamelet-Generated Manifolds
2+
==========================================
3+
4+
.. toctree::
5+
methane_flamelets.rst
6+
:maxdepth: 1
7+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. sectionauthor:: Evert Bunschoten
2+
3+
.. _tutorial_methane_flamelets:
4+
5+
6+
7+
Generating a methane flamelet manifold
8+
======================================
9+
10+
This tutorial shows how to generate a manifold of methane-air flamelets using *SU2 DataMiner*.
11+
The manifold contains adiabatic flamelets, burner-stabilized flamelets, and chemical equilibrium data generated for equivalence ratios between 0.8 and 1.2.
12+
13+
14+
.. contents:: :depth: 2
15+
16+
17+
Set-up
18+
------
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Tutorials for Non-Ideal Compressible Fluid Dynamics
2+
===================================================
3+
4+
.. toctree::
5+
tablegeneration
6+
:maxdepth: 1
7+
682 KB
Loading

Documentation/source/Tutorials/create_configs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. _tutorialconfigs:
2+
3+
.. sectionauthor:: Evert Bunschoten
4+
15
Creating SU2 DataMiner Configurations
26
=====================================
37

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
.. _tutorial_label:
2+
3+
.. sectionauthor:: your name <email/contact>
4+
5+
Tutorial Template
6+
=================
7+
8+
9+
Use this file as a template for writing your own tutorial when creating new functionalities in SU2 DataMiner. Copy this file to the folder of the respective category and include the file name in the toctree of the ``index.rst`` file.
10+
11+
Introduction text in which you describe the goal of this tutorial. Create hyperlinks to other tutorials and documentation with ``:ref:`this command <DOCUMENT LABEL>``.
12+
For example, :ref:`this page<installation>` leads to the installation instructions page. Consult the `Sphinx documentation page <https://www.sphinx-doc.org/en/master/index.html>`_ for formatting documentation.
13+
You can also add images and reference them with :ref:`hyperlinks <link_to_image>`.
14+
15+
16+
.. contents:: :depth: 2
17+
18+
19+
Step 1:
20+
-------
21+
22+
Some information on how to get started.
23+
24+
.. code-block::
25+
26+
>>> Explain your setup with code blocks or command line instructions.
27+
28+
29+
.. code-block::
30+
31+
#!/usr/bin/env python3
32+
print(Or code snippets.)
33+
34+
35+
Step 2:
36+
-------
37+
38+
39+
40+
.. image:: /Tutorials/SU2DataMiner_logo.png
41+
:height: 200 px
42+
:width: 200 px
43+
:scale: 50 %
44+
:alt: this is a detailed caption of the image
45+
:align: left
46+
:loading: embed
47+
48+
49+
and some text here
50+
51+
Step 3:
52+
-------
53+
54+
55+
.. _literature_link_1:
56+
57+
58+
.. _literature_link_2:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Tutorials
2+
=========
3+
4+
.. toctree::
5+
create_configs
6+
FGM/index
7+
NICFD/index
8+
tutorial_template
9+
:maxdepth: 1
10+

Documentation/source/documentation/configs/Config_FGM.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The composition of the output groups can be manually adapted and accessed with t
299299

300300
.. autofunction:: Common.DataDrivenConfig.Config_FGM.AddOutputGroup
301301

302-
.. autofunction:: Common.DataDrivenConfig.Config_FGM.DefineOutputGroup
302+
.. autofunction:: Common.DataDrivenConfig.Config_FGM.EditOutputGroup
303303

304304
.. autofunction:: Common.DataDrivenConfig.Config_FGM.RemoveOutputGroup
305305

0 commit comments

Comments
 (0)