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

mappedPatch for two fluid regions

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 22, 2014, 09:18
Default mappedPatch for two fluid regions
  #1
New Member
 
Join Date: Dec 2012
Posts: 13
Rep Power: 13
Vesposo is on a distinguished road
Hi,

I want to simulate two fluid regions which should be coupled with a mappedPatch. The reason is that I want two simulate the different regions with different turbulentModels (RANS and LES).
If I set up my boundary files of the two regions with:

Code:
    oldInternalFaces
    {
        type            mappedPatch;
        sampleMode      nearestPatchFace;
        sampleRegion    fluidRANS; // respectively fluidLES for the other region
        samplePatch     oldInternalFaces;
        nFaces          176;
        startFace       61548;
    }
and for my boundary condition (i.e. U):

Code:
    oldInternalFaces
    {
        type            mapped;
        setAverage      false;
        average         (0 0 0);
        value           uniform (0 0 0);
    }
I get the error:
Code:
--> FOAM FATAL ERROR: 

    request for volScalarField mut from objectRegistry fluidLES failed
    available objects of type volScalarField are
0()
Any hints? Thank you.
Vesposo 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
How to define multiple fluid regions in icem user0314 ANSYS Meshing & Geometry 6 June 2, 2020 00:28
thermal couple boundary condition between porous and fluid regions atoof OpenFOAM Programming & Development 2 June 7, 2017 19:44
Multiphase simulation of bubble rising Niru CFX 5 November 25, 2014 13:57
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
separating fluid regions David C FLUENT 1 March 7, 2001 10:52


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