Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 13, 2023
1 parent 7bd5da9 commit a3f0ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Exec/Cases/DiffBunsen2D/pelelm_prob_parm.H
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ struct ProbParm
// Definition of the geometry (in meters)
amrex::Real Xmax = 0.015; // Maximum size in x direction of the calcuation
// zone
amrex::Real Xf = 0.0011; // Radius of the fuel pipe
amrex::Real Xe = 0.0001; // Thickness of the extruded tube
amrex::Real Xc = 0.0113; // Size of the oxidizer fuel
amrex::Real Xf = 0.0011; // Radius of the fuel pipe
amrex::Real Xe = 0.0001; // Thickness of the extruded tube
amrex::Real Xc = 0.0113; // Size of the oxidizer fuel
amrex::Real Ymax =
0.037; // Maximum size in y direction of the calculation zone == Position of
// the electrode ine the experiment
Expand Down
5 changes: 2 additions & 3 deletions Exec/RegTests/EB_EnclosedFlame/pelelm_prob.H
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ pelelm_initdata(
std::sin(2 * Pi * (z - 0.00712435) / pertLz) +
0.983 * std::sin(11 * (angle - 0.63578)) *
0.982 /* std::sin(2 * Pi * 3 * (z - 0.0014234) / pertLz)*/
+
1.022 * std::sin(7 * angle) * 0.945 *
std::sin(2 * Pi * 2 * (z - 0.0039765) / pertLz));
+ 1.022 * std::sin(7 * angle) * 0.945 *
std::sin(2 * Pi * 2 * (z - 0.0039765) / pertLz));
}

amrex::Real y1 =
Expand Down

0 comments on commit a3f0ba1

Please sign in to comment.