lanl/singularity-eos

Some introspection about molecular structure

オープン

#442 opened on 2024/12/05

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)C++ (21 件のフォーク)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (36 個のスター)
PR merge metrics
 (PR metrics pending)

説明

In his review of #439, @pdmullen pointed out that it would be nice to initialize an ideal gas with, e.g.,

IdealGas(Real gm1, MeanAtomicProperties prop)

and compute Cv automatically from that. But this would require knowledge of, e.g., the mean molecular weight $\mu$, rather than the mean atomic mass.

This may also be relevant for more detailed 3T models. We should consider a strategy to enable this down the line. Perhaps, for example, by storing the number of atoms in a molecule in the MeanAtomicProperties struct, or by passing this in to the ideal gas constructor.

コントリビューターガイド