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

[Commercial meshers] fluentMeshToFoam: "fluent patch type shadow not recognised"

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 8, 2012, 08:11
Default
  #21
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
Hello blacksquirrel,
can you please give me your mail id, so that i will send my mesh file via sendspace.

thanks,
Siva
sivakumar is offline   Reply With Quote

Old   October 8, 2012, 08:42
Default
  #22
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
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
sivakumar is offline   Reply With Quote

Old   October 8, 2012, 09:06
Default
  #23
Member
 
Join Date: Jun 2011
Posts: 53
Rep Power: 14
blacksquirrel is on a distinguished road
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.
blacksquirrel is offline   Reply With Quote

Old   October 8, 2012, 12:33
Default
  #24
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
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 is offline   Reply With Quote

Old   October 8, 2012, 14:57
Default
  #25
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
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
sivakumar is offline   Reply With Quote

Old   March 29, 2017, 04:09
Default please help me to sort out this problem
  #26
New Member
 
yining song
Join Date: May 2016
Posts: 4
Rep Power: 9
syn1993530 is on a distinguished road
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
syn1993530 is offline   Reply With Quote

Old   March 29, 2017, 04:16
Default
  #27
New Member
 
Julien Schaguene
Join Date: Sep 2014
Posts: 5
Rep Power: 11
JulienS is on a distinguished road
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.
JulienS is offline   Reply With Quote

Old   March 29, 2017, 04:31
Default
  #28
New Member
 
yining song
Join Date: May 2016
Posts: 4
Rep Power: 9
syn1993530 is on a distinguished road
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$
syn1993530 is offline   Reply With Quote

Old   March 29, 2017, 04:56
Default
  #29
New Member
 
Julien Schaguene
Join Date: Sep 2014
Posts: 5
Rep Power: 11
JulienS is on a distinguished road
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!
JulienS 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
reactingMultiphaseEulerFoam tonnykz OpenFOAM Running, Solving & CFD 2 June 15, 2020 02:09
Near wall treatment in k-omega SST Arnoldinho OpenFOAM Running, Solving & CFD 38 March 8, 2017 13:48
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch gschaider OpenFOAM Installation 225 August 25, 2015 19:43
[Commercial meshers] Fluent msh and cyclic boundary cfdengineering OpenFOAM Meshing & Mesh Conversion 48 January 25, 2013 03:28
[swak4Foam] Air Conditioned room groovyBC Sebaj OpenFOAM Community Contributions 7 October 31, 2012 14:16


All times are GMT -4. The time now is 17:55.