Skip to content

Commit

Permalink
set external dirichelet value for u2d_simple and v2d_simple
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Nov 6, 2024
1 parent 4c8c4cf commit 91da0e8
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 91da0e8

Please sign in to comment.