Skip to content
cfd-lab:~/ja/tools/case-memory-estimatoronline
$ cd ..

CFD ケースメモリ見積もり

セル数、フィールド数、行列係数、ソルバーオーバーヘッドから総メモリと分割ごとの予算を可視化します。

visual calculator数値計算と安定性

数値を見る前に、流れの形をつかみます。

このツールは入力値をレジーム、スケール、支配効果として読めるようにします。下の計算機を動かし、図と結果の変化を見比べてください。

01
入力スケール
02
支配式
03
判定
memoryHPCmesh sizeparallel CFD
KaTeX rendered
memory ˜= cells * field_components * time_levels * 8 + matrix + overhead\begin{aligned}\text{memory \~{}= cells * field\_components * time\_levels * 8 + matrix + overhead}\end{aligned}
ASCII sourcememory ~= cells * field_components * time_levels * 8 + matrix + overhead
CFD memory budget16 GB128 GB512 GBlaptop scaletotal memory includes fields, sparse matrices, and solver overheadfieldsmatrixoverhead16 shown partitions; per-rank memory should fit node limits
total memory (GB)
7.4029
per-rank memory (GB)
0.4627
cells per rank
5.000e+5
stored components/cell
17
field memory (GB)
2.0266
matrix memory (GB)
2.0862
overhead memory (GB)
3.2902
hardware class
laptop scale

This is a sizing estimate, not a solver guarantee. Multigrid levels, chemistry tables, Lagrangian particles, and I/O buffers can increase memory substantially.