Split issue in drum dryer (Drying) #164
-
Beta Was this translation helpful? Give feedback.
Answered by
yoelcortes
Sep 8, 2023
Replies: 1 comment
-
Components defined in split go to the gas. Use the https://biosteam.readthedocs.io/en/latest/API/units/drying.html Quick tip: You can use the python help function to view documentation in your console (e.g. I hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yoelcortes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Uzair1shah,
Components defined in split go to the gas. Use the
moisture_content
parameter to adjust the moisture content of your dried solids. I just added a full example in the documentation:https://biosteam.readthedocs.io/en/latest/API/units/drying.html
Quick tip: You can use the python help function to view documentation in your console (e.g.
help(biosteam.DrumDryer)
). If you are using Spyder, you can also highlight the object andctrl+I
will show you the documentation in a pane.I hope this helps!
Thanks.