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

[Commercial meshers] GridPro to OpenFOAM converter

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 9, 2010, 09:17
Default
  #21
New Member
 
Bryan Lewis
Join Date: Jul 2010
Posts: 5
Rep Power: 15
lewisb2 is on a distinguished road
Vinc,

I am just starting with gidPro, trying to mesh turbine runners. What do you do to get your surface geometry into gridPro? I have tried the iges2gp and get errors. I have also tried converting patran and nastran surface meshes, but that just gives me a mesh, and I do not know how to fix surface topology to it.

-Bryan
lewisb2 is offline   Reply With Quote

Old   September 9, 2010, 09:50
Default
  #22
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Hi Bryan,

You should use stl files to import into GridPro.
But we should keep this topic for the converter. I will be pleased to reply to your GridPro related questions by email (vincent.rivola@rtech-engineering.com) or by PM as you want.

Regards,

Vincent
vinz is offline   Reply With Quote

Old   December 16, 2010, 02:55
Default
  #23
pad
New Member
 
PA
Join Date: Mar 2009
Posts: 25
Rep Power: 17
pad is on a distinguished road
Hi there,

I am trying to use the options in gridpro2foam to create facesets for runtime data extraction.

However, for this to work I hoped that the face numbering would be identical when gridpro2foam is used with or without the --solid option. When having more than one 2-sided surface in gridpro it doesn't seem to work.

This is the face numbering when not using the --solid option

4
(
Volute
{
type Volute;
nFaces 8250;
startFace 315159;
}
Inflow
{
type Inflow;
nFaces 2880;
startFace 323409;
}
Pipe
{
type Pipe;
nFaces 2592;
startFace 326289;
}
Outflow
{
type Outflow;
nFaces 504;
startFace 328881;
}
)

and this is when using --solid 3
(BC 3 and 5 are 2-sided surfaces in gridpro)

6
(
Volute
{
type Volute;
nFaces 8250;
startFace 314655;
}
Inflow
{
type Inflow;
nFaces 2880;
startFace 322905;
}
Flange
{
type Flange;
nFaces 504;
startFace 325785;
}
Pipe
{
type Pipe;
nFaces 2592;
startFace 326289;
}
Outflow
{
type Outflow;
nFaces 504;
startFace 328881;
}
Flange-bis
{
type Flange-bis;
nFaces 504;
startFace 329385;
}

Can someone explain to me why the face numbering is not identical for at least the first two patches?

Furthermore, I get the following output:

...
Not processing BC -1
Processing BC 1
Processing BC 2
Processing BC 3
Processing BC 4
Processing BC 5
Processing BC 6
Processing BC 5003
...

The last BC seems a bit odd to me as the connectivity file only includes 6 BCs numbered from 1-6.

Regards,
Per
pad is offline   Reply With Quote

Old   July 19, 2011, 03:54
Default download gridpro2foam converter
  #24
Member
 
Stefan
Join Date: Jan 2010
Location: Kiel, Germany
Posts: 81
Rep Power: 16
SD@TUB is on a distinguished road
Hello FOAMers,

the download link provided by R.Tech
Quote:
Originally Posted by vinz View Post
Dear OpenFoamers,
Here comes a new version of GridPro2FOAM.
...
The software can be downloaded at the following page:
http://www.rtech-engineering.com/news.html
is off. Does anybody know, which is the current version of gridpro2foam and where to download it?


/Stefan
SD@TUB is offline   Reply With Quote

Old   July 19, 2011, 03:56
Default
  #25
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Dear Stefan,

The last version of GridPro2Foam is 5.12.
I am going to upload it to our server and will put the link here in a moment.
vinz is offline   Reply With Quote

Old   July 19, 2011, 05:07
Default
  #26
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Here it is:
http://www.rtech-engineering.com/Ope...2FOAM_5.12.zip

Do not hesitate to contact us if you have a problem or a recommendation on the converter.
vinz is offline   Reply With Quote

Old   February 5, 2015, 02:50
Default Problems converting mesh with periodic boundaries
  #27
pad
New Member
 
PA
Join Date: Mar 2009
Posts: 25
Rep Power: 17
pad is on a distinguished road
Hi,

I have some trouble doing a proper conversion of a very simple periodic mesh. The problem is that one of the periodic boundaries is moved during the conversion.

Looking through the code it seems that the periodic angle is hardcoded - is this intentional? If I change the period in Gridpro to match the hardcoded angle the mesh looks fine but I rarely have a period matching this :-)

Code:
double periodicAngle = 360/11.;
double theta =  -(atan2(n1->z,n1->y)>atan2(n2->z,n2->y)?-periodicAngle*M_PI/180.:periodicAngle*M_PI/180.);
I am using gridpro2FOAM v5.12.
Attached Images
File Type: png gridpro_mesh.png (22.2 KB, 14 views)
__________________
Regards,
Per
pad 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
Getting Started with OpenFOAM wyldckat OpenFOAM 25 August 14, 2022 13:55
OpenFOAM course for beginners Jibran OpenFOAM Announcements from Other Sources 2 November 4, 2019 08:51
OpenFOAM Training: Programming CFD Course 12-13 and 19-20 April 2016 cfd.direct OpenFOAM Announcements from Other Sources 0 January 14, 2016 10:19
64bitrhel5 OF installation instructions mirko OpenFOAM Installation 2 August 12, 2008 18:07
OpenFOAM Training and Workshop Zagreb 2628Jan2006 hjasak OpenFOAM 1 February 2, 2006 21:07


All times are GMT -4. The time now is 11:45.