|
[Sponsors] |
July 11, 2017, 08:23 |
Boundary Value Problem for CFD Case
|
#1 |
New Member
Chus Mat
Join Date: Feb 2017
Posts: 12
Rep Power: 9 |
I am currently very frustrated with this problem. Is a Boundary Value Problem for ODEs system as an approach of quasi-steady one dimensional flow in a rocket combustion chamber. The equations have the shape on the picture eq.
The ideal gass state equation closes the system. The BC's are: At the beginning of the domain as Initial Values: T(0) = value; u(0) = 0, aprox. And at the end of the domain as clossure, the mass flow provides the condition shown in the picture b.c Must be assumed the values which are not the flow magnitudes (ρ,p,T,u)are known. I am currently applying a finite differences approach with an Explicit Euler's for the ODEs. I have a lot of problems to choose the best method for this problem. I have tryed with different ideas, the most recent was the Shooting Method with the secant method for the nonliniarrity. I am very lost with this problem and it is the main part of my Bachelors Degree Thesis, so I would appreciate any help. Thank you for your attention |
|
July 11, 2017, 10:34 |
|
#2 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
What's wrong with your solution?
|
|
July 11, 2017, 10:38 |
|
#3 |
New Member
Chus Mat
Join Date: Feb 2017
Posts: 12
Rep Power: 9 |
Thanks for your answer
The problem is that my scheme diverges during the iteration of the shooting method. I have not so much experience in this kind of programming and I do not know how to avoid or prevent that situation. If there is another scheme or method that could be more suitable, please tell me. |
|
July 11, 2017, 10:42 |
|
#4 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Divergence can be due to a numerical stability issue... check for the step value, does it satisfy the constraint?
|
|
July 11, 2017, 14:11 |
|
#5 |
New Member
Chus Mat
Join Date: Feb 2017
Posts: 12
Rep Power: 9 |
||
July 11, 2017, 14:32 |
|
#6 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
If you are not familiar with numerical methods for solving ODE, I strongly suggest reading this subject on a good textbook of numerical analysis.
Numerical stability is one of the major issue in explicit methods and you definitely need to take care of that. |
|
July 11, 2017, 14:34 |
|
#7 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Note that you are working with a system of first order ODE, so be carefull in you boundary conditions to ensure that the mathematical problem is well posed.
|
|
July 11, 2017, 14:38 |
|
#8 | |
New Member
Chus Mat
Join Date: Feb 2017
Posts: 12
Rep Power: 9 |
Quote:
The scheme is made to converge but the iteration is not. I would like to fix that |
||
Tags |
boundary value problems, boundary variable, navier-stokes, non linearity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
boundary conditions- new case problem | Sebaj | OpenFOAM | 20 | November 23, 2017 13:58 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |