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

directMapped boundary conditions : pitzDaily3D testcase

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 9, 2010, 05:11
Default directMapped boundary conditions : pitzDaily3D testcase
  #1
And
New Member
 
Andrea Aprovitola
Join Date: Nov 2009
Posts: 16
Rep Power: 16
And is on a distinguished road
Good morning to the OpenFOAM community!

I would like to use the directMapped method in the LES of the pitzDaily3D testcase without. In order to do that after having previously read the suggestions contained in the former threads, I'have followed these steps:

  • Download the pitzDailyDirectMapped testcase,
  • Modify the 0/U file in the following way

Code:
..........

boundaryField
{
    inlet
    {
        type            directMapped;
        value           uniform (13.3 0 0);
        setAverage      true;
        average         (13.3 0 0);
    }

...........
  • Enlarge the channel lenght of four inlet heights (Eugene de Villiers Ph.D. Thesis) changing the blockMeshDict

[CODE]
  • Execute blockMesh
  • Modify the file boundary in this way:
Code:
    inlet
    {
        type            directMappedPatch;
        nFaces          600;
        startFace       715675;
        sampleMode      nearestCell;
        sampleRegion    region0;
        samplePatch     none;
        offset          (0.081 0 0);
    }
Thus if I understand the meaning of the offset plane keyword, the mapping plane to sample the flow velocity is placed 0.081 unit downstream from the first domain point along the x directions. Is this right ?

Anyway I'm not sure to know the correct meaning of the keyword sampleMode contained in the dictionary. Could someone give any further information about the sampleMode nearestCell keywords ?

Regards,

Andrea Aprovitola
And 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
Impinging Jet Boundary Conditions Anindya Main CFD Forum 25 February 27, 2016 12:58
symmetry boundary conditions in cfx lost.identity CFX 41 May 22, 2013 07:21
[Netgen] boundary conditions and mesh exporting vaina74 OpenFOAM Meshing & Mesh Conversion 2 May 27, 2010 09:38
Pressure boundary conditions Lionel S. Main CFD Forum 1 August 24, 2007 18:03
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues michele OpenFOAM Meshing & Mesh Conversion 2 July 15, 2005 04:15


All times are GMT -4. The time now is 20:12.