CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

solving a differential equation with NEWTON....

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 15, 2006, 02:05
Default solving a differential equation with NEWTON....
  #1
myway
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.
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 bookie56 OpenFOAM Installation 8 August 13, 2011 04:03
Orifice Plate with a fully developed flow - Problems with convergence jonmec OpenFOAM Running, Solving & CFD 3 July 28, 2011 05:24
Differences between serial and parallel runs carsten OpenFOAM Bugs 11 September 12, 2008 11:16
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07


All times are GMT -4. The time now is 02:35.