AMReX-Astro / AMReX-Astro/Castro

revisit CMA

Open
#1,603 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

hydro
Dominant language
C++
Stars
340
Forks
105
Avg merge
3d 8h
Merged PRs (30d)
8

Description

Currently we do the "consistent multifluid advection" method by constraining the species fluxes to sum to the density flux after we have done all of the transverse flux differences.

But CMA was developed for a directionally-split method. It might be the case that we want to normalize the fluxes after each Riemann solve, before they are applied to the conservative states in the transverse direction, as well as for the final construction.

Alternately, we might want to just switch to normalizes the species interface states themselves.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating the consistent multifluid advection (CMA) implementation and the Riemann-solve and transverse-flux update paths. Compare normalizing after each Riemann solve with normalizing species interface states, then define and validate the chosen behavior; the issue does not specify a completion test.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.