CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Gear Pair- Boundary Conditions

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 21, 2018, 16:03
Default Gear Pair- Boundary Conditions
  #1
New Member
 
Join Date: Jul 2018
Posts: 9
Rep Power: 9
ms123 is on a distinguished road
Hello everyone!

I'm trying to simulate the oil flow in a gearbox. I'm using OpenFOAM 5.0. The oil starts suddenly after a few MILIseconds to go upwards. I've tried many simulations with different boundaries, but the problem does not disappear. I'm posting one example with it's boundaries and it's illustrated results as well.

If anyone knows how to avoid this unexplained behavior of the oil, please let me know.

Thanks a lot!

alpha.water
Code:
dimensions      [0 0 0 0 0 0 0];

internalField   uniform 0;

boundaryField
{
   Gehaeuse        { type     constantAlphaContactAngle;
                     theta0   25;
		     limit    gradient;
		     value    $internalField; }
  
   Symmetrieseite  { type     symmetryPlane;
                     value    $internalField; }
  
   Gearleft        { type     constantAlphaContactAngle;
                     theta0   25;
		     limit    gradient;
		     value    $internalField; }

   Gearright       { type     constantAlphaContactAngle;
                     theta0   25;
		     limit    gradient;
		     value    $internalField; } 
}
p_rgh
Code:
dimensions      [1 -1 -2 0 0 0 0];

internalField   uniform 0;

boundaryField
{ Gehaeuse       { type zeroGradient;  }
  Symmetrieseite { type symmetryPlane; }
  Gearleft       { type zeroGradient;  }
  Gearright      { type zeroGradient;  }
}
pointMotion.U
Code:
dimensions      [0 1 -1 0 0 0 0];

internalField   uniform (0 0 0);

boundaryField
{ 
  Gehaeuse       
  {
                   type                  fixedValue;      
                   value                 $internalField;         
  }
  Symmetrieseite 
  { 
                   type                  slip;      
                   value                 $internalField;    
  }
  Gearleft       
  {               
                   type                  angularVelocity;  
                   axis                  (0 0 1);         
                   origin                (-0.075358 -0.07073 0.017); 
                   angle0                0.0;           
                   omega                 3.490658504; //2000rpm
                   value                 $internalField;
  }
  Gearright      
  { 
                   type                  angularVelocity;  
                   axis                  (0 0 -1);        
                   origin                (0.016142 -0.07073 0.017); 
                   angle0                0.0;       
                   omega                 3.490658504; //2000rpm  
                   value                 $internalField;
  }
  "procBoundary.*" { type processor; }		   
}
U
Code:
dimensions      [0 1 -1 0 0 0 0];

internalField   uniform (0 0 0);

boundaryField
{ Gehaeuse       { type fixedValue;            value $internalField; }
  Symmetrieseite { type symmetryPlane;         value $internalField; }
  Gearleft       { type movingWallVelocity;    value $internalField; }
  Gearright      { type movingWallVelocity;    value $internalField; }
}
1.png

2.png

3.png
ms123 is offline   Reply With Quote

Old   August 21, 2018, 16:09
Default
  #2
New Member
 
Join Date: Jul 2018
Posts: 9
Rep Power: 9
ms123 is on a distinguished road
As you can see, the problem appears only on the "symmetryPlane". (I've tried also the boundary "symmetry" and "symmetryPlane" in all fields, but the problem doesn't disappear.)
ms123 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 08:38
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 08:30
Error - Solar absorber - Solar Thermal Radiation MichaelK CFX 12 September 1, 2016 06:15
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 07:28
Low Mixing time Problem Mavier CFX 5 April 29, 2013 01:00


All times are GMT -4. The time now is 00:08.