Skip to content

Commit

Permalink
actually initialize extdir bc for {u,v}2d_simple_bc
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Nov 7, 2024
1 parent a3b8886 commit 2f0bdb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Initialization/REMORA_init_bcs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ void REMORA::init_bcs ()

m_bc_extdir_vals[BCVars::ubar_bc][ori] = 0.0_rt; // default
m_bc_extdir_vals[BCVars::vbar_bc][ori] = 0.0_rt;
m_bc_extdir_vals[BCVars::u2d_simple_bc][ori] = 0.0_rt;
m_bc_extdir_vals[BCVars::v2d_simple_bc][ori] = 0.0_rt;
}

// Whether to specify boundary conditions by variable (then side).
Expand Down

0 comments on commit 2f0bdb6

Please sign in to comment.