Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This lab assignment requires you to create a Python program that determines the equilibrium relative humidity ( ERH ) of a specific grain based on
This lab assignment requires you to create a Python program that determines the equilibrium
relative humidity ERH of a specific grain based on moisture content and temperature inputs
from the user. You will also perform conversions for moisture content wet basis versus dry
basis and temperature Fahrenheit against Celsius
Tasks:
User Input:
a Prompt the user to enter, or select, the following information
i Type of grain
ii Moisture content
iii. Temperature
Conversion functions
a Write functions to convert moisture content between wet basis and dry basis.
b Write functions to convert temperature between Fahrenheit and Celsius
ChungPfost Equation & Modified Henderson
a Use the ChungPfost equation to calculate the ERH.
i ERHchungpfost
b Use the Modified Henderson equation to calculate the ERH
i ERHmodifiedhenderson
Display Results:
a Display the original inputs grain type, moisture content, and temperature
b Display the ERH results from both equations
Test your program with different inputs to validate its functionality
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started