Commit ee22871
committed
refactor: move SIGMA_SB constant from solver.py to constants.py
Follow project convention "No magic numbers: Physical constants live
in constants.py". The Stefan-Boltzmann constant was defined locally
in solver.py — now centralized alongside other physical constants.
https://claude.ai/code/session_018WB9yHTAM3NZVpids3fo8m1 parent c340bb0 commit ee22871
2 files changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
8 | 19 | | |
9 | 20 | | |
10 | 21 | | |
| |||
21 | 32 | | |
22 | 33 | | |
23 | 34 | | |
24 | | - | |
25 | | - | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
| |||
0 commit comments