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

[mesh manipulation] Converting a 2Dmesh to axisymmetric

Register Blogs Community New Posts Updated Threads Search

Like Tree20Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 18, 2013, 11:59
Default
  #161
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by shash View Post
hi bernhard,

I am sorry , i didn't go thru prevoius threads. Thanks a lot for ur answer now its up and running, I also wanted to confirm something, thou collapseEdges 1e-06 175 command after makeaxialmesh worked for me on OF ver 2.1 but a friend of mine is getting troubles running the same command collapseEdges 1e-06 175 for same case on OF ver 2.2, whats the reason for that, its showing required 0 argument, 2 given
Seems like they changed the way it works. Try the -h option to see if there are options you like. Run without arguments and see what happens. I'm currently on vacation so it might be faster for you if you try some experiments yourself
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   June 18, 2013, 23:43
Default
  #162
Member
 
Yao Lu
Join Date: May 2013
Posts: 33
Rep Power: 12
shuoxue is on a distinguished road
Hi, gschaider!

It seems that you know much about #0 Foam::error:rintStack error.
I have received this kind of error when running interFoam with Gambit mesh.
Would you please check the error for me. Thanks a lot.
http://www.cfd-online.com/Forums/ope...tml#post434749

I installed openfoam 2.2.0 on ubuntu 12.04.

Best regards.
shuoxue is offline   Reply With Quote

Old   June 20, 2013, 20:15
Default
  #163
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by shuoxue View Post
Hi, gschaider!

It seems that you know much about #0 Foam::error:rintStack error.
I have received this kind of error when running interFoam with Gambit mesh.
Would you please check the error for me. Thanks a lot.
http://www.cfd-online.com/Forums/ope...tml#post434749

I installed openfoam 2.2.0 on ubuntu 12.04.

Best regards.
printStack can be anything. See http://openfoamwiki.net/index.php/HowTo_debugging on how to interpret it. And I don't answer questions that do not belong in this thread
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   August 14, 2013, 07:23
Default Error while running ..rhocentralfoam
  #164
Member
 
sonu
Join Date: Jul 2013
Location: delhi
Posts: 92
Rep Power: 12
yash.aesi is on a distinguished road
helo ,
i converted my 2D axisymmetry fluent mesh into OF and then changed the 0 folder according to my values also i checked mesh with checkmesh command its ok but when i tried to run it run it is giving me following error , can anybody please help me how to overcome from this error ?

FOAM FATAL IO ERROR:
inconsistent patch and patchField types for
patch type symmetryPlane and patchField type empty

file: /home/yash/OpenFOAM/yash-2.2.0/run/tutorials/compressible/rhoCentralFoam/exsercisePrb/0/p.boundaryField.Axis from line 39 to line 39.

From function fvPatchField<Type>::New(const fvPatch&, const DimensionedField<Type, volMesh>&, const dictionary&)
in file /home/opencfd/OpenFOAM/OpenFOAM-2.2.0/src/finiteVolume/lnInclude/fvPatchFieldNew.C at line 165.
yash.aesi is offline   Reply With Quote

Old   August 14, 2013, 09:30
Default
  #165
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
look at the error line, it says:
Quote:
patch type symmetryPlane and patchField type empty
so you should make those types consistent , if you choose symmetryPlane as patch type, then p, U or other variables should have the same patch type means symmetryPlane not empty
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   August 14, 2013, 14:30
Default
  #166
Member
 
sonu
Join Date: Jul 2013
Location: delhi
Posts: 92
Rep Power: 12
yash.aesi is on a distinguished road
helo
can you please look into the p file and tell me wts wrong in it which you had mentioned , thanks alot for your reply ,

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.2.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [1 -1 -2 0 0 0 0];

internalField uniform 101325;

boundaryField
{
fuel_inlet
{
type zeroGradient;
}

coflow_inlet
{
type zeroGradient;
}

Outlet
{
type zeroGradient;
}
Axis
{
type empty;
}
Upperwall
{
type zeroGradient;
}

frontAndBack
{
type empty;
}
}

// ************************************************** *********************** //
yash.aesi is offline   Reply With Quote

Old   August 14, 2013, 15:34
Default
  #167
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
Quote:
Axis
{
type empty;
}
well, it should be
Quote:
Axis
{
type symmetryPlane;
}
also i thing your frontAndBack should be wedge type :P, however you may face this problem next
vivek05 likes this.
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   August 14, 2013, 15:45
Default
  #168
Member
 
