@@ -441,7 +441,14 @@ FILENAMES_INTERPOLATOR= (MLP_1.mlp, MLP_2.mlp, MLP_3.mlp)
441441% Relaxation factor for the Newton solvers in the data-driven fluid model
442442DATADRIVEN_NEWTON_RELAXATION = 0.8
443443
444- %
444+ % Use physics-informed neural network for calculation of the fluid caloric properties.
445+ USE_PINN = YES
446+
447+ % Optional initial guess for fluid density and static energy in data-driven fluid analysis.
448+ DATADRIVEN_INITIAL_DENSITY = -1
449+ DATADRIVEN_INITIAL_ENERGY = -1
450+
451+
445452% Specify if there is ionization
446453IONIZATION = NO
447454%
@@ -735,20 +742,19 @@ MIXINGPLANE_INTERFACE_KIND= LINEAR_INTERPOLATION
735742% Specify option for turbulent mixing-plane (YES, NO) default NO
736743TURBULENT_MIXINGPLANE = YES
737744%
738- % Specify ramp option for Outlet Giles value (YES, NO) default NO
739- RAMP_OUTLET = NO
745+ % Specify ramp option for Outlet pressure (YES, NO) default NO
746+ RAMP_OUTLET_PRESSURE = NO
740747%
741- % Parameters of the outlet Giles ramp (starting outlet value ,
748+ % Parameters of the outlet pressure ramp (starting outlet pressure ,
742749% updating-iteration-frequency, total number of iteration for the ramp)
743- RAMP_OUTLET_COEFF = (400000.0, 10.0, 500)
750+ RAMP_OUTLET_PRESSURE_COEFF = (400000.0, 10.0, 500)
744751%
745- % Specify ramp option for frame of motion (YES, NO) default NO
746- RAMP_MOTION_FRAME = YES
752+ % Specify ramp option for rotating frame (YES, NO) default NO
753+ RAMP_ROTATING_FRAME = YES
747754%
748- % Parameters of the frame of motion ramp (starting frame of motion speed,
755+ % Parameters of the rotating frame ramp (starting rotational speed,
749756% updating-iteration-frequency, total number of iteration for the ramp)
750- RAMP_MOTION_FRAME_COEFF = (0.0, 39.0, 500)
751- %
757+ RAMP_ROTATING_FRAME_COEFF = (0.0, 39.0, 500)
752758%
753759% Specify Kind of average process for linearizing the Navier-Stokes
754760% equation at inflow and outflow BCs included at the mixing-plane interface
0 commit comments