Skip to content

Commit 71b98a7

Browse files
Added todos
1 parent 1889522 commit 71b98a7

7 files changed

Lines changed: 125 additions & 6 deletions

File tree

Documentation/source/documentation/configs/Config_FGM.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ The functions listed in this section allow the user to access the preferential d
196196

197197
The preferential diffusion scalars are calculated when preferential diffusion is enabled in the *SU2 DataMiner* configuration, which can be done with the following functions.
198198

199+
# TODO: write preferential diffusion scalar equations
200+
199201
.. autofunction:: Common.DataDrivenConfig.Config_FGM.EnablePreferentialDiffusion
200202

201203
.. autofunction:: Common.DataDrivenConfig.Config_FGM.PreferentialDiffusion

Documentation/source/documentation/datageneration/flameletdatagen.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,25 @@ Generation of Flamelet Data
1111

1212
This page provides the documentation on the methods used for generating flamelet data with *SU2 DataMiner*.
1313

14+
.. _flamelet_data_gen_workflow:
15+
16+
Process Diagram
17+
---------------
18+
19+
# TODO: show solution diagram
20+
21+
# TODO: describe steps
22+
23+
# TODO: describe which data are saved and how to retrieve dependent variables.
1424

1525
.. _flameletgen:
1626

1727
Flamelet Calculations
1828
---------------------
1929

30+
# TODO: solution processes for each flamelet type
31+
32+
2033
.. autofunction:: Data_Generation.DataGenerator_FGM.DataGenerator_Cantera.ComputeFreeFlames
2134

2235

Documentation/source/documentation/datageneration/nicfddatagen.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,38 @@ This page provides the documentation on the methods used for generating thermody
1717
.. autofunction:: Data_Generation.DataGenerator_NICFD.DataGenerator_CoolProp.__init__
1818

1919

20+
.. _flamelet_data_gen_workflow:
21+
22+
Process Diagram
23+
---------------
24+
25+
# TODO: show solution diagram
26+
27+
# TODO: describe steps
28+
29+
30+
2031
.. _thermodynamicstates:
2132

2233
Thermodynamic State Calculations
2334
--------------------------------
2435

36+
# TODO: describe how thermophysical properties are calculated in single and two-phase regions.
37+
38+
2539
.. autofunction:: Data_Generation.DataGenerator_NICFD.DataGenerator_CoolProp.PreprocessData
2640

41+
42+
# TODO: describe how data ranges are automatically determined
43+
44+
2745
.. autofunction:: Data_Generation.DataGenerator_NICFD.DataGenerator_CoolProp.ComputeData
2846

2947
.. autofunction:: Data_Generation.DataGenerator_NICFD.DataGenerator_CoolProp.SaveData
3048

3149

50+
# TODO: describe newly added methods
51+
3252

3353
.. _configoverwrite_nicfd:
3454

Documentation/source/documentation/datamining/datamining.rst

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,41 @@ Retrieving FGM Controlling Variables and Manifold Data from Flamelets
55

66
.. important::
77

8-
Documentation in development
8+
Documentation in development
9+
10+
11+
.. _datamining_general_process:
12+
13+
Process Diagram
14+
---------------
15+
16+
# TODO: process diagram of flamelet data mining.
17+
18+
# TODO: describe general process
19+
20+
.. _datamining_fgm_resolution:
21+
22+
Ranges and Resolution
23+
---------------------
24+
25+
# TODO: describe range setter methods
26+
27+
# TODO: Describe resolution settings
28+
29+
# TODO: Sampling and interpolation method for flamelet types
30+
31+
32+
.. _datamining_fgm_variables:
33+
34+
Output and Passive Variables
35+
----------------------------
36+
37+
# TODO: describe default variables included in output
38+
39+
# TODO: Describe passive variables methods
40+
41+
42+
.. _datamining_fgm_config:
43+
44+
Overwriting Config Settings
45+
---------------------------

Documentation/source/documentation/datamining/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Accumulating Manifold Data
22
==========================
33

44
.. toctree::
5-
progressvariablemethods
6-
datamining
7-
variablegrouping
5+
progressvariablemethods.rst
6+
datamining.rst
7+
variablegrouping.rst
88
:caption: Processing of flamelet data
99
:maxdepth: 1

Documentation/source/documentation/datamining/progressvariablemethods.rst

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,38 @@ Automated Methods for Defining the Progress Variable
55

66
.. important::
77

8-
Documentation in development
8+
Documentation in development
9+
10+
11+
.. _pvmethod_default:
12+
13+
Default method: Weighted Reactants and Products
14+
-----------------------------------------------
15+
16+
# TODO: default method: weighted reactants and products
17+
18+
19+
.. _pvmethod_optim:
20+
21+
Optimization Method
22+
-------------------
23+
24+
# TODO: process diagram of optimization process
25+
26+
# TODO: description of optimization process
27+
28+
# TODO: methods for optimization settings
29+
30+
# TODO: filtering process,
31+
32+
# TODO: progress vector definition
33+
34+
# TODO: penalty function, merit function description
35+
36+
37+
.. _pvmethod_pca:
38+
39+
Principal Component Analysis
40+
----------------------------
41+
42+
# TODO: describe features

Documentation/source/documentation/datamining/variablegrouping.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,17 @@ Grouping of Thermochemical Variables
66

77
.. important::
88

9-
Documentation in development
9+
Documentation in development
10+
11+
12+
.. _variablegrouping_general_process:
13+
14+
Process Diagram
15+
---------------
16+
17+
# TODO: process diagram
18+
19+
# TODO: describe general process
20+
21+
# TODO: describe affinity selection algorithm
22+

0 commit comments

Comments
 (0)