|
[Sponsors] |
solving a differential equation with NEWTON.... |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 15, 2006, 03:05 |
solving a differential equation with NEWTON....
|
#1 |
Guest
Posts: n/a
|
Hi,
I want to solve a differential equation y'=B*y-A*C*exp(B*x)*sin(C*x) using Euler (implicit) and a Newton-like method. But let me give you a short introduction into my problem. Euler (implicit) is defined as: u_i+1 = u_i + du/dx_i+1 * Dx Since not all terms on the right hand side are known, a (system of equations) must be solved, which is: F(u_i+1) = u_i - (u_i+1 + Dx * (B*u_i+1 - A*C*exp(B*(x+Dx))*sin(C*(x+Dx)))) Some people told me, I could solve the problem with the Newton-procedure. The principle is clear to me. But can anybody tell me how I have to calculate u*, which is the value of u where the tangent intercepts the x-axis??? I need that value to calculate the next tangent. Thanks for your patience. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 | bookie56 | OpenFOAM Installation | 8 | August 13, 2011 05:03 |
Orifice Plate with a fully developed flow - Problems with convergence | jonmec | OpenFOAM Running, Solving & CFD | 3 | July 28, 2011 06:24 |
Differences between serial and parallel runs | carsten | OpenFOAM Bugs | 11 | September 12, 2008 12:16 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |