Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkellyjak committed Jan 13, 2025
1 parent 2b74501 commit e7cb52b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config_template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -742,13 +742,27 @@ RAMP_OUTLET_PRESSURE= NO
% updating-iteration-frequency, total number of iteration for the ramp)
RAMP_OUTLET_PRESSURE_COEFF= (400000.0, 10.0, 500)
%
% Specify ramp option for Outlet mass flow rate (YES, NO) default NO
RAMP_OUTLET_MASS_FLOW= NO
%
% Parameters of the outlet mass flow rate ramp (starting outlet mass flow,
% updating-iteration-frequency, total number of iteration for the ramp)
RAMP_OUTLET_MASS_FLOW_COEFF= (0.5, 10.0, 500)
%
% Specify ramp option for rotating frame (YES, NO) default NO
RAMP_ROTATING_FRAME= YES
%
% Parameters of the rotating frame ramp (starting rotational speed,
% updating-iteration-frequency, total number of iteration for the ramp)
RAMP_ROTATING_FRAME_COEFF= (0.0, 39.0, 500)
%
% Specify ramp option for translation frame (YES, NO) default NO
RAMP_TRANSLATION_FRAME= YES
%
% Parameters of the translation frame ramp (starting translation speed,
% updating-iteration-frequency, total number of iteration for the ramp)
RAMP_TRANSLATION_FRAME_COEFF= (0.0, 39.0, 500)
%
% Specify Kind of average process for linearizing the Navier-Stokes
% equation at inflow and outflow BCs included at the mixing-plane interface
% (ALGEBRAIC, AREA, MASSSFLUX, MIXEDOUT) default AREA
Expand Down

0 comments on commit e7cb52b

Please sign in to comment.