You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
H2O = Component('H2O',volume=1.0,density=1.0)
Glycerol = Component('Glycerol',mass=1.0,density=1.26) # @todo: had to add density here or glycerol has a volume of none which borks later. Should instantiate with a default value of density.
H2O = Component('H2O',volume=1.0,density=1.0)
Glycerol = Component('Glycerol',mass=1.0,density=1.26) # @todo: had to add density here or glycerol has a volume of none which borks later. Should instantiate with a default value of density.
If density blank, get error that number of components does not match between specification and real Mixture.
@martintb
The text was updated successfully, but these errors were encountered: