mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Fix H2O molar weight
This commit is contained in:
@ -360,7 +360,7 @@ void diffusionCoefficient::molWeightTable()
|
||||
molWeight.insert("O2", 32.00);
|
||||
molWeight.insert("N2", 28.01);
|
||||
molWeight.insert("H2", 2.02);
|
||||
molWeight.insert("H2O", 2.02);
|
||||
molWeight.insert("H2O", 18.01);
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
Reference in New Issue
Block a user