Skip to content

Commit

Permalink
changes to compile CouetteFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul1992 committed Aug 31, 2024
1 parent 6b9aab8 commit 65ccee3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ build_erf_lib_wrapper(${erf_lib_name})
if (ERF_ENABLE_MULTIBLOCK)
#add_subdirectory(MultiBlock)
add_subdirectory(MultiBlockABL)
# add_subdirectory(CouetteFlow)
add_subdirectory(CouetteFlow)
# add_subdirectory(PoiseuilleFlow)
endif()
9 changes: 5 additions & 4 deletions Exec/CouetteFlow/prob.H
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ public:
const amrex::Box& xbx,
const amrex::Box& ybx,
const amrex::Box& zbx,
amrex::Array4<amrex::Real > const& state,
amrex::Array4<amrex::Real > const& x_vel,
amrex::Array4<amrex::Real > const& y_vel,
amrex::Array4<amrex::Real > const& z_vel,
amrex::Array4<amrex::Real const> const& state,
amrex::Array4<amrex::Real > const& state_pert,
amrex::Array4<amrex::Real > const& x_vel_pert,
amrex::Array4<amrex::Real > const& y_vel_pert,
amrex::Array4<amrex::Real > const& z_vel_pert,
amrex::Array4<amrex::Real > const& r_hse,
amrex::Array4<amrex::Real > const& p_hse,
amrex::Array4<amrex::Real const> const& z_nd,
Expand Down
1 change: 1 addition & 0 deletions Exec/CouetteFlow/prob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Problem::init_custom_pert(
const amrex::Box& xbx,
const amrex::Box& ybx,
const amrex::Box& zbx,
amrex::Array4<amrex::Real const> const& /*state*/,
amrex::Array4<amrex::Real > const& state,
amrex::Array4<amrex::Real > const& x_vel,
amrex::Array4<amrex::Real > const& y_vel,
Expand Down

0 comments on commit 65ccee3

Please sign in to comment.