New Reply

CFD Discretization Help Needed

 
Share Thread Thread Tools
Jul14-12, 07:39 AM   #1
 

CFD Discretization Help Needed


Hi guys I was wondering if anyone on here could help me out.

Essentially I am trying to build a higher order cfd code and struggling to work out where to start, I’m trying to build it using polynomial fitting so here’s my problem.

Taking my domain as;

ϕ_(i-2)------------------ϕ_(i-1)------------------ϕ_i------------------ϕ_(i+1)
|------------------------|----------------------|---------------------|
x=0---------------------1/3 --------------------2/3------------------x=1

So I’m wanting to fit a 3rd order polynomial however I’ve not really done much polynomial fitting since A level so I’m quite stuck, here’s what I have,

ϕ=ax^3+bx^2+cx+d

Taking the infomation from the domain I can get the four equations

ϕ_(i+1)=a+b+c+d

ϕ_i=a(2/3)^3+b(2/3)^2+c(2/3)+d

ϕ_(i-1)=a(1/3)^3+b(1/3)^2+c(1/3)+d

ϕ_(i-2)=d

My problem is that there seems to be two many unknowns can anyone help
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> NASA: Austin, calling Austin. 3-D pizzas to go
>> Research suggests modular design competence can benefit new product development
>> Army ground combat systems adopts tool for choosing future warfighting vehicles
Jul15-12, 07:57 AM   #2

Math 2012
 
Recognitions:
Science Advisor Science Advisor
You have 4 equations in 4 unknowns, so what's the problem solving them?

But you don't actually need to solve them. Look at http://mathworld.wolfram.com/Lagrang...olynomial.html
New Reply
Thread Tools


Similar Threads for: CFD Discretization Help Needed
Thread Forum Replies
Analysis of spatial discretization of a PDE Differential Equations 12
MATLAB discretization of a 2D circular surface Engineering, Comp Sci, & Technology Homework 1
u_t = div(A\nabla u) Differential Equations 1
discretization of Lz Quantum Physics 11
Discretization Differential Equations 1