BioSTEAMDevelopmentGroup / Bioindustrial-Park

BioSTEAM's Premier Repository for Biorefinery Models and Results
MIT License
38 stars 18 forks source link

Incorrect chemical Settings in Cellulosic model #173

Open zasddsgg opened 4 days ago

zasddsgg commented 4 days ago

Hello, NaOH in cellulosic model does not seem to have specific properties, which seems to be a mistake. The code is as follows.

from biorefineries import cellulosic
cs = cellulosic.Biorefinery('corn stover ethanol')
cs.chemicals.NaOH

The return result is as follows.

Chemical: NaOH (phase_ref='s') at phase='s'
[Names]  CAS: NaOH
         InChI: None
         InChI_key: None
         common_name: None
         iupac_name: ()
         pubchemid: None
         smiles: None
         formula: NaOH
[Groups] Dortmund: <Empty>
         UNIFAC: <Empty>
         PSRK: <Empty>
         NIST: <Empty>
[Data]   MW: 39.997 g/mol
         Tm: None
         Tb: None
         Tt: None
         Tc: None
         Pt: None
         Pc: None
         Vc: None
         Hf: 0 J/mol
         S0: 0 J/K/mol
         LHV: 0 J/mol
         HHV: 0 J/mol
         Hfus: 0 J/mol
         Sfus: 0
         omega: None
         dipole: None
         similarity_variable: None
         iscyclic_aliphatic: None
         combustion: {'O2': 0.25, 'H...
zasddsgg commented 4 days ago

When I use the SRK physical method, NaOH will report missing Tc, but I cannot modify the physical properties of NaOH in the caustic stream of WWTP section in the cellulosic model.

zasddsgg commented 3 days ago

Hello, I cannot modify the NaOH and WWTsludge in cellulosic model, because it's already compiled. Could you modify them because of lacking Tc, Pc,omega when using SRK physical property method.