|
[Sponsors] |
March 28, 2012, 12:20 |
|
#21 |
New Member
Ivo
Join Date: Feb 2012
Posts: 26
Rep Power: 14 |
Thanks for the program and the repository! It works great. Btw ParaFoam segfaults when setting an odd number of cells in the double-grading direction, I didn't notice until a colleague reminded me to check that, then it worked
|
|
May 3, 2012, 08:34 |
|
#22 |
New Member
Johannes P
Join Date: Feb 2012
Posts: 8
Rep Power: 14 |
works like a charm, thanks to all contributors!
|
|
July 3, 2012, 09:14 |
|
#23 |
Senior Member
Albrecht vBoetticher
Join Date: Aug 2010
Location: Zürich, Swizerland
Posts: 240
Rep Power: 17 |
I got the same Floating point exception like Omkar if calling blockMesh after updating the files using hg clone, and blockMeshDoubleGrading is an unknown command, so maybe for clarifying: calling ./Allwmake in the src/mesh folder or at top level? Works with OF 2.1.x?
However I think ist a great tool, especially if one has to deal with internal boundaries like baffles it is cool to avoid half of the blocks. |
|
July 3, 2012, 11:05 |
|
#24 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Albrecht, the executable name is blockMeshDG. I will make that more clear on the repository site.
__________________
*On twitter @akidTwit *Spend as much time formulating your questions as you expect people to spend on their answer. |
|
October 31, 2012, 07:01 |
|
#25 |
New Member
Join Date: Feb 2010
Posts: 28
Rep Power: 16 |
Hi Foamers,
Thanks for DG version! One problem found when the O-grid type block mesh was generated. BlockMeshDG switch the grading opposite if midpoints on the block edges are used. This problem does not occur if blocks coordinate system is in same direction, but on the O-grid blocks coordinate systems is not possible keep on same direction. Any ideas fix this problem? Attached case can be run by blockMeshDG on 1.6-ext. BR/Pekka |
|
January 31, 2013, 19:59 |
Hi
|
#26 | |
Senior Member
Sasan Ghomi
Join Date: Sep 2012
Location: Denmark
Posts: 292
Rep Power: 15 |
Quote:
please help me... Thanks, Sasan. |
||
February 2, 2013, 06:39 |
|
#27 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Sasan,
Attached is the modified version for 1.6-ext, based on the instructions from post #3: http://www.cfd-online.com/Forums/ope...tml#post238922 Instructions:
Best regards, Bruno
__________________
|
|
February 2, 2013, 07:14 |
|
#28 |
Senior Member
Sasan Ghomi
Join Date: Sep 2012
Location: Denmark
Posts: 292
Rep Power: 15 |
Hi Bruno,
works like a charm. Thank you very much. Sasan |
|
February 3, 2013, 12:59 |
|
#29 |
New Member
Join Date: Feb 2010
Posts: 28
Rep Power: 16 |
I found the solution to my problem. It's simpler than anybody can guess.
When arc is used on the block edges it is a matter of the order of arc end points. So the grading direction can be changed by switching the end points order: HTML Code:
arc 6 7 ( 1.375 1 1.2 ) => arc 7 6 ( 1.375 1 1.2 ) |
|
April 5, 2013, 11:14 |
|
#30 |
New Member
Steve
Join Date: Sep 2012
Location: Perth, Australia
Posts: 17
Rep Power: 14 |
Disappointed to see that blockMeshDG still does not seem to be part of the standard distribution. Are the developers not aware of it? How do we make them aware of it? As an OF newbie it was the first thing I looked for when I was creating my first mesh!
About to download and try it for the first time (OF V2.1.1)..... Later: Worked perfectly, but as pointed out by others earlier, you must make sure you specify an even number of cells. I found that if its an odd number, although blockMesh works fine, checkMesh crashes, as does paraFoam. Last edited by greenleader; April 6, 2013 at 00:08. Reason: update after trying it out:) |
|
April 6, 2013, 07:29 |
|
#31 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Steve,
Quote:
Best regards, Bruno
__________________
|
||
April 7, 2013, 00:18 |
|
#32 |
New Member
Steve
Join Date: Sep 2012
Location: Perth, Australia
Posts: 17
Rep Power: 14 |
Thanks for that Bruno, appreciate you taking the time to reply!
Regards Steve |
|
May 7, 2013, 10:14 |
|
#33 |
New Member
Anselme Bonnet
Join Date: Apr 2013
Location: France
Posts: 14
Rep Power: 13 |
Hi Foamers,
I tried to install blockMeshDoubleGrading but after wmake I get this error : /opt/openfoam220/wmake/wmake: line 222: make: command not found /opt/openfoam220/wmake/wmake: line 223: make: command not found wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created in /tmp/blockMeshDG-1.6-ext and I don't know why. I already succeeded to install this program with another computer.. thanks Anselme |
|
May 7, 2013, 12:36 |
|
#34 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Anselme, your error is not related to blockMeshDG, but to your OpenFOAM installation. I'm guessing you can't compile any other program either.
__________________
*On twitter @akidTwit *Spend as much time formulating your questions as you expect people to spend on their answer. Last edited by akidess; May 8, 2013 at 03:40. Reason: Grammar |
|
May 7, 2013, 17:30 |
|
#35 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Anselme,
As Anton indicated, you're missing the tools needed for compiling. Check the instructions shown in the section "System Requirements" for the "Source Pack" instructions: http://www.openfoam.org/download/source.php#x6-29000 - that section is all you need to follow, since you've already installed OpenFOAM. Best regards, Bruno
__________________
|
|
May 13, 2013, 04:46 |
|
#36 |
New Member
Anselme Bonnet
Join Date: Apr 2013
Location: France
Posts: 14
Rep Power: 13 |
Thanks a lot for your answer wyldckat and akidess, it works ! Now I would like to set a parabolic velocity inlet profile but I can't get the sources on
svn checkout http://openfoam-extend.svn.sourceforge.net/svnroot/\ fields/fvPatchFields/derived/parabolicVelocity/openfoam-extend/trunk/Core/OpenFOAM-1.5-dev/src/finiteVolume/\ because of that http://openfoamwiki.net/index.php/Main_Page Someone has an idee ? Best regards, Anselme |
|
May 13, 2013, 04:49 |
|
#37 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Anselme, you can use Swak4Foam/GroovyBC. If you run into problems in doing so please start a new thread so we can keep this one focused on blockMeshDG.
- Anton
__________________
*On twitter @akidTwit *Spend as much time formulating your questions as you expect people to spend on their answer. |
|
May 23, 2013, 16:02 |
|
#38 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
Hi all
how can find a 2.2.0 version of blockMeshDG?
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King. To Be or Not To Be,Thats the Question! The Only Stupid Question Is the One that Goes Unasked. |
|
May 23, 2013, 19:08 |
|
#39 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Ehsan,
Simply follow the instructions from here: http://openfoamwiki.net/index.php/Contrib_blockMeshDG - I suggest that you follow the instructions for the zip version. Best regards, Bruno
__________________
|
|
May 24, 2013, 04:43 |
|
#40 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Bruno, did you ever test it on 2.2? If so, we could add the 2.2 template to the wiki...
__________________
*On twitter @akidTwit *Spend as much time formulating your questions as you expect people to spend on their answer. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
fvOptions | npatricia | OpenFOAM | 6 | May 23, 2018 06:21 |
CFD by anderson, chp 10.... supersonic flow over flat plate | varunjain89 | Main CFD Forum | 18 | May 11, 2018 08:31 |
Warning message C4133 while compiling | Arminius | Fluent UDF and Scheme Programming | 0 | October 2, 2017 12:44 |
Missing math.h header | Travis | FLUENT | 4 | January 15, 2009 12:48 |
REAL GAS UDF | brian | FLUENT | 6 | September 11, 2006 09:23 |