|
[Sponsors] |
May 31, 2007, 06:05 |
Regarding iNavier Code
|
#1 |
Guest
Posts: n/a
|
Hi,
Could anyone plaese reply where i can download the source code for iNavier.(hoping this is open source) |
|
May 31, 2007, 06:26 |
Re: Regarding iNavier Code
|
#2 |
Guest
Posts: n/a
|
inavier.sourceforge.net
|
|
May 31, 2007, 14:24 |
Re: Regarding iNavier Code
|
#3 |
Guest
Posts: n/a
|
The source code is not avaible. I found only a windows executable..
|
|
May 31, 2007, 17:49 |
Re: Regarding iNavier Code
|
#4 |
Guest
Posts: n/a
|
After you intalling the code, the source code can be found in the directory where you intall the package.
|
|
May 31, 2007, 19:31 |
Re: Regarding iNavier Code
|
#5 |
Guest
Posts: n/a
|
Today I will try to create the linux version too from the current code. So expect an upadte in code in evening. I will notify. It seems that the code now available is still the old one, due to some problems the download page showing the old version only. I got to check this issue.
|
|
June 7, 2007, 06:45 |
Re: Regarding iNavier Code
|
#6 |
Guest
Posts: n/a
|
can inavier solve compressible flow?
|
|
June 8, 2007, 09:46 |
Re: Regarding iNavier Code
|
#7 |
Guest
Posts: n/a
|
iNavier only solves incompressible equations. To add compressible equations we need to add energy equation, so this weekend will tell, whether we could have compressible equations or not.
|
|
April 16, 2011, 10:00 |
|
#8 | |
Senior Member
Cean
Join Date: Feb 2010
Posts: 128
Rep Power: 16 |
Quote:
Is there a linux version now? I want to complie it with GNU g++ under windows which I get from here: http://www.equation.com/servlet/equa...d?call=fortran thx Cean |
||
April 16, 2011, 11:57 |
|
#9 |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,285
Rep Power: 34 |
There exists a linux version of inavier and with old inavier it shall be in the src folder of source code. You should be able to compile it by automake.
New inavier also there exist windows/linux versions of code. Which is still not online. I am trying to get it online but the person who is supposed to design web page is taking time to do it. |
|
April 18, 2011, 20:05 |
Update
|
#10 |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,285
Rep Power: 34 |
Old iNavier's biggest problem is its matrix solver. Which was not very effective, specially when mesh was large. Old iNavier has additive corrective multigrid, which has problems when matrix has all neumann boundaries.
Due to this reason , I designed new matrix solver and hence ended up rewriting the whole thing. The new version of iNavier has new and very robust multigrid solver. Its performance does not suffer even with all neumann boundaries or when case size increases (say for example few millions of cells). It is very fast and very robust. By the time, I put the newer versions online, I think fastest thing to do is to replace matrix solver in old version. This could be done by importing matrix solver from external lib. So that old version would be able to use newer multigrid solver too. I will do that and update the code as soon as i get time. At the moment, i am busy with parallization (mpi based) of new iNavier solver. So all this in within few days. Thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
The FOAM Documentation Project - SHUT-DOWN | holger_marschall | OpenFOAM | 242 | March 7, 2013 13:30 |
Debugging Unsteady 2-D Panel Method Code: Wake Modeling | RajeshAero | Main CFD Forum | 5 | November 10, 2011 06:48 |
Open Source Vs Commercial Software | MechE | OpenFOAM | 28 | May 16, 2011 12:02 |
Small 3-D code | Zdravko Stojanovic | Main CFD Forum | 2 | July 19, 2010 11:11 |
public CFD Code development | Heinz Wilkening | Main CFD Forum | 38 | March 5, 1999 12:44 |