AMReX-Astro / AMReX-Astro/Microphysics

can we operator split within VODE?

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

Nobody has claimed this yet.

integrator
Dominant language
C++
Stars
43
Forks
46
Avg merge
2d 18h
Merged PRs (30d)
15

Description

Right now we solve the system:

$X^{n+1}_k = \dot{\omega}_k (\rho, T^{n+1}, X_k^{n+1})$
$e^{n+1} = \dot{S} (\rho, T^{n+1}, X_k^{n+1})$

but what if we treated the energy/temperature update explicitly. We are substepping in VODE, so we could still be accurate / stable (?) if we did:

$X^{n+1}_k = \dot{\omega}_k (\rho, T^{n}, X_k^{n+1})$
$e^{n+1} = \dot{S} (\rho, T^{n}, X_k^{n+1})$

the advantage of this is that the Jacobian then does not need any temperature derivatives, significantly simplifying it and making issues like #729 a non-issue.

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

Start by locating the VODE implementation and its current coupled energy/species update and Jacobian path. Analyze whether the proposed explicit temperature treatment preserves the required accuracy and stability, and document the resulting design and validation criteria for the operator split.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.