CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

how to add DyM capabilities to an openFoam solver

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 12, 2014, 01:12
Default how to add DyM capabilities to an openFoam solver
  #1
Member
 
Al
Join Date: Jul 2013
Location: Japan
Posts: 47
Blog Entries: 3
Rep Power: 13
donQi is on a distinguished road
Hello,

I was looking for some advice and/or tutorials/links to help me understand how to add DyM capabilities to an openFoam solver.

for example If I take buoyantPimpleFoam
what would be the main steps to create "buoyantPimpleDyMFoam" solver?
donQi is offline   Reply With Quote

Old   July 8, 2014, 04:02
Default
  #2
Member
 
Ananda Kannan
Join Date: Feb 2014
Location: Göteborg, Sweden
Posts: 55
Rep Power: 12
ansubru is on a distinguished road
Hi Don!!

I am also looking into the same matter.. Did you make any progress?? Could you tel me if you were successful in your attempts?? I am trying to convert the lagrangian DPMFoam solver to a solver with DyM capabilities.. I have tried to adapt it to the same manner as a 'pimpleDymFoam solver'.. But i encounter the following compilation error ...

Code:
In file included from /home/ask/OpenFOAM/OpenFOAM-2.3.0/src/fvOptions/lnInclude/fvOptionList.H:41:0,
                 from /home/ask/OpenFOAM/OpenFOAM-2.3.0/src/fvOptions/lnInclude/fvIOoptionList.H:38,
                 from DPMDyMFoam_mod.C:40:
/home/ask/OpenFOAM/OpenFOAM-2.3.0/src/fvOptions/lnInclude/fvOption.H:53:24: fatal error: meshToMesh.H: No such file or directory
compilation terminated.
make: *** [Make/linux64GccDPDebug/DPMDyMFoam_mod.o] Error 1
Do you have any ideas what is the cause for this error??

Regards

ansubru
ansubru is offline   Reply With Quote

Old   July 13, 2014, 21:39
Default
  #3
Member
 
Al
Join Date: Jul 2013
Location: Japan
Posts: 47
Blog Entries: 3
Rep Power: 13
donQi is on a distinguished road
Hi Ansubru

Code:
fatal error: meshToMesh.H: No such file or directory
compilation terminated.
it seems that the file not found during compilation is located in :
Code:
/src/sampling/lnInclude/meshToMesh.H
we can try to find a solver that uses similarly meshToMesh.H :
Code:
cd applications/solvers/
grep -R "meshToMesh.H" .
from the list we can choose for example
Code:
./multiphase/interFoam/interDyMFoam
Therefore my suggestion is to compare your Make/options file with the following
Code:
OpenFOAM-2.3.0/applications/solvers/multiphase/interFoam/interDyMFoam/Make/options
and add the libraries that are eventually missing from your file. Recompile and see if the error reappears.

From my side, my DyMization attempt is in stand-by.
donQi is offline   Reply With Quote

Old   July 15, 2014, 03:44
Default
  #4
Member
 
Join Date: Jun 2014
Location: Turkey
Posts: 43
Rep Power: 11
koful is on a distinguished road
Hi everyone. I am new on OpenFoam. I've just converted the 2D damBreak case to dynamic mesh. I don't know this will help you or not but for me, the main job was changing dynamicMeshDict.
good luck
koful is offline   Reply With Quote

Old   April 21, 2017, 10:03
Default
  #5
Member
 
Alex Jarosch
Join Date: Dec 2015
Location: Austria
Posts: 32
Rep Power: 10
alexj is on a distinguished road
I am also looking into creating a buoyantPimpleDyMFoam, that said a modified buoyantPimpleFoam solver that includes dynamic mesh refinement. Did anybody make progress on that?

Any tips or hints highly appreciated.

Kind regards,
Alex
alexj is offline   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
[PyFoam] and paraview eelcovv OpenFOAM Community Contributions 28 May 30, 2016 09:23
FSI solver for openFoam 1.6 ext Whyman OpenFOAM 4 October 26, 2013 06:11
Add new PhaseChangeModel in OpenFOAM 2.2.0 ray OpenFOAM Programming & Development 0 June 1, 2013 05:22
Solver for hypersonic flow in OpenFoam Santos-Dumont OpenFOAM Running, Solving & CFD 19 October 21, 2012 01:42
how to modify a solver to add a disturbance goodkid OpenFOAM 2 June 25, 2011 04:35


All times are GMT -4. The time now is 07:40.