Skip to content

Missing Riedel Equation Parameters for Methanol #634

Description

@joel-brelson

I was trying to run a uspto reaction with methanol as a solvent but it threw me an error like this
Filling in rate rules in kinetics families by averaging...
Traceback (most recent call last):
File "rmg.py", line 118, in
main()
File "rmg.py", line 112, in main
rmg.execute(**kwargs)
File "/rmg/RMG-Py/rmgpy/rmg/main.py", line 751, in execute
self.initialize(**kwargs)
File "/rmg/RMG-Py/rmgpy/rmg/main.py", line 585, in initialize
self.reaction_model.core.phase_system.phases["Default"].set_solvent(solvent_data)
File "/rmg/RMG-Py/rmgpy/rmg/reactors.py", line 238, in set_solvent
self.solvent = to_rms(solvent)
File "/rmg/RMG-Py/rmgpy/rmg/reactors.py", line 767, in to_rms
return rms.Solvent("solvent", rms.RiedelViscosity(float(obj.A), float(obj.B), float(obj.C), float(obj.D), float(obj.E)))
TypeError: float() argument must be a string or a number, not 'NoneType'

Could someone help me regarding how could i rectify the error for this
I attached the input.py file i used for simulation
input.txt

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions