Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# # # #
###############################################################################################

############################# FILE NAME: 0:generate_config.py #################################
############################# FILE NAME: 0_generate_config.py #################################
#=============================================================================================#
# author: Evert Bunschoten |
# :PhD Candidate , |
Expand Down Expand Up @@ -41,4 +41,4 @@
# Display configuration settings and save config object.
Config.SetConfigName("SU2DataMiner_MM")
Config.PrintBanner()
Config.SaveConfig()
Config.SaveConfig()
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# # # #
###############################################################################################

########################### FILE NAME: 1:generate_fluid_data.py ###############################
########################### FILE NAME: 1_generate_fluid_data.py ###############################
#=============================================================================================#
# author: Evert Bunschoten |
# :PhD Candidate , |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# # # #
###############################################################################################

################################ FILE NAME: 2:train_PINN.py ###################################
################################ FILE NAME: 2_train_PINN.py ###################################
#=============================================================================================#
# author: Evert Bunschoten |
# :PhD Candidate , |
Expand Down Expand Up @@ -50,4 +50,4 @@
Eval.TrainPostprocessing()

Config.UpdateMLPHyperParams(Eval)
Config.SaveConfig()
Config.SaveConfig()
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

## \file 3:run_SU2.py
## \file 3_run_SU2.py
# \brief NICFD simulation of supersonic expansion of siloxane MM.
# \version 8.1.0 "Harrier"
#
Expand Down Expand Up @@ -56,7 +56,7 @@ def WriteSU2Config(Config:Config_NICFD):
su2_options = """
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% SU2 configuration file, automatically generated with "3:run_SU2.py" %
% SU2 configuration file, automatically generated with "3_run_SU2.py" %
% Case description: Non-ideal compressible fluid flow in a converging- %
% diverging supersonic nozzle using a PINN for thermodynamic %
% state calculations. %
Expand Down Expand Up @@ -265,4 +265,4 @@ def GenerateMesh():
# Initialize NICFD simulation.
driver = pysu2.CSinglezoneDriver("config_NICFD_PINN.cfg",1, comm)
driver.StartSolver()
driver.Finalize()
driver.Finalize()
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% SU2 configuration file, automatically generated with "3:run_SU2.py" %
% SU2 configuration file, automatically generated with "3_run_SU2.py" %
% Case description: Non-ideal compressible fluid flow in a converging- %
% diverging supersonic nozzle using a PINN for thermodynamic %
% state calculations. %
Expand Down