Answered step by step
Verified Expert Solution
Link Copied!

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:
1. User Input:
a. Prompt the user to enter, or select, the following information
i. Type of grain
ii. Moisture content
iii. Temperature
2. 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
3. Chung-Pfost Equation & Modified Henderson
a. Use the Chung-Pfost equation to calculate the ERH.
i. ERH_chung_pfost =
b. Use the Modified Henderson equation to calculate the ERH
i. ERH_modified_henderson =
4. Display Results:
a. Display the original inputs (grain type, moisture content, and temperature)
b. Display the ERH results from both equations
5. Test your program with different inputs to validate its functionality

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Principles Programming And Performance

Authors: Patrick O'Neil

1st Edition

1558603921, 978-1558603929

More Books

Students also viewed these Databases questions