0% found this document useful (0 votes)
4 views1 page

Flow Chart for Solving Stream Function

The document outlines a 6 step computer code to solve a fluid dynamics problem. It initializes variables with boundary conditions and initial values in step 1. Step 2 updates one variable by solving an equation. Step 3 calculates two other variables from the first. Step 4 and 5 similarly update additional variables by solving transport and energy equations. Step 6 calculates another variable from the previous. The code iterates through the steps, checking for errors, until results meet accuracy standards and are displayed.

Uploaded by

Vishnu MohanBabu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Flow Chart for Solving Stream Function

The document outlines a 6 step computer code to solve a fluid dynamics problem. It initializes variables with boundary conditions and initial values in step 1. Step 2 updates one variable by solving an equation. Step 3 calculates two other variables from the first. Step 4 and 5 similarly update additional variables by solving transport and energy equations. Step 6 calculates another variable from the previous. The code iterates through the steps, checking for errors, until results meet accuracy standards and are displayed.

Uploaded by

Vishnu MohanBabu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Flow Chart of the Computer Code to solve the problem

Step 1 Initialize , , values with proper boundary conditions and appropriate initial values

Step 2 Updates the values of at each point by solving stream function equation

Step 3 Calculate U and V at each point from values of

Using the values of U,V and

Step 4 solve vorticity transport equations to update the value of

Step 5 Using the values of ,U and V solve energy equation to update the value of at all points

Calculate

Step 6 at all points from the values of

If error for each , , are within admissible range

No

Yes Display the Results

You might also like