Skip to content

Commit

Permalink
WIP change xi in reset
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Dec 27, 2023
1 parent 3075a90 commit 3a6d0b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/cartesiandomain/cartesianmotion_withreset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ struct ResetSuperdrop
const auto log10r = double{log10rlow + frac * (log10rup - log10rlow)};
const auto radius = Kokkos::pow(10, log10r);

const unsigned long long xi = // TODO ;

drop.change_radius(radius);
drop.set_xi(xi);
}

KOKKOS_FUNCTION unsigned int
Expand Down

0 comments on commit 3a6d0b1

Please sign in to comment.