|
[Sponsors] |
Problem with compiling the custom solver evapVOFHardt |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 19, 2014, 15:45 |
Problem with compiling the custom solver evapVOFHardt
|
#1 |
New Member
Lukasz
Join Date: Feb 2014
Posts: 5
Rep Power: 12 |
I'd like to run example case which is at this website:
http://www.ttd.tu-darmstadt.de/forsc...vofhard.en.jsp In instruction that you can find in tar package in the above website, there are described steps how to run example case: After compiling the solver evapVOFHardt and the initialization utility initField the following steps have to be carried out: • create mesh with blockMesh • initialize droplet with ../initField/initField • decompose computational domain (total mesh size is 80,000 cells) with decomposePar • run solver with mpirun -np 4 ../evapVOFHardt/evapVOFHardt -parallel > log I've never ever compiled solvers in OPENFoam, could you help me, how to do that? I've tried to do it like it was written at some website: http://www.csc.fi/english/research/s...penfoam/modsol But I got such errors: could not open file dynamicFvMesh.H for source file evapVOFHardt.C due to No such file or directory could not open file dynamicRefineFvMesh.H for source file evapVOFHardt.C due to No such file or directory could not open file twoPhaseMixture.H for source file evapVOFHardt.C due to No such file or directory could not open file alphaContactAngleFvPatchScalarField.H for source file evapVOFHardt.C due to No such file or directory could not open file createDynamicFvMesh.H for source file evapVOFHardt.C due to No such file or directory could not open file meshCourantNo.H for source file evapVOFHardt.C due to No such file or directory Does anyone knows how to compile it, and how initialize droplet? I have OPENFoam v2.3.0 |
|
May 20, 2014, 01:46 |
Problem with new solver
|
#2 |
Senior Member
Mohammad Shakil Ahmmed
Join Date: Oct 2012
Location: AUS
Posts: 137
Rep Power: 15 |
Hi,
Let's see what errors OpenFOAM prints out: could not open file dynamicFvMesh.H for source file evapVOFHardt.C due to No such file or directory ...................... Please check the Make -> Options file. Here in the option file you have to give the link of the library class. Just check whether the correct path of the src is given. That's it!! #shakil |
|
May 26, 2014, 11:17 |
|
#3 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
I was curious about this solver and I've made some adjustments to the building structure and then ported to OpenFOAM 2.2 and 2.3 as well. The resulting code and ports have been uploaded to this repository: https://github.com/wyldckat/evapVOFHardt - Build instructions and a bit more auxiliary information can be found there as well. WARNING: I have not run the example case with either one of the OpenFOAM versions. I only did the adaptation and porting of the code and case. In other words: it seems to work, but I don't know if the results are the same with each version of OpenFOAM. @lukasz: The original build problem is related to 2 issues:
edit: I forgot to mention: the droplet is created by the utility "initField". Best regards, Bruno
__________________
Last edited by wyldckat; May 26, 2014 at 11:20. Reason: see "edit:" |
|
March 24, 2015, 20:31 |
|
#4 |
Member
james wilson
Join Date: Aug 2014
Location: Orlando, Fl
Posts: 39
Rep Power: 12 |
check this post out: http://www.cfd-online.com/Forums/mai...tml#post538055
|
|
March 25, 2015, 02:21 |
|
#5 |
New Member
Lukasz
Join Date: Feb 2014
Posts: 5
Rep Power: 12 |
I forgot to mention, but I installed 2.1.0 and succed in performing few simple simulations. Thanks Bruno for the help.
|
|
March 8, 2016, 10:33 |
|
#6 | |
Senior Member
Join Date: May 2011
Posts: 231
Rep Power: 16 |
Hi Bruno,
I have simple pipe and I would like to run the evapVOFHard solver... But i could not find appropriate inlet and outlet BC for psi0 and alphaS Can you help me? thanks in advance! Quote:
|
||
March 13, 2016, 15:04 |
|
#7 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quote:
__________________
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Forcing a solver to use your custom library. | cdunn6754 | OpenFOAM Programming & Development | 0 | March 30, 2017 17:05 |
The problem of Stiff Chemistry Solver in Multiphase model | shenzhou1987 | FLUENT | 1 | January 11, 2016 03:52 |
solver compilation problem, /bin/linux64GccDPOpt directory empty | arnaud6 | OpenFOAM Running, Solving & CFD | 0 | July 25, 2013 11:48 |
Divergence error in AMG solver in axisymmetric problem. | gan1990 | FLUENT | 3 | June 23, 2013 03:24 |
Problem in Compiling the solver | m.maneshi | OpenFOAM Running, Solving & CFD | 4 | November 3, 2010 03:07 |