CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Solving

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 31, 2012, 14:34
Default Solving
  #1
Member
 
EMAVI V SURYA SAMPATH
Join Date: Aug 2011
Location: Malaysia
Posts: 85
Rep Power: 14
sampathevs is on a distinguished road
Dear All

for solving an external aerodyanmcis prob, i have imported the mesh file from ICEM to ParaFOAM,
and wrote the script as follows..::

The initial velocity U has been set equal to 27.8 m/s in the y direction
at the inlet:

dimensions [0 1 -1 0 0 0 0]; // dimension in m s
internalField uniform (0 0 0);
boundaryField
{
inlet // inlet patch
{
type fixedValue;
value uniform (0 27.8 0); // U
}


The initial turbulent kinetic energy has been set equal to k =
0.02898 m2/s2 at the inlet and outlet (for modeling back flow
turbulence):


dimensions [0 2 -2 0 0 0 0]; // dimension in m
internalField uniform 0.02898;
boundaryField
{ inlet // inlet patch
{
type fixedValue;
value uniform 0.02898;
}
outlet // inlet patch
{
type fixedValue;
value uniform 0.02898;
}


The initial dissipation energy rate has been set equal to ε = 1.8239
m2/s3 at the inlet and outlet:


dimensions [0 2 -3 0 0 0 0]; // dimension in m
internalField uniform 1.8239;
boundaryField
{
inlet
{
type fixedValue;
value uniform 1.8239;
}
outlet
{
type fixedValue;
value uniform 1.8239;
}


The initial pressure field P has been set equal to 1 atm everywhere
except at the boundaries where a smooth shape condition is
required. :


dimensions [0 2 -2 0 0 0 0]; dimension in m 2 s -2
internalField uniform 101325;
boundaryField
{
inlet // inlet type patch (extremity of the conduct)
{
type zeroGradient; // smooth condition
}
..............
}


But, Im not able to run this case. Can any1 plz help me ..?? Its regarding a project and I got stuck here..
sampathevs is offline   Reply With Quote

Old   November 5, 2012, 02:15
Default
  #2
Member
 
Join Date: Mar 2012
Location: Munich, Germany
Posts: 67
Rep Power: 14
treima is on a distinguished road
Hi,

what does it mean "you arenīt able to run this case"? Where is the problem?


regards

treima
treima is offline   Reply With Quote

Old   November 5, 2012, 02:19
Default
  #3
Member
 
EMAVI V SURYA SAMPATH
Join Date: Aug 2011
Location: Malaysia
Posts: 85
Rep Power: 14
sampathevs is on a distinguished road
Mam,
Thanks for the response.

and No mam, Im not able to run this case and I dunno wer the problem was..

Can I know ur mail id, so that I wil
mail the whole case files.?? Plz help me out mam.. Im very disappointed with this ..
sampathevs is offline   Reply With Quote

Old   November 5, 2012, 02:42
Default
  #4
Member
 
Join Date: Mar 2012
Location: Munich, Germany
Posts: 67
Rep Power: 14
treima is on a distinguished road
Is your mam happy with you?

Which solver? Output? and so on...
treima is offline   Reply With Quote

Reply

Tags
openfoam, solving


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
High Courant Number @ icoFoam Artex85 OpenFOAM Running, Solving & CFD 11 February 16, 2017 13:40
Orifice Plate with a fully developed flow - Problems with convergence jonmec OpenFOAM Running, Solving & CFD 3 July 28, 2011 05:24
Differences between serial and parallel runs carsten OpenFOAM Bugs 11 September 12, 2008 11:16
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07


All times are GMT -4. The time now is 22:35.