sonu
Join Date: Jul 2013
Location: delhi
Posts: 92
Rep Power: 12
yash.aesi is on a distinguished road
thanks alot nima. i will try this and then inform you ......thanks again for helping
yash.aesi is offline   Reply With Quote

Old   August 16, 2014, 15:35
Default
  #169
New Member
 
ZD
Join Date: Jul 2014
Posts: 11
Rep Power: 11
zhixuan is on a distinguished road
hi, all foamers,

I came across problems when using makeAxisMesh in OF2.3.0. Here are steps I went through:
1. run blockMesh, where axis_plane has been set as planar type
2. run makeAxialMesh -axis axis_plane -wedge frontAndback

however, it says
HTML Code:
Symmetry plane 'axis_plane' is not planar.
At local face at (0 -0.075565 0.0025) the normal (0 0 0) differs from the average normal (0.438889 0 0) by 0.192623
Either split the patch into planar parts or use the symmetry patch type
I changed the "axis_plane" to be "symmetric", it still cannot work.

Then I changed the coordinates, such as switching X axis and Y axis, it works somehow with a new error:
HTML Code:
--> FOAM FATAL ERROR: 
wedge frontAndback_pos plane aligns with a coordinate plane.
    The wedge plane should make a small angle (~2.5deg) with the coordinate plane
    and the the pair of wedge planes should be symmetric about the coordinate plane.
    Normal of face 0 is (-1 0 0) , implied coordinate plane direction is (-1 0 0)

    From function wedgePolyPatch::initTransforms()
    in file meshes/polyMesh/polyPatches/constraint/wedge/wedgePolyPatch.C at line 78.

FOAM exiting
I tired several times rotating the coordinator. But still, nothing improved. So I'm wondering if anyone can provide hints on this issue.

I also enclosed my blockMeshDict for your reference.

Thank you in advance.
luonghungtruyen likes this.
zhixuan is offline   Reply With Quote

Old   August 17, 2014, 17:33
Default
  #170
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by zhixuan View Post
hi, all foamers,

I came across problems when using makeAxisMesh in OF2.3.0. Here are steps I went through:
1. run blockMesh, where axis_plane has been set as planar type
2. run makeAxialMesh -axis axis_plane -wedge frontAndback

however, it says
HTML Code:
Symmetry plane 'axis_plane' is not planar.
At local face at (0 -0.075565 0.0025) the normal (0 0 0) differs from the average normal (0.438889 0 0) by 0.192623
Either split the patch into planar parts or use the symmetry patch type
What do you mean with "set as planar type"? The type of the patch is irrelevant. The faces have to be in a plane (that's what "planar" means). That's what the utility checks for. Otherwise the patch can't be used as an axis
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   August 17, 2014, 18:31
Default
  #171
New Member
 
ZD
Join Date: Jul 2014
Posts: 11
Rep Power: 11
zhixuan is on a distinguished road
Quote:
Originally Posted by gschaider View Post
What do you mean with "set as planar type"? The type of the patch is irrelevant. The faces have to be in a plane (that's what "planar" means). That's what the utility checks for. Otherwise the patch can't be used as an axis
Hi, Bernhard,

Thank you for the response. Originally, I tried the test case you provided here
http://openfoamwiki.net/index.php/Contrib/MakeAxialMesh

I tried
1. blockMesh
2. makeAxialMesh -axis movingWall -wedge frontAndBack

it generates an error, saying

HTML Code:
--> FOAM FATAL ERROR: 
Symmetry plane 'movingWall' is not planar.
At local face at (0.00333333 0.1 0) the normal (0 1 0) differs from the average normal (0 0.3 0) by 0.49
Either split the patch into planar parts or use the symmetry patch type

    From function symmetryPlanePolyPatch::n()
    in file meshes/polyMesh/polyPatches/constraint/symmetryPlane/symmetryPlanePolyPatch.C at line 64.

FOAM exiting
I'm confused why it says the points on movingWall is not on a planar.

Then I thought it probably due to the wrong direction since you mentioned "the axis of symmetry is parallel to the XY-plane". So I split the fixedWalls into three surfaces and selected different fixedWalls1(0 4 7 3), fixedWalls2(2 6 5 1), fixedWalls3(1 5 4 0) as the axis. Only the fixedWalls2 (2 6 5 1) can work and it is actually parallel to Y-Z plane.

Based on the experience of the test, I developed my own code

Code:
FoamFile                                
{                                       
    version         2.3;                
    format          ascii;              
                                        
    root            "";               
    case            "";               
    instance        "";               
    local           "";               
                                        
    class           dictionary;         
    object          blockMeshDict;      
}          
                                        
vertices                                
(                                       
	(0 -0.0762  0)   // 0
	(0 -0.0762 0.0079375  ) // 1
	(0 0 0.0079375 )   //2
	(0 0 0.070358 )   //3
	(0 0.1524 0.070358 ) //4
	(0 0.508 0.070358 )  //5
	(0 0.508 0) //6
	(0 0.1524 0)  //7
	(0 0 0) //8

	(0.005 -0.0762 0 )   // 9
	(0.005 -0.0762 0.0079375  ) // 10
	(0.005 0 0.0079375 )   //11
	(0.005 0 0.070358 )   //12
	(0.005 0.1524 0.070358 ) //13
	(0.005 0.508 0.070358 )  //14
	(0.005 0.508 0 ) //15
	(0.005 0.1524 0 )  //16
	(0.005 0 0 ) //17

	(0 0.508 0.0079375 ) //18
	(0.005 0.508 0.0079375 ) //19

	(0 0.1524 0.0079375 ) //20
	(0.005 0.1524 0.0079375 ) //21
   
);

blocks
( 		
	// process inlet 
	hex (0 8 2 1 9 17 11 10) (60 10 1) simpleGrading (1 1 1)
	// burner 1
	hex (8 7 20 2 17 16 21 11) (60 10 1) simpleGrading (1 1 1)
	// burner 2
	hex (2 20 4 3 11 21 13 12) (60 40 1) simpleGrading (1 1 1)
	// burner 3 
	hex (20 18 5 4 21 19 14 13) (60 40 1) simpleGrading (1 1 1)
	// burner 4 
	hex (7 6 18 20 16 15 19 21) (60 10 1) simpleGrading (1 1 1)
	
);
                                     
edges                                
(                                    
);                                         
                             

boundary                            
(       
 	processInlet              
        { 
            type patch;    
            faces 
            ( 
                (0 1 10 9)
            ); 
        }   

	wall              
        { 
            type wall;    
            faces 
            ( 
                (1 2 11 10)
		//(3 2 11 12)
		(12 11 2 3)
            ); 
        } 

	outlet              
        { 
            type patch;    
            faces 
            ( 
                (5 18 19 14)
		(18 6 15 19)
            ); 
        } 
        
	axis_plane              
        { 
            type symmetry;    
            faces 
            (   
                //(0 8 17 9)
		(9 17 8 0)
		//(8 7 16 17)
		(17 16 7 8)
		(7 6 15 16)
            ); 
        }  
  
	quenchingWall              
        { 
            type wall;    
            faces 
            ( 
                (4 5 14 13)
            ); 
        }     

	porousInlet              
        { 
            type patch;    
            faces 
            ( 
                (3 4 13 12)
            ); 
        } 
                                   
    
	frontAndback              
        { 
            type empty;    
            faces 
            ( 
                (0 8 2 1)
		(8 7 20 2)
		(7 6 18 20)
		(2 20 4 3)
		(20 18 5 4)	
                (9 17 11 10)
		(17 16 21 11)
		(16 15 19 21)
		(11 21 13 12)
		(21 19 14 13)	
		
            ); 
        }  
               
);                                   
                                     
mergePatchPairs
(
);
However, when I run
makeAxialMesh -axis axis_plane -wedge frontAndback

it says

HTML Code:
Create time

Create mesh for time = 0

 Using old mode. Dictionary not used
Plane of the grid: (0 0 1) (0.0025 0.180204 0.0294471)

The rotation-axis: ((0 -0.0762 0.0294471) (0.005 0.508 0.0294471))

Creating wedge with an opening angle of 5 degrees

Projecting nodes
Radius to axis: min = 0 max = 0.00499982
Splitting patch frontAndback

 Copying patches 
 Creating Patches
 Creating Pos-patch 
 Creating Neg-patch 
 Changing patches

Changing patch types 
 Changing axis_plane to symmetryPlane
 Changing frontAndback_pos to wedge


--> FOAM FATAL ERROR: 
wedge frontAndback_pos plane aligns with a coordinate plane.
    The wedge plane should make a small angle (~2.5deg) with the coordinate plane
    and the the pair of wedge planes should be symmetric about the coordinate plane.
    Normal of face 0 is (-1 0 0) , implied coordinate plane direction is (-1 0 0)

    From function wedgePolyPatch::initTransforms()
    in file meshes/polyMesh/polyPatches/constraint/wedge/wedgePolyPatch.C at line 78.

FOAM exiting
I don't know what's wrong with this error. Again, I rotated the coordinator directions, but nothing is improved.

By the way, I'm using OF2.3.0.


Thank you
Zhixuan
zhixuan is offline   Reply With Quote

Old   August 21, 2014, 18:48
Default
  #172
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by zhixuan View Post
Hi, Bernhard,

Thank you for the response. Originally, I tried the test case you provided here
http://openfoamwiki.net/index.php/Contrib/MakeAxialMesh

I tried
1. blockMesh
2. makeAxialMesh -axis movingWall -wedge frontAndBack

it generates an error, saying

HTML Code:
--> FOAM FATAL ERROR: 
Symmetry plane 'movingWall' is not planar.
At local face at (0.00333333 0.1 0) the normal (0 1 0) differs from the average normal (0 0.3 0) by 0.49
Either split the patch into planar parts or use the symmetry patch type

    From function symmetryPlanePolyPatch::n()
    in file meshes/polyMesh/polyPatches/constraint/symmetryPlane/symmetryPlanePolyPatch.C at line 64.

FOAM exiting
I'm confused why it says the points on movingWall is not on a planar.
Seems like there is some problem when patches are specified on the command line. I get the same error. But when I run it just with "makeAxialMesh" the dictionary in system is used and it works.

I'd recommend using the dictionary anyway as this is more flexible
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   November 19, 2014, 12:55
Default
  #173
Member
 
Davi Barreira
Join Date: Apr 2014
Location: Fortaleza
Posts: 76
Rep Power: 12
davibarreira is on a distinguished road
Im facing the same problem as zhixuan. The thing is, even if I use the dictionary by just running the command makeAxialMesh, the "movingWall" keeps it's patch as "wall". Any thoughts?


Thanks!
davibarreira is offline   Reply With Quote

Old   December 19, 2014, 20:55
Default
  #174
Senior Member
 
zhangyan's Avatar
 
Yan Zhang
Join Date: May 2014
Posts: 120
Rep Power: 11
zhangyan is on a distinguished road
Quote:
Originally Posted by davibarreira View Post
Im facing the same problem as zhixuan. The thing is, even if I use the dictionary by just running the command makeAxialMesh, the "movingWall" keeps it's patch as "wall". Any thoughts?


Thanks!

Hi
Have you solved this problem now?
zhangyan is offline   Reply With Quote

Old   December 20, 2014, 00:45
Default
  #175
Member
 
Davi Barreira
Join Date: Apr 2014
Location: Fortaleza
Posts: 76
Rep Power: 12
davibarreira is on a distinguished road
Code:
--> FOAM FATAL ERROR:  wedge frontAndback_pos plane aligns with a coordinate plane.     The wedge plane should make a small angle (~2.5deg) with the coordinate plane     and the the pair of wedge planes should be symmetric about the coordinate plane.     Normal of face 0 is (-1 0 0) , implied coordinate plane direction is (-1 0 0)
I managed to solve this problem by using the dictonary rotationDict, and using the option for setting MakeAxialMesh in old version. Below there is a rotationDict with this option turned on:

Code:
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.0                                   |
|   \\  /    A nd           | Web:      http://www.openfoam.org               |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

FoamFile
{
    version         2.0;
    format          ascii;

    root        ".";
    case         "test";
    instance        "system";
    local           "";

    class           dictionary;
    object          radialBCDict;
}


// Use the same parameters as from the command line
makeAxialOldMode 1;

// used in old and in new mode
makeAxialAxisPatch sym;
makeAxialWedgePatch frontandback;

// used only in old mode
makeAxialOffset 0.01;

// used only in new mode
rotationVector (1 0 0);
originVector (0 0 0); //offset
// originVector (0 0 0); // origin

wedgeAngle 5;

// revolve option
// 0 = old and default mode, points are projected on wedges
// 1 = points are revolved
revolve 0;

// ************************************************************************* //
I tried using collapseEdges, but I just couldnt get it to work. So I decided to use my mesh with symmetryPlane in the face that was supposed to be the axis (dont know how correct this is, but the results are looking correct when compared to some 3D simulations I ran).

The patch type I had to change manually in my blockMeshDict file.

I played around with MakeAxialMesh for a while and I really think it has some compatibility error with OpenFOAM 2.3, because the errors occur even in really simple meshes.
davibarreira is offline   Reply With Quote

Old   December 20, 2014, 01:43
Default
  #176
Senior Member
 
zhangyan's Avatar
 
Yan Zhang
Join Date: May 2014
Posts: 120
Rep Power: 11
zhangyan is on a distinguished road
Hi
I also tried rotateMesh ,but I don't know the usage .Can you help me ?
Code:
zhangyan@ubuntu:~/0.0$ rotateMesh 

Usage: rotateMesh [OPTIONS] <n1> <n2>
options:
  -case <dir>       specify alternate case directory, default is the cwd
  -constant         include the 'constant/' dir in the times list
  -latestTime       select the latest time
  -noFunctionObjects
                    do not execute functionObjects
  -noZero           exclude the '0/' dir from the times list, has precedence
                    over the -zeroTime option
  -parallel         run in parallel
  -roots <(dir1 .. dirN)>
                    slave root directories for distributed running
  -time <ranges>    comma-separated time ranges - eg, ':10,20,40:70,1000:'
  -srcDoc           display source code in browser
  -doc              display application documentation in browser
  -help             print the usage
zhangyan is offline   Reply With Quote

Old   December 20, 2014, 08:29
Default
  #177
Member
 
Davi Barreira
Join Date: Apr 2014
Location: Fortaleza
Posts: 76
Rep Power: 12
davibarreira is on a distinguished road
rotateMesh is not to create axial meshes, if you want to create an axial mesh use makeAxialMesh. Just create the rotationDict as I posted and put it on your system folder. Then run the command makeAxialMesh. This will create a mesh in a folder such as 0.005, or something like that. Use checkMesh command to see if the mesh is correct, then replace your orignal polymesh folder with the one in the 0.005 folder.
davibarreira is offline   Reply With Quote

Old   December 20, 2014, 08:33
Default
  #178
Senior Member
 
zhangyan's Avatar
 
Yan Zhang
Join Date: May 2014
Posts: 120
Rep Power: 11
zhangyan is on a distinguished road
Quote:
Originally Posted by davibarreira View Post
rotateMesh is not to create axial meshes, if you want to create an axial mesh use makeAxialMesh. Just create the rotationDict as I posted and put it on your system folder. Then run the command makeAxialMesh. This will create a mesh in a folder such as 0.005, or something like that. Use checkMesh command to see if the mesh is correct, then replace your orignal polymesh folder with the one in the 0.005 folder.
I also have tried makeaxialMesh.
but ,
Code:
--> FOAM FATAL ERROR: 
Symmetry plane 'movingWall' is not planar.
At local face at (0.00333333 0.1 0) the normal (0 1 0) differs from the average normal (0 0.3 0) by 0.49
Either split the patch into planar parts or use the symmetry patch type

    From function symmetryPlanePolyPatch::n()
    in file meshes/polyMesh/polyPatches/constraint/symmetryPlane/symmetryPlanePolyPatch.C at line 64.

FOAM exiting
my movingWall's type is empty, I also tried symmetry and symmetryPlane, but all failed.
zhangyan is offline   Reply With Quote

Old   December 20, 2014, 08:35
Default
  #179
Senior Member
 
zhangyan's Avatar
 
Yan Zhang
Join Date: May 2014
Posts: 120
Rep Power: 11
zhangyan is on a distinguished road
and another question: rotateDict is used accompany with rotateMesh.
I think makeaxialMesh don't need this dictionary.
zhangyan is offline   Reply With Quote

Old   December 20, 2014, 08:47
Default
  #180
Member
 
Davi Barreira
Join Date: Apr 2014
Location: Fortaleza
Posts: 76
Rep Power: 12
davibarreira is on a distinguished road
The dictionary for makeAxilMesh is rotationDict not rotateDict. Can you post your blockMeshDict here so I can take a look?
davibarreira 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
Simplest way of converting a 2d Navier Stokes code to a 2d axisymmetric one mseka Main CFD Forum 1 September 18, 2017 14:53
Axisymmetric Boundary condition Mohit Singh SU2 3 July 15, 2015 09:19
[mesh manipulation] Converting axisymmetric mesh into fully 3D mesh tomloh OpenFOAM Meshing & Mesh Conversion 0 April 29, 2012 20:31
Difference of final temperature between a plane and an axisymmetric geometry douchka FLUENT 0 July 7, 2011 08:38
URGENT ! Need help on Axisymmetric Flow ! Suman Kumar Main CFD Forum 1 November 20, 2001 14:51


All times are GMT -4. The time now is 10:46.