|
[Sponsors] |
December 6, 2009, 17:18 |
blockMesh with double grading.
|
#1 |
New Member
Shui Pei
Join Date: Mar 2009
Posts: 27
Rep Power: 17 |
about edge grading , with blockMesh, currently I can only use simplegrading and cannot generate edge like this
. . . ....... . . . So I modified it, now, using "-"to represent double grading, e.g. simpleGrading (1 -2 1) in blockMeshDict,means the mesh in central is 2 times larger than those in side. Hope it helpful |
|
December 7, 2009, 03:35 |
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
||
December 7, 2009, 04:09 |
|
#3 |
New Member
Shui Pei
Join Date: Mar 2009
Posts: 27
Rep Power: 17 |
||
March 12, 2010, 05:51 |
|
#4 |
New Member
Markus Trenker
Join Date: Feb 2010
Location: Vienna, Austria
Posts: 11
Rep Power: 16 |
Hi Pei,
good work! i was searching the forum for something like that... i modified the code according to your suggestions and be very happy with the result cheers Markus |
|
April 14, 2010, 09:15 |
|
#5 |
New Member
Adrian Stalder
Join Date: Mar 2010
Posts: 10
Rep Power: 16 |
Great tool! Thanks for sharing!
|
|
June 23, 2011, 23:08 |
|
#6 |
Senior Member
Join Date: Nov 2009
Location: Michigan
Posts: 135
Rep Power: 17 |
I compiled the files using wmake in the /application/utilites...../blockMesh
But when I run blockMesh with negative value in the grading area (1 -2 1), I am getting some error: Creating blockCorners Creating curved edges Creating blocks #0 Foam::error:rintStack(Foam::Ostream&) in "/opt/OpenFOAM/OpenFOAM-1.7.1/lib/linuxGccDPOpt/libOpenFOAM.so" #1 Foam::sigFpe::sigFpeHandler(int) in "/opt/OpenFOAM/OpenFOAM-1.7.1/lib/linuxGccDPOpt/libOpenFOAM.so" #2 Uninterpreted: #3 in "/lib/tls/i686/cmov/libm.so.6" #4 pow in "/lib/tls/i686/cmov/libm.so.6" #5 in "/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linuxGccDPOpt/blockMesh" #6 in "/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linuxGccDPOpt/blockMesh" #7 in "/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linuxGccDPOpt/blockMesh" #8 in "/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linuxGccDPOpt/blockMesh" #9 in "/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linuxGccDPOpt/blockMesh" #10 in "/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linuxGccDPOpt/blockMesh" #11 in "/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linuxGccDPOpt/blockMesh" #12 __libc_start_main in "/lib/tls/i686/cmov/libc.so.6" #13 in "/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linuxGccDPOpt/blockMesh" Floating point exception the "pow" function is not being recognized. I am using OF 1.7. Thank you. |
|
June 24, 2011, 03:24 |
|
#7 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
There were some changes between 1.7.1 and the version that this utility was designed for. I attached a version that worked for me in 1.7.1, based on the blockMesh of 1.7.1 and some code snippets from the above posted files.
|
|
June 24, 2011, 14:03 |
|
#8 |
Senior Member
Join Date: Nov 2009
Location: Michigan
Posts: 135
Rep Power: 17 |
Thanks for the updated code.But I am still getting the same error. Do I need to do anything other than running wmake in .../applications/utlilities/...../blockMesh ?
My OF is installed under root and I access through user login. But the bash file for user is sourced so I am reckoning this should not create any problem unless I am missing something. |
|
June 24, 2011, 18:30 |
|
#9 |
Senior Member
Join Date: Nov 2009
Location: Michigan
Posts: 135
Rep Power: 17 |
Got It. I was making a stupid mistake of typing blockMesh instead of blockMeshDoubleGrading. Thank you for the code! Its a very useful utility.
|
|
July 25, 2011, 03:41 |
Agreement
|
#10 |
New Member
Join Date: Mar 2011
Posts: 16
Rep Power: 15 |
I also found it to be very useful and would suggest that something like it be made part of the standard distribution.
|
|
July 25, 2011, 23:13 |
|
#11 |
Senior Member
Daniel
Join Date: Jul 2009
Location: Montreal, Canada
Posts: 156
Rep Power: 17 |
Hello all, I am having some difficulty compiling and running this application. I extracted Bernhard's archive into the $FOAM_USER_APPBIN directory, and ran "wmake libso" from that directory. The compilation ended with no errors and a satisfying "'libNULL.so' is up to date." However, I cannot find the executable file, and when I attempt to run "blockMeshDoubleGrading" I get an error ("blockMeshDoubleGrading: command not found"). I attempted the install on OF 1.7.0. Could someone please assist me with installing this application for use with OF 1.7.0 or above?
Thank you, Dan Last edited by dancfd; July 26, 2011 at 00:07. |
|
July 26, 2011, 05:04 |
|
#12 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Dan, using "wmake libso" you compile libraries, not executables. Use plain "wmake" and all should be well.
|
|
July 27, 2011, 01:49 |
|
#13 |
Senior Member
Daniel
Join Date: Jul 2009
Location: Montreal, Canada
Posts: 156
Rep Power: 17 |
Hello akidess,
Thank you - I had a feeling it was something fundamental. Regards, Dan |
|
August 9, 2011, 23:45 |
|
#14 |
Senior Member
Daniel
Join Date: Jul 2009
Location: Montreal, Canada
Posts: 156
Rep Power: 17 |
Hello all,
In case anyone is interested, I fixed up this great utility so that it now works with OF 2.0.1. I'm afraid it has become somewhat more complex in OF 2.0.1. With these instructions, it will get working. First, the library: 1) Copy /src/mesh/blockMesh to $FOAM_USER_APPLIB; 2) Replace blockMesh/blockDescriptor/blockDescriptorEdges.C with the one from the "bin" tarball attached; 3) Replace blockMesh/curvedEdges/lineDivide.C with the one from the "bin" tarball attached; 4) Replace make/files with the one from the "bin" tarball attached 5) Rename the folder from "blockMesh" to "blockMeshDG" 6) Run "wmake libso" Next, the application: 1) Extract the blockMeshDG_bin tarball to $FOAM_USER_APPBIN 2) run wmake That should do it. Sorry for the long instructions for the library, the files were too big to include as a single zip. Enjoy, Dan |
|
November 1, 2011, 04:46 |
Error?
|
#15 |
New Member
Join Date: Mar 2011
Posts: 16
Rep Power: 15 |
Hail dancfd,
I'm not sure if it is just me but there is no $FOAM_USER_APPLIB in my openFoam 2.0.1 release, I think you mean $FOAM_USER_LIBBIN. Or are we ment to make such a directory in the even that it does not exist? Also in the blockMeshApp.dep you need to replace the instances of: /home/dan/OpenFOAM/dan-2.0.1/platforms/linux64GccDPOpt/lib with something else... Cheers, Jesse Coombs Last edited by RygeltheXVI; November 1, 2011 at 05:02. |
|
November 1, 2011, 19:11 |
|
#16 |
Senior Member
Daniel
Join Date: Jul 2009
Location: Montreal, Canada
Posts: 156
Rep Power: 17 |
Hello RygeltheXVI,
You are correct, you need to create the $FOAM_USER_APPBIN directory to avoid changing the paths in the files in the "make" directories. As for the .dep file, that is generated by running "wmake" - no need to change anything there. Regards, Dan |
|
November 14, 2011, 04:37 |
|
#17 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Dan, did you include the modified version of lineDivide.C in the tarball or the original? I see no changes compared to the stock 2.0.x version.
|
|
November 16, 2011, 21:32 |
|
#18 |
Senior Member
Daniel
Join Date: Jul 2009
Location: Montreal, Canada
Posts: 156
Rep Power: 17 |
Hello Anton,
I apologize, it seems that I did include the wrong file. I have attached the correct lineDivide.c file to this post. Regards, Dan |
|
November 17, 2011, 08:46 |
|
#19 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Hi Dan, thanks for the upload. For convenience, I have packaged the updated code in an online repository. Now anyone that wants to use the patched version can clone the code and compile it with two commands:
Code:
hg clone https://code.google.com/p/blockmeshdg/ ./Allwmake - Anton |
|
November 26, 2011, 15:34 |
|
#20 |
Senior Member
Daniel
Join Date: Jul 2009
Location: Montreal, Canada
Posts: 156
Rep Power: 17 |
Hello Anton,
I am happy that the files are getting wider distribution in the hope that others may find it useful, however would you please add the name of the original author to the credits: Shui Pei. He developed it in the first place. Regards, Daniel |
|
|
|
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 |