Skip to content

Commit 4cca5d6

Browse files
Updated boundary conditions
1 parent d6e341c commit 4cca5d6

1 file changed

Lines changed: 7 additions & 21 deletions

File tree

compressible_flow/NICFD_nozzle/PhysicsInformed/config_NICFD_PINN.cfg

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,15 @@
1-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2-
% %
3-
% SU2 configuration file, automatically generated with "3:run_SU2.py" %
4-
% Case description: Non-ideal compressible fluid flow in a converging- %
5-
% diverging supersonic nozzle using a PINN for thermodynamic %
6-
% state calculations. %
7-
% Author: Evert Bunschoten %
8-
% Institution: Delft University of Technology %
9-
% Date: 2025.3.26 %
10-
% File Version 8.1.0 "Harrier" %
11-
% %
12-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
13-
141

152
SOLVER= RANS
163
KIND_TURB_MODEL= SA
174
SA_OPTIONS= NONE
5+
MATH_PROBLEM= DIRECT
186
RESTART_SOL=NO
197
MACH_NUMBER= 0.05
208
AoA= 0.0
219

22-
FREESTREAM_PRESSURE= 1.809444e+06
10+
FREESTREAM_PRESSURE= 1.802104e+06
2311

24-
FREESTREAM_TEMPERATURE= 5.229862e+02
12+
FREESTREAM_TEMPERATURE= 5.229359e+02
2513

2614
FREESTREAM_TURBULENCEINTENSITY = 0.1
2715

@@ -49,17 +37,15 @@ PRANDTL_TURB=8.25e-01
4937

5038
MARKER_HEATFLUX= (wall, 0.0)
5139

52-
MARKER_MONITORING=(wall)
5340

5441
MARKER_EULER=(symmetry)
5542

56-
MARKER_GILES= (inflow, TOTAL_CONDITIONS_PT, 1.809444e+06, 5.229862e+02, 1.0, 0.0, 0.0, 0.8, 0.8,\
57-
outflow, STATIC_PRESSURE,1.809444e+05, 0.0, 0.0, 0.0, 0.0, 0.8, 0.8)
43+
MARKER_GILES= (inflow, TOTAL_CONDITIONS_PT, 1.802104e+06, 5.229359e+02, 1.0, 0.0, 0.0, 0.8, 0.8, outflow, STATIC_PRESSURE,1.802104e+05, 0.0, 0.0, 0.0, 0.0, 0.8, 0.8)
5844
SPATIAL_FOURIER=NO
5945
TURBOMACHINERY_KIND= AXIAL
6046
TURBO_PERF_KIND=TURBINE
61-
RAMP_OUTLET=NO
62-
RAMP_OUTLET_COEFF= (1.809444e+06, 10, 200)
47+
RAMP_OUTLET=YES
48+
RAMP_OUTLET_COEFF= (1.802104e+06, 10, 200)
6349
AVERAGE_PROCESS_KIND= AREA
6450
MIXEDOUT_COEFF=(0.1, 1e-5, 15.0)
6551
MARKER_TURBOMACHINERY= (inflow, outflow)
@@ -93,7 +79,7 @@ CONV_RESIDUAL_MINVAL= -16
9379
CONV_STARTITER= 10
9480
CONV_CAUCHY_ELEMS= 100
9581
CONV_CAUCHY_EPS= 1E-6
96-
CONV_FILENAME=history_adjoint.csv
82+
9783
MESH_FILENAME= nozzle_mesh.su2
9884

9985
OUTPUT_WRT_FREQ= 20

0 commit comments

Comments
 (0)