|
[Sponsors] |
July 22, 2014, 10:18 |
mappedPatch for two fluid regions
|
#1 |
New Member
Join Date: Dec 2012
Posts: 13
Rep Power: 13 |
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; } Code:
oldInternalFaces { type mapped; setAverage false; average (0 0 0); value uniform (0 0 0); } Code:
--> FOAM FATAL ERROR: request for volScalarField mut from objectRegistry fluidLES failed available objects of type volScalarField are 0() |
|
|
|
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 01:28 |
thermal couple boundary condition between porous and fluid regions | atoof | OpenFOAM Programming & Development | 2 | June 7, 2017 20:44 |
Multiphase simulation of bubble rising | Niru | CFX | 5 | November 25, 2014 14:57 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
separating fluid regions | David C | FLUENT | 1 | March 7, 2001 11:52 |