Correcting chemical formulae for FLiNaK and FLiNaBe - #50
Conversation
…material names for classes of materials, rather than reference to a specific mixture or eutectic. This commit replaces these with eutectic formulae of LiF(46.5%)-NaF(11.5%)-KF(42%) for FLiNaK and LiF(31%)-NaF(31%)-BeF2(38%) for FLiNaBe
|
Thanks for this fix. FLiNaK changes look great Perhaps the table in the PR description should have 50% instead for F
|
| "density": 2.05, | ||
| "density_unit":"g/cm3", | ||
| "comment": "Based on chemical formula", | ||
| "comment": "Based on chemical formula, source 10.13182/FST14-975", |
There was a problem hiding this comment.
I think there are a few FLiNaBe in this paper, could we mention which one perhaps by having mol definition
|
Can we just double check the FLiNaBe "chemical_equation": "Li465Na465Be380F1690"Has the 46.5 been carried over from FLiNaK's LiF fraction? Many thanks for the PR, really appreciate the corrections provided |
So the simple fractions are Li 15.5%, Na 15.5%, Be 12.666666%, F 56.333333%. I multiplied these by 3 so that I can put values in without rounding errors. So 46.%, 46.5%, 38%, and 169%, totalling 300% which will get renormalised to the right fractions |
Updated comment to specify the source and composition details.
|
Thanks for explaining, and sorry to keep pushing on this one. I agree the scaling is harmless. OpenMC normalises the multipliers in Working your atom fractions back to salt mole fractions: That isn't the LiF(31%)-NaF(31%)-BeF2(38%) quoted in the PR description. One quick way to see it: in a LiF-NaF-BeF2 mixture the fluorine atom fraction depends only on the BeF2 content, F = (1+z)/(2+z) where z is the BeF2 mole fraction. So F = 56.33 at.% implies z = 29 mol% BeF2, whereas 31-31-38 gives F = 57.98 at.%. For 31-31-38 the fluorine count is 31 + 31 + 2*38 = 138, giving: "chemical_equation": "Li310Na310Be380F1380"
Incidentally no scaling is needed at all here, since the salt mole fractions are already integers: On the earlier question of which flinabe: I couldn't get past the paywall on FST 68(3) 669-673, so I can't confirm which composition that paper uses. For what it's worth, the commonly quoted ones are 31-31-38 and 33-33-33, and Grimes et al. 1958 used 35-27-38 (Serrano-López et al., arXiv:1307.7343: "The usually suggested composition for ternary FLiNaBe in recent papers is (0.31-0.31-0.38) or (0.33-0.33-0.33)"). None of them is 35.5-35.5-29, which is what makes me think something has slipped. Putting the mol definition in the The FLiNaK numbers do check out exactly, for the record. Table 12-1 on p. 571 of Chapter 12 of Fluid Fuel Reactors lists One last low priority thought. The library tests do build every material ( Thanks again for digging out the references, the FLiNaK correction alone is well worth having. |
…rials.json Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
FLiNaK and FLiNaBe are currently treated as chemical formulae, rather than material names for classes of materials.
This commit replaces these with formulae of LiF(46.5%)-NaF(11.5%)-KF(42%) for FLiNaK and LiF(31%)-NaF(31%)-BeF2(38%) for FLiNaBe, with references to where these have been taken from.
Previous atomic fractions:
Current atomic fractions
#Edit: @shimwell is right, FLiNaK is 50% F and this was in the .json file - I wrote the wrong value to the PR table. Corrected now.