Skip to content

Commit

Permalink
Merge pull request seahorce-scidac#287 from hklion/extdir
Browse files Browse the repository at this point in the history
actually initialize extdir bc for {u,v}2d_simple_bc
  • Loading branch information
hklion authored Nov 8, 2024
2 parents a3b8886 + 2f0bdb6 commit a844009
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 a844009

Please sign in to comment.