Skip to content

Commit cc31e6b

Browse files
Removed pressure ramp options
1 parent 6924ec7 commit cc31e6b

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

TestCases/disc_adj_turbomachinery/transonic_stator_2D/transonic_stator.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ SPATIAL_FOURIER= YES
7676
%
7777
TURBOMACHINERY_KIND = AXIAL
7878
TURBO_PERF_KIND = TURBINE
79-
RAMP_OUTLET_PRESSURE= NO
80-
RAMP_OUTLET_PRESSURE_COEFF= (700000.0, 10.0, 500)
79+
RAMP_OUTLET= NO
80+
RAMP_OUTLET_COEFF= (700000.0, 10.0, 500)
8181
AVERAGE_PROCESS_KIND= MIXEDOUT
8282
PERFORMANCE_AVERAGE_PROCESS_KIND= MIXEDOUT
8383
MIXEDOUT_COEFF= (1.0, 1.0E-05, 15)

TestCases/nicf/datadriven/datadriven_nozzle.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ MARKER_HEATFLUX= (WALL, 0.0)
5454
MARKER_RIEMANN= ( INFLOW, TOTAL_CONDITIONS_PT, 3361842.0, 189.288, 1.0, 0.0, 0.0, \
5555
OUTFLOW, STATIC_PRESSURE, 747076.0, 0.0, 0.0, 0.0, 0.0 )
5656

57-
RAMP_OUTLET_PRESSURE= NO
58-
RAMP_OUTLET_PRESSURE_COEFF= (3361842.0, 1, 20)
5957

6058
% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
6159
NUM_METHOD_GRAD= GREEN_GAUSS

config_template.cfg

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -735,19 +735,20 @@ MIXINGPLANE_INTERFACE_KIND= LINEAR_INTERPOLATION
735735
% Specify option for turbulent mixing-plane (YES, NO) default NO
736736
TURBULENT_MIXINGPLANE= YES
737737
%
738-
% Specify ramp option for Outlet pressure (YES, NO) default NO
739-
RAMP_OUTLET_PRESSURE= NO
738+
% Specify ramp option for Outlet Giles value (YES, NO) default NO
739+
RAMP_OUTLET= NO
740740
%
741-
% Parameters of the outlet pressure ramp (starting outlet pressure,
741+
% Parameters of the outlet Giles ramp (starting outlet value,
742742
% updating-iteration-frequency, total number of iteration for the ramp)
743-
RAMP_OUTLET_PRESSURE_COEFF= (400000.0, 10.0, 500)
743+
RAMP_OUTLET_COEFF= (400000.0, 10.0, 500)
744744
%
745-
% Specify ramp option for rotating frame (YES, NO) default NO
746-
RAMP_ROTATING_FRAME= YES
745+
% Specify ramp option for frame of motion (YES, NO) default NO
746+
RAMP_MOTION_FRAME= YES
747747
%
748-
% Parameters of the rotating frame ramp (starting rotational speed,
748+
% Parameters of the frame of motion ramp (starting frame of motion speed,
749749
% updating-iteration-frequency, total number of iteration for the ramp)
750-
RAMP_ROTATING_FRAME_COEFF= (0.0, 39.0, 500)
750+
RAMP_MOTION_FRAME_COEFF= (0.0, 39.0, 500)
751+
%
751752
%
752753
% Specify Kind of average process for linearizing the Navier-Stokes
753754
% equation at inflow and outflow BCs included at the mixing-plane interface

0 commit comments

Comments
 (0)