|
[Sponsors] |
April 9, 2014, 08:50 |
openFoam 2.2.0 & dynamicTopoFvMesh
|
#1 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Hello
I have openFoam 2.2.0 and want to try dynamicTopoFvMesh with it. Does anyone know if it will work? Alternatively, is there any solver or setup of dynamicMeshDict in OF2.2.0 that supports mesh update as shown in the video in this link or in these pictures?? I have tried interDyMFoam for falling objects but it only seems to work fine when the final position of the falling object is close to its initial position. |
|
April 9, 2014, 11:29 |
|
#2 |
Senior Member
Sandeep Menon
Join Date: Mar 2009
Location: Amherst, MA
Posts: 403
Rep Power: 25 |
Paritosh,
Yes - it should work with OpenFOAM-2.2.x. Once you clone the repository from github, you can switch to the Port-2.2.x branch by doing this: git checkout Port-2.2.x You can then follow the installation instructions in the ReadMe on that branch. If you'd like to experiment, perhaps you could help me port it to OpenFOAM-2.3.x by testing the compile and reporting errors to me. |
|
April 10, 2014, 02:23 |
|
#3 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Thanks Sandeep. I will try that and get back here.
|
|
April 10, 2014, 04:06 |
|
#4 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
I tried following the installation instructions from the Install.txt file and it did not compile the solver.
Again I have openFoam 2.2.0 on ubuntu 12.04. I have openFoam installation is in the /opt folder and the solver folder on the desktop. Here is what I did.
I have attached the error file. I am not very good at c++ so you have to be bear with me! For now I could only figure out that the Mesquite_all_headers.hpp file is missing. |
|
April 10, 2014, 04:18 |
|
#5 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
May be this is due to the options file in
dynamicTopoFvMesh/mesquiteMotionSolver/Make . Code:
EXE_INC = \ -I$(MESQUITE_DIR)/include \ -I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/dynamicMesh/lnInclude \ LIB_LIBS = \ -lmeshTools \ -ldynamicMesh \ -L$(MESQUITE_LIB_DIR) -lmesquite |
|
April 14, 2014, 06:35 |
|
#6 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Sandeep,
I installed mesquite-2.3.0 with following instructions
Next,
However again I got the same error (see attached log file). Again I would like to mention that my openfoam (version 2.2.0) installation is in /opt file, the dynamicTopoFvMesh solver folder is on desktop and the meshquite folder is in home. Can you please check and guide me through this. |
|
May 21, 2015, 02:48 |
|
#7 |
Member
Join Date: Jul 2014
Posts: 39
Rep Power: 12 |
Hi Paritosh
Just want to know if you got your dynamicTopoFvMesh working yet? I finally figured it out here. As Sandeep said, right after you clone his repository, checkout as Port-2.3.x and only then do ./Allwmake. There are some other things I did to ensure the libraries was included. Kind regards |
|
May 21, 2015, 03:23 |
|
#8 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Hei PickIER,
Not yet. To be honest I kind of gave up due to lack of time. Meanwhile I switched to 2.3.0 and tried again but it did not work. I had a quick look at your thread and I suppose I need to switch to 2.3.x to make things work. I am also discussing this issue with Bruno Santos (wyldcKat). Although its been sometime since he sent any response. You can see the thread here. Thanks for the reply and pointing to your thread. I will read it carefully and get back if I need guidance. |
|
May 21, 2015, 04:33 |
|
#9 |
Member
Join Date: Jul 2014
Posts: 39
Rep Power: 12 |
Hi Paritosh
You are a step ahead of me I see. I am still trying to get the tutorial cases to work. Will give update as I make progress. I will monitor that thread of you and Bruno Thanks for the reply |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error installing OpenFOAM 2.2.0 on CentOS 6.4 | CGMaioli | OpenFOAM Installation | 34 | February 24, 2014 15:06 |
CyclicAMI Issue In OpenFOAM 2.2.0 | prasant | OpenFOAM Running, Solving & CFD | 17 | March 16, 2013 03:00 |
forceCoeffs (OpenFOAM 2.2.0) gave another values of Cd in comparison results2.2.1 ! | lavrov | OpenFOAM Post-Processing | 0 | March 15, 2013 10:12 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |