Skip to content

Commit

Permalink
clean up ADM1_p_extension
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed May 10, 2024
1 parent 1ac9fe6 commit 8e27f89
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 588 deletions.
7 changes: 6 additions & 1 deletion qsdsan/data/process_data/_adm1_p_extension.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ decay_Xc4 ? ? ? f_sI_xb f_ch_xb f_pr_xb f_li_xb -1 f_xI_xb
decay_Xpro ? ? ? f_sI_xb f_ch_xb f_pr_xb f_li_xb -1 f_xI_xb
decay_Xac ? ? ? f_sI_xb f_ch_xb f_pr_xb f_li_xb -1 f_xI_xb
decay_Xh2 ? ? ? f_sI_xb f_ch_xb f_pr_xb f_li_xb -1 f_xI_xb
storage_Sva_in_XPHA -1 ? ? ? 1 -Y_PO4 Y_PO4*K_XPP Y_PO4*Mg_XPP
storage_Sbu_in_XPHA -1 ? ? ? 1 -Y_PO4 Y_PO4*K_XPP Y_PO4*Mg_XPP
storage_Spro_in_XPHA -1 ? ? ? 1 -Y_PO4 Y_PO4*K_XPP Y_PO4*Mg_XPP
storage_Sac_in_XPHA -1 ? ? ? 1 -Y_PO4 Y_PO4*K_XPP Y_PO4*Mg_XPP
lysis_XPAO ? ? ? f_sI_xb f_ch_xb f_pr_xb f_li_xb f_xI_xb -1
lysis_XPHA f_va_PHA f_bu_PHA f_pro_PHA f_ac_PHA ? ? ? -1
lysis_XPP ? ? ? -1 K_XPP Mg_XPP
lysis_XPHA f_va_PHA f_bu_PHA f_pro_PHA f_ac_PHA ? ? ? -1
1 change: 1 addition & 0 deletions qsdsan/processes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
_madm1,
_decay,
_kinetic_reaction,
_pm2
)

__all__ = (
Expand Down
4 changes: 2 additions & 2 deletions qsdsan/processes/_adm1.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

__all__ = ('create_adm1_cmps', 'ADM1',
'non_compet_inhibit', 'substr_inhibit',
'T_correction_factor',
'mass2mol_conversion', 'T_correction_factor',
'pH_inhibit', 'Hill_inhibit',
'rhos_adm1',
'solve_pH',
'solve_pH', 'TempState',
'dydt_Sh2_AD', 'grad_dydt_Sh2_AD')

_path = ospath.join(data_path, 'process_data/_adm1.tsv')
Expand Down
Loading

0 comments on commit 8e27f89

Please sign in to comment.