Skip to content

Commit

Permalink
changing default axis value to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsitaram committed Sep 28, 2024
1 parent a17638d commit ea86716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Params/_cpp_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ do_rf bool false
rf_omega Real 0.0

#rf axis
rf_axis int 2
rf_axis int 0

#rf locations
rf_axis_x Real 0.0
Expand Down
2 changes: 1 addition & 1 deletion Source/Params/param_includes/pelec_defaults.H
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ std::string PeleC::zl_ext_bc_type;
std::string PeleC::zr_ext_bc_type;
bool PeleC::do_rf = false;
amrex::Real PeleC::rf_omega = 0.0;
int PeleC::rf_axis = 2;
int PeleC::rf_axis = 0;
amrex::Real PeleC::rf_axis_x = 0.0;
amrex::Real PeleC::rf_axis_y = 0.0;
amrex::Real PeleC::rf_axis_z = 0.0;
Expand Down

0 comments on commit ea86716

Please sign in to comment.