[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ff3d-users] Steady State
From: |
Stephane Del Pino |
Subject: |
Re: [ff3d-users] Steady State |
Date: |
Sun, 8 Jul 2007 11:49:30 +0200 |
User-agent: |
KMail/1.9.7 |
Hello.
Le dimanche 8 juillet 2007, Augusto Almeida a écrit :
> Hi Mr. Del Pino!
>
> Exist any example how I make an steady state in a navier-stokes 3d problems
> (eg. a tube with a viscous fluid inside).
I think you can write a semi-implicit scheme starting from the stokes.ff
example. You can use a fixed point algorithm to solve your problem. If the
problem becomes non symetric, think to use bicg instead of cg.
Regards,
Stephane.