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] fluentMeshToFoam: "fluent patch type shadow not recognised" (https://www.cfd-online.com/Forums/openfoam-meshing/66876-fluentmeshtofoam-fluent-patch-type-shadow-not-recognised.html)

sivakumar October 8, 2012 08:11

Hello blacksquirrel,
can you please give me your mail id, so that i will send my mesh file via sendspace.

thanks,
Siva

sivakumar October 8, 2012 08:42

Hello blacksquirrel,
I have up loaded the file in send space, I think you have received the email from send space.

please have a look and tell me what was wrong.

Thank you very much for your time.
Siva

blacksquirrel October 8, 2012 09:06

Ok, I received your mesh. I've only used simple (rectangular) channels for my simulations, so now I'm guessing, too.

Somewhere you have to tell OpenFOAM that it needs to rotate patch ILR to match ILR_shadow.

You can try this:

transform rotational;
rotationAxis (1 0 0); //adjust this to your case
//rotationCentre (0 0 0);

If this doesn't work, then I'm clueless. I'm sorry.

sivakumar October 8, 2012 12:33

Hello blacksquirrel,
Thanks for your reply, I want try the previous reply from you.
you said that we can create the cyclic BC using the createPatch utility.

I am bit confused to edit the createPatchDict.

can you please help me to edit.

after creating the wall boundary my boundary file look like this,

12
(
outlet
{
type patch;
nFaces 6400;
startFace 6276800;
}
inlet
{
type patch;
nFaces 6400;
startFace 6283200;
}
top2
{
type wall;
nFaces 16000;
startFace 6289600;
}
top1
{
type wall;
nFaces 2400;
startFace 6305600;
}
top0
{
type wall;
nFaces 8000;
startFace 6308000;
}
center1
{
type wall;
nFaces 16000;
startFace 6316000;
}
center0
{
type wall;
nFaces 8000;
startFace 6332000;
}
OR
{
type wall;
nFaces 16000;
startFace 6340000;
}
OL
{
type wall;
nFaces 16000;
startFace 6356000;
}
FAN
{
type wall;
nFaces 7200;
startFace 6372000;
}
IFR
{
type wall;
nFaces 8000;
startFace 6379200;
}
IFL
{
type wall;
nFaces 8000;
startFace 6387200;
}
)


in that I am able to see the "patch" to "cyclic" but how to do "wall" to "cyclic"


can you please guide me.


Thanks and Regards,
Sivakumar

sivakumar October 8, 2012 14:57

Hi Guys,
I have solved the problem, Its simple issue.
I didn’t edit the 0 folder files according to my boundary file.
after editing the 0 folder files, now I am able to see the mesh in paraFoam.

Thank you very much for your help.

soon i will come with another problem.

thank you guys,
Sivakumar

syn1993530 March 29, 2017 04:09

please help me to sort out this problem
 
Create time



--> FOAM FATAL IO ERROR:
cannot open file

file: /home/syn/solids4foamphilip/tutorials/nonLinGeomSolidFoam/plateHole/system/system/controlDict at line 0.

From function regIOobject::readStream()
in file db/regIOobject/regIOobjectRead.C at line 61.

FOAM exiting

__________________________________________________ ___________________________

please help me to sort out this problem,

And what are the further steps I need to follow?

Thank you,
SYN

JulienS March 29, 2017 04:16

Are you trying to lauch FluentMeshToFoam from your system folder?
That can explain that it cannot find the "controlDict" located in a "system/system/" folder. You have to lauch fluentMeshToFoam from the root of your case.

syn1993530 March 29, 2017 04:31

Thank you for your help.And I have lauch FluentMeshToFoam from my system folder.However, it still exist this problem.


syn@syn-Lenovo:~$ fe32
syn@syn-Lenovo:~$ cd /home/syn/solids4foamphilip/tutorials/nonLinGeomSolidFoam/plateHole/system/
syn@syn-Lenovo:~/solids4foamphilip/tutorials/nonLinGeomSolidFoam/plateHole/system$ fluentMeshToFoam 1.msh
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
Build : 3.2-334ba0562a2c
Exec : fluentMeshToFoam 1.msh
Date : Mar 29 2017
Time : 16:31:08
Host : syn-Lenovo
PID : 3648
CtrlDict : "/home/syn/solids4foamphilip/tutorials/nonLinGeomSolidFoam/plateHole/system/system/controlDict"
Case : /home/syn/solids4foamphilip/tutorials/nonLinGeomSolidFoam/plateHole/system
nProcs : 1
SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time



--> FOAM FATAL IO ERROR:
cannot open file

file: /home/syn/solids4foamphilip/tutorials/nonLinGeomSolidFoam/plateHole/system/system/controlDict at line 0.

From function regIOobject::readStream()
in file db/regIOobject/regIOobjectRead.C at line 61.

FOAM exiting

syn@syn-Lenovo:~/solids4foamphilip/tutorials/nonLinGeomSolidFoam/plateHole/system$

JulienS March 29, 2017 04:56

Maybe my previous advice was not clear enough.
You cannot launch FluentMeshToFoam from the system folder. You have to launch it from the root of your case!


All times are GMT -4. The time now is 01:59.