Skip to content

Heat equation - #26

Merged
fgerick merged 18 commits into
mainfrom
heat
Feb 26, 2026
Merged

Heat equation#26
fgerick merged 18 commits into
mainfrom
heat

Conversation

@fgerick

@fgerick fgerick commented Feb 26, 2026

Copy link
Copy Markdown
Owner

Adds constant temperature heat equation basis. Currently the basis is called Temperature, but probably there are better names. It's scalar, but currently it just mimics this using a poloidal and toroidal basis and only having a toroidal component. Ideally, Limace.jl separates into a ScalarBasis <: Basis and a VectorBasis <: Basis and build everything on that.

Tests include calculations of critical Rayleigh numbers, comparing to published results from the SINGE and kore codes. Documentation is not there yet and it would be desirable to have some interface for the search of critical parameters in Limace.jl (not just in the tests).

@codecov

codecov Bot commented Feb 26, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 72.76190% with 143 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.51%. Comparing base (c1e4dcb) to head (91a4f89).
⚠️ Report is 23 commits behind head on main.

Files with missing lines Patch % Lines
src/forces/scalaradvection.jl 39.18% 104 Missing ⚠️
src/bases/Temperature.jl 66.66% 12 Missing ⚠️
src/bases/ViscousShell.jl 0.00% 11 Missing ⚠️
src/bases/InviscidShell.jl 0.00% 9 Missing ⚠️
src/Bases.jl 75.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   79.00%   82.51%   +3.50%     
==========================================
  Files          28       32       +4     
  Lines        3148     3482     +334     
==========================================
+ Hits         2487     2873     +386     
+ Misses        661      609      -52     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fgerick
fgerick merged commit 0bec94d into main Feb 26, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant