Skip to content

Commit

Permalink
Feat: Output leading order fluxes
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallOswald committed Feb 20, 2025
1 parent 5f7de5a commit 7075d03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions photosurfactant/scripts/plot_leading_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def plot_leading_order(): # noqa: D103
print("Gamma_tr:", leading.gamma_tr)
print("Gamma_ci:", leading.gamma_ci)

# Print kinetic fluxes
print("J_tr:", leading.J_tr)
print("J_ci:", leading.J_ci)

# Figure setup
plt = plot_params.plt
yy = np.linspace(0, 1, plot_params.grid_size)
Expand Down

0 comments on commit 7075d03

Please sign in to comment.