Skip to content

Commit

Permalink
add magneto disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Yihan Wang authored and Yihan Wang committed Oct 2, 2023
1 parent fb28793 commit 4c52c10
Show file tree
Hide file tree
Showing 4 changed files with 626 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/interaction/disk-capture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace hub::force {
auto vabs = sqrt(v2);
auto cs = Omega * H;
auto Mach = vabs / cs;
auto logR = 3.0;
auto logR = 8.0;
// std::max(log(m[0] / m[i]), 3.0);

double I = std::max(logR + offset, 1.0);
Expand Down
Loading

0 comments on commit 4c52c10

Please sign in to comment.