Hi My aim is to run OpenFVM with PETSC enabled. So for that I have downloaded OpenFVM 1.4 source code and I wanted to build parallel version of it with petsc. So i downloaded Petsc v3.1 as suggested http://openfvm.sourceforge.net/ here I built petsc with --download-openmpi=yes --download-f-blas-lapack=yes following options. It got built successfully When i try using the same and building the OpenFVM I am getting the following error In file included from source/itersolv.c:21: source/itersolv.c:102:3:...
Thanks a lot for your reply, x-flow. Yes, for the moment I prefer to stay with the serial version, because it's easier to build. Anyway, I'm still finding difficulties. For example, I'm trying to run some tests and compare against your results, just for checking if my build of the trunk is correct (I'm building on MacOS). The attached file "g02.png" is the figure that gnuplot gives for testheat.gph (note that there are no purple marks, except for a tiny mark in the Y coordinate. If I do a zoom extents...
Hi, OpenFVM is mostly unmaintained now. You can check ENigMA which also has a PISO solver: https://github.com/bjaraujo/ENigMA If you are not getting the files with 000 you are probably using the serial version. The serial version does not name the files with 000, 001, etc. that is the parallel version only for partition purposes.
After weeks and weeks of searching, I came to the conclusion that OpenFOAM and OpenFVM are the only open source implementations of the PISO algorithm in C or C++. However, OpenFOAM is not easy to understand, and OpenFVM, while much simpler, isn't easy either because the documentation doesn't explain everything (I wasn't able to get the images on the gallery on my own, for example, and the tutorial doesn't seem to work if you build the code at the trunk --I'm not getting any files with 000 name, such...
I think it is now: svn checkout https://svn.code.sf.net/p/openfvm/code/trunk openfvm-code Regards, x-flow.
Hi, Zhicheng, Though it's 2019, I hope you can read this message. Do you still have the copy of the svn copy which solves your problem? The link in your reply is no longer available. Regards, Fan E
Hi, x-flow. Though it's 2019, I hope you can read this message. I met similar problem with Zhicheng Wang, when I turn to svn for help, the svn link is no longer available. https://openfvm.svn.sourceforge.net/svnroot/openfvm Could you please help me with the svn package? Regards, Fan E
Now, I am using the 'testgamma' and edited it. I tried to set water at the middle...
Hi, Thank you very much for your prompt reply. I have already done those steps. Now,...
Hi, The best is to read the OpenFVM reference manual doc. If you want to activate...
Hello everyone, First, I should say that codes lack comments. Therefore, it needs...
.
.
added backstep script.
.
added tutorial.scr
changed tutorial.par
Testing with metis 5.1.0 and petsc 3.7.4.
Hi, Can you seed the sources of 1.3 version ? Thanks
pressure units.
About 2) You have already answered this in help docs; To view the results of all...
I came here from the Petsc site while learning Parallel programming using Petsc Vectors....