CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [Commercial meshers] GridPro to OpenFOAM converter (https://www.cfd-online.com/Forums/openfoam-meshing/61602-gridpro-openfoam-converter.html)

lewisb2 September 9, 2010 09:17

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

vinz September 9, 2010 09:50

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

pad December 16, 2010 02:55

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

SD@TUB July 19, 2011 03:54

download gridpro2foam converter
 
Hello FOAMers,

the download link provided by R.Tech
Quote:

Originally Posted by vinz (Post 216199)
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

vinz July 19, 2011 03:56

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 July 19, 2011 05:07

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.

pad February 5, 2015 02:50

Problems converting mesh with periodic boundaries
 
1 Attachment(s)
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.


All times are GMT -4. The time now is 02:54.