Integrating Compressible Flow Equations for V as a Function of x in MATLAB

Click For Summary
SUMMARY

The discussion focuses on simplifying the compressible flow equation, specifically the equation (V1.4 A0.4) dV = dA / A, to derive an expression for V as a function of x using MATLAB R2011a. The user is attempting to eliminate integrals and derivatives to facilitate this process. The equation is derived from fundamental principles including Euler's equations and the ideal gas law, but challenges arise in integrating the expression without knowing the functional form of V(x).

PREREQUISITES
  • Understanding of compressible flow principles
  • Familiarity with MATLAB R2011a
  • Knowledge of calculus, specifically integration techniques
  • Basic concepts of fluid dynamics and thermodynamics
NEXT STEPS
  • Research integration techniques for nonlinear functions in calculus
  • Explore MATLAB's symbolic toolbox for solving equations
  • Study compressible flow equations and their applications in fluid dynamics
  • Learn about the numerical methods for approximating functions in MATLAB
USEFUL FOR

Students and professionals in engineering, particularly those specializing in fluid dynamics, as well as MATLAB users looking to solve complex equations related to compressible flow.

yangshi
Messages
19
Reaction score
0

Homework Statement


( V1.4 A.4 C1 - (1/V) ) dV = dA / A
C1 is a constant, V=f(x), A=.25*pi*(.0222 - x2)
I'm trying to simplify the equation into a form with no integrals or derivatives, so I can put it into MATLAB to spit out an expression for V as a function of x. Or is it possible to put all this into MATLAB (r2011a)? Sorry about the notation; I'm new to this.

Homework Equations

The Attempt at a Solution


Derived this expression from Euler's, energy, ideal gas, continuity, and calorically perfect equations for compressible, isentropic flow. If I integrate both sides, I have trouble integrating:
V1.4 A.4 dV
It seems I have to know V(x) in the first place to integrate with respect to V.
 
Physics news on Phys.org
yangshi said:

Homework Statement


( V1.4 A.4 C1 - (1/V) ) dV = dA / A
C1 is a constant, V=f(x), A=.25*pi*(.0222 - x2)
I'm trying to simplify the equation into a form with no integrals or derivatives, so I can put it into MATLAB to spit out an expression for V as a function of x. Or is it possible to put all this into MATLAB (r2011a)? Sorry about the notation; I'm new to this.

Homework Equations

The Attempt at a Solution


Derived this expression from Euler's, energy, ideal gas, continuity, and calorically perfect equations for compressible, isentropic flow. If I integrate both sides, I have trouble integrating:
V1.4 A.4 dV
It seems I have to know V(x) in the first place to integrate with respect to V.

Using your definitions, we have
[tex]V^{1.4} A^{.4} dV = f(x)^{1.4} (a(b^2 - x^2))^{.4} d f(x),[/tex]
where ##a = \pi/4, \: b = 0.22##. You can write ##df(x) = f'(x) \, dx##, so your integral has the form
[tex]\int f'(x) f(x)^{1.4} (a b^2 - a x^2)^{.4} \, dx[/tex]
Whether or not this is "doable" depends on the form of the function ##f(x)##. You have not told us what is ##f(x)##.
 
I'm actually trying to figure out an expression for V=f(x). I know V=f(x) decreases when A increases, though I expect V=f(x) to be some ridiculous function. I'm trying to approach the problem analytically instead of numerically finding V, though it may be possible to input the whole function into MATLAB since everything's in terms of x. Thanks!
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 3 ·
Replies
3
Views
6K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K