Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e2802f0
Added python script which translates an MLP trained through Tensorflo…
EvertBunschoten Jan 23, 2023
ac88f7e
Fixed bug with importing the SU2 MLP writing tool
EvertBunschoten Jan 23, 2023
3fbbf69
Fixed typo in MLP translation file
EvertBunschoten Jan 27, 2023
389a1da
Merge branch 'develop' of https://github.com/su2code/Tutorials into f…
EvertBunschoten Jan 27, 2023
0b44489
Added to the Readme.md of the MLP tutorial
EvertBunschoten Feb 6, 2023
cdd3ace
Merge branch 'feature_multilayer_perceptron' of https://github.com/su…
EvertBunschoten Feb 6, 2023
bdad995
Added to description and added example MLP input file
EvertBunschoten Feb 16, 2023
3dd1266
remove MUSCL_FLOW=YES from JST cases
pcarruscag Mar 26, 2023
5e66f37
Merge pull request #39 from su2code/cusp_update
pcarruscag Mar 26, 2023
54eda4f
more cases with MUSCL + JST
pcarruscag Mar 27, 2023
9910df2
Merge branch 'cusp_update' into develop
pcarruscag Mar 27, 2023
475b0d8
Merge branch 'develop' of https://github.com/su2code/Tutorials into f…
EvertBunschoten Mar 30, 2023
d749112
Added tutorial for data-driven fluid model under NICFD nozzle
EvertBunschoten Apr 17, 2023
2dd6d7e
Improved formatting of documentation
EvertBunschoten Apr 18, 2023
7d18814
Removed README.md from datadriven tutorial
EvertBunschoten Apr 20, 2023
63d716b
Merge pull request #40 from su2code/feature_multilayer_perceptron
EvertBunschoten Apr 28, 2023
2ec2880
remove config since it is in the code repo
pcarruscag Apr 30, 2023
4672749
Revert "remove config since it is in the code repo"
pcarruscag Apr 30, 2023
c16c67e
use the config in tutorials instead
pcarruscag Apr 30, 2023
0f15049
Merge pull request #41 from su2code/avoid_duplicated_config
pcarruscag Apr 30, 2023
79bffe3
remove USE_SPECIES_STRONG_BC
bigfooted May 30, 2023
12b593e
Merge pull request #42 from su2code/feature_new_flamelet
bigfooted Jun 7, 2023
09e5662
Sst consistency (#44)
pcarruscag Jul 3, 2023
25d54da
add files for QuickStart tutorial (#43)
frx-wintermute Jul 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use the config in tutorials instead
  • Loading branch information
pcarruscag committed Apr 30, 2023
commit c16c67ee27aa5e3ba02a3a30b72f81c18fbd40ff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Bosch Thermotechniek B.V. %
% Date: 2021/10/14 %
% File Version 7.2.1 "Blackbird" %
% File Version 7.5.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand All @@ -14,7 +14,12 @@
SOLVER= INC_RANS
KIND_TURB_MODEL= SST
%
OBJECTIVE_FUNCTION= SURFACE_SPECIES_VARIANCE
CUSTOM_OUTPUTS= 'avg_species_0 : AreaAvg{SPECIES[0]}[outlet];\
avg_species_1 : AreaAvg{SPECIES[1]}[outlet];\
var_species : AreaAvg{pow(SPECIES[0] - avg_species_0, 2) +\
pow(SPECIES[1] - avg_species_1, 2)}[outlet]'
CUSTOM_OBJFUNC= 'var_species'
OBJECTIVE_FUNCTION= CUSTOM_OBJFUNC
OBJECTIVE_WEIGHT= 1.0
%
% ---------------- INCOMPRESSIBLE FLOW CONDITION DEFINITION -------------------%
Expand Down Expand Up @@ -80,7 +85,7 @@ LINEAR_SOLVER= FGMRES
LINEAR_SOLVER_PREC= ILU
LINEAR_SOLVER_ERROR= 1E-8
LINEAR_SOLVER_ITER= 20

%
% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
%
CONV_NUM_METHOD_FLOW= FDS
Expand Down Expand Up @@ -119,7 +124,6 @@ CONV_STARTITER= 10
% ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
%
MESH_FILENAME= primitiveVenturi.su2
%
SCREEN_OUTPUT= INNER_ITER WALL_TIME RMS_ADJ_PRESSURE RMS_ADJ_VELOCITY-X RMS_ADJ_VELOCITY-Y RMS_ADJ_TKE RMS_ADJ_DISSIPATION RMS_ADJ_SPECIES_0 RMS_ADJ_SPECIES_1
SCREEN_WRT_FREQ_INNER= 10
%
Expand All @@ -140,3 +144,4 @@ RESTART_FILENAME= restart
SOLUTION_FILENAME= solution
%
WRT_PERFORMANCE= YES