Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The Lorentz equations for fluid convection in a two - dimensional layer heated from below are dx d t = sigma ( y x
The Lorentz equations for fluid convection in a twodimensional layer heated from
below are
dx
d t sigma y x
dy
d t x tau z y
dz
d t xy beta z
Variables and constants are defined as MF; pla
Variables :
x rate of convective overturning
y horizontal temperature difference
z departure from a linear vertical temperature gradient
Constants :
sigma Prandtl number
tau Rayleigh number
beta a constant with no special name
One typical example of the values of the constants above is sigma tau and
beta MF; pla
The Dependence of Chaotic Equations on Initial Conditions HV; p
Lorentz equations are classified as chaotic
d for such types of equations, even the small changes in initial conditions may produce
significantly different results
What is Required?
Use simulink to plot all variables x y and z for t from to
Use the following initial conditions and constants
Initial Conditions :
x
y
z
Constants :
sigma
tau
beta
Change x to and check your results again by superimposing the two plots
Additional Requirements
Showing results in scope
Use the scope block in Simulink to view the outputs
From Style options in the scope, customize the plot by changing colors and adding
markers
Showing results in plots
Use To Workspace block in Simulink to export your results to MATLAB workspace
d save your data as array
With plot command and using TEX stream modifiers
d provide axes labels for xvec x y z
and t showing them in italic font whose size is
points
d provide a title for the plot called Solution of Lorentz Equations whose size is points
Additional Requirements
Customize the lines
Use line handles to customize the following properties
LineWidth LineStyle Color
DisplayName
Marker MarkerSize MarkerFaceColor MarkerEdgeColor
Customize axes
Enable grid lines using grid on and minor grid lines using grid minor
Use axes handles to customize the following properties
GridAlpha FontSize
MinorGridAlpha MinorGridLineStyle
Additional Requirements
Ensure neat work
All blocks in the Simulink file must be well organized and suitably sized
All initial conditions and constants must be specified in the workspace of MATLAB
d initial conditions and constants must be stored in structure format
Your code must be well organized easy to read
You should be able to obtain all desired results with one click in MATLAB workspace
which simulates the system using sim command
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