Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

AerE 546 Lecture 14 Algebraic grid generation

Rating
-
Sold
-
Pages
7
Grade
A+
Uploaded on
08-09-2025
Written in
2025/2026

Algebraic grid generation A. A simple, algebraic grid. Grid is a set of points connected by lines (Mesh is the set of points joined into cells.) GRID MESH General idea: mesh surface, propagate into interior -- sometimes by solving elliptic boundary value problem for x(i,j). Choose points on wall, connect them, place tic marks along connecting line = grid; i.e., define surfaces by ( xin(i),yin(i) ) Specify x,y inner and outer then: x(s) = xin + ( xout - xin ) s (0≤ s ≤1) DO i=1,I DO j=1,J x(i,j) = xin(i) + (xout(i)-xin(i))*(j-1)/(J-1) y(i,j) = yin(i) + (yout(i)-yin(i))*(j-1)/(J-1) ENDDO ENDDO This is the two-surface method. Could add a line inside the domain and make it 3 surface. ttt ttt ttt ttt · · x x x x x x x · x · · · · · A

Show more Read less
Institution
AERE 546
Course
AERE 546

Content preview

AerE 546 " Lecture 14



Algebraic grid generation

A. A simple, algebraic grid. Grid is a set of points connected by lines (Mesh is the set of

t t t t t t
points joined into cells.) GRID MESH



t t t t t t


General idea: mesh surface, propagate into interior -- sometimes by solving elliptic
boundary value problem for x(i,j).


· · · ·
x x
x x


· · · ·
x x x x


Choose points on wall, connect them, place tic marks along connecting line = grid;
i.e., define surfaces by ( xin(i),yin(i) )

Specify x,y inner and outer then: x(s) = xin + ( xout - xin ) s (0≤ s ≤1)

DO i=1,I
DO j=1,J
x(i,j) = xin(i) + (xout(i)-xin(i))*(j-1)/(J-1)
y(i,j) = yin(i) + (yout(i)-yin(i))*(j-1)/(J-1)
ENDDO
ENDDO

This is the two-surface method. Could add a line inside the domain and make it 3 surface.




This study source was downloaded by 100000899610689 from CourseHero.com on 09-06-2025 01:25:57 GMT -05:00
1
https://www.coursehero.com/file/33324900/Lecture14pdf/

, AerE 546 " Lecture 14


O-grid for cylinder by same method:

DO it = 1,NTH ! grid walls
th = 2ᴨ (it-1)/float(NTH-1) !1=NTH
xo = 10 cos(th)
yo = 10 sin(th)
xi = cos(th)
yi = sin(th)

DO ir=1,NR ! grid interior
xx(it,ir)=xi+(xo-xi)*(ir-1)/(NR-1)
yy(it,ir)=yi+(yo-yi)*(ir-1)(NR-1)
ENDDO
ENDDO



5 5




0
Y




0
Y




-5
-5




-5 0 5 10
X -5 0 5 10
X



B. Grid stretching: change to (0 < S < 1): either S(j) is non-linear or ∆S(j) is specified.
DO i=1,I
DO j=1,J
x(i,j) = xin(i) + (xout(i)-xin(i))*S(j)
y(i,j) = yin(i) + (yout(i)-yin(i))*S(j)
ENDDO
ENDDO
J 1 J 1 J 1
where 0 ≤ S(j) ≤ 1 is non-uniformly spaced.
S(j + 1) = S(j) + r j S1
1. ∆S method: Compound interest grid: 1 1 1

S(j+1) = S(j)+ rj∆S1, j >1 with S(1)=0 J 1
rJ
1
S(J) = S(1) + S1 rj = S1 =1
r is expansion ratio of grid spacing. 1
r 1
r 1
S1 =
r = 1.05, J = 100 gives ΔS1 = 4 10-4 rJ 1
r = .95, J = 100 gives ΔS1 = 0.05



This study source was downloaded by 100000899610689 from CourseHero.com on 09-06-2025 01:25:57 GMT -05:00
2
https://www.coursehero.com/file/33324900/Lecture14pdf/

Written for

Institution
AERE 546
Course
AERE 546

Document information

Uploaded on
September 8, 2025
Number of pages
7
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$8.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF


Also available in package deal

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Abbyy01 Exam Questions
Follow You need to be logged in order to follow users or courses
Sold
96
Member since
4 year
Number of followers
33
Documents
1337
Last sold
5 days ago

3.5

13 reviews

5
5
4
2
3
3
2
1
1
2

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions