Skip to content

Commit

Permalink
explicit flux calculation, plus wbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Howarth committed Sep 18, 2024
1 parent 13a8c69 commit 3c7d3ed
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 165 deletions.
8 changes: 8 additions & 0 deletions Source/PeleLMeX.H
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,14 @@ public:
const amrex::Vector<amrex::Array<amrex::MultiFab*, AMREX_SPACEDIM>>&
a_soretfluxes);

void correctIsothermalBoundary(
const TimeStamp& a_time,
const amrex::Vector<amrex::MultiFab*>& a_spec_boundary,
const amrex::Vector<amrex::Array<amrex::MultiFab*, AMREX_SPACEDIM>>&
a_wbarfluxes,
const amrex::Vector<amrex::Array<amrex::MultiFab*, AMREX_SPACEDIM>>&
a_soretfluxes);

/**
* \brief Compute the explicit cell-centered diffusion term on all levels
* by computing the divergence of the diffusion fluxes at Old or New time,
Expand Down
Loading

0 comments on commit 3c7d3ed

Please sign in to comment.