|
[Sponsors] |
how to add DyM capabilities to an openFoam solver |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 12, 2014, 02:12 |
how to add DyM capabilities to an openFoam solver
|
#1 |
Member
|
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? |
|
July 8, 2014, 05:02 |
|
#2 |
Member
Ananda Kannan
Join Date: Feb 2014
Location: Göteborg, Sweden
Posts: 55
Rep Power: 12 |
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 Regards ansubru |
|
July 13, 2014, 22:39 |
|
#3 |
Member
|
Hi Ansubru
Code:
fatal error: meshToMesh.H: No such file or directory compilation terminated. Code:
/src/sampling/lnInclude/meshToMesh.H Code:
cd applications/solvers/ grep -R "meshToMesh.H" . Code:
./multiphase/interFoam/interDyMFoam Code:
OpenFOAM-2.3.0/applications/solvers/multiphase/interFoam/interDyMFoam/Make/options From my side, my DyMization attempt is in stand-by. |
|
July 15, 2014, 04:44 |
|
#4 |
Member
Join Date: Jun 2014
Location: Turkey
Posts: 58
Rep Power: 12 |
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 |
|
April 21, 2017, 11:03 |
|
#5 |
Member
Alex Jarosch
Join Date: Dec 2015
Location: Austria
Posts: 33
Rep Power: 10 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[PyFoam] and paraview | eelcovv | OpenFOAM Community Contributions | 28 | May 30, 2016 10:23 |
FSI solver for openFoam 1.6 ext | Whyman | OpenFOAM | 4 | October 26, 2013 07:11 |
Add new PhaseChangeModel in OpenFOAM 2.2.0 | ray | OpenFOAM Programming & Development | 0 | June 1, 2013 06:22 |
Solver for hypersonic flow in OpenFoam | Santos-Dumont | OpenFOAM Running, Solving & CFD | 19 | October 21, 2012 02:42 |
how to modify a solver to add a disturbance | goodkid | OpenFOAM | 2 | June 25, 2011 05:35 |