Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are a chemical engineer working on a chemical process that involves monitoring the reaction temperature. You need to create a program to ensure the

You are a chemical engineer working on a chemical process that involves monitoring the reaction temperature. You need to create a program to ensure the temperature stays within a specified range during the course of the reaction.
The following information is predefined in the program:
The total duration of the reaction (Time ?Total) is 60 minutes.
The measurement interval (Time ?int) in minutes at which the program needs to record temperature readings minutes).
The initial time for the current time (TimeNow) is set as zero.
The program shall request the user to key in the following information:
The initial temperature of the reaction (Temp ?start) in degrees Celsius.
The temperature increase rate Temp (:?chg} in degrees Celsius per minute.
The lower limit of the acceptable temperature range (TempU) in degrees Celsius.
The upper limit of the acceptable temperature range (TempL) in degrees Celsius.
Your task is to create a programming flowchart representing an algorithm to calculate the current reaction temperature (Temp ?now) at regular intervals and take corrective action if the temperature exceeds the acceptable range. You will need to formulate the equation to determine the current reaction temperature (Temp (:?now}. If the current reaction temperature is within the range, display the current time (Timnow) and current temperature.
If the current reaction temperature is outside the range, display a warning message and take corrective action. For example, if the current temperature exceeds the upper limit, display "The temperature is now exceeding the upper limit, please adjust the reaction conditions". Moreover, if the temperature is less than the lower limit, display "The temperature is now less than the lower limit, please adjust the reaction conditions".
In all cases, the program should continue to run until the current time (Timenow) reaches the Time ?Total.
34
Draw the flowchart in the following box. Use the variables declared in the questions.
image text in transcribed

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

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions