|
[Sponsors] |
Boundary Condition for region coupling and scalar transport |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 29, 2013, 10:48 |
Boundary Condition for region coupling and scalar transport
|
#1 |
Member
Martin
Join Date: Aug 2010
Location: Germany
Posts: 55
Rep Power: 16 |
Dear Foam - Community,
i am working on a solver, that is able to handle multiRegions, nonNewtonian fluids and passive scalar transport. The solver is set up, but i do not know, how to define the coupled boundaries, so that the scalar-transport (through diffusion) works. I tried the "mixed" BC, but that did not work well. Does anyone has an idea what BC to use and how to use it? Thank you very much in forecast. Regards, Martin |
|
January 30, 2013, 04:51 |
|
#2 |
Member
Martin
Join Date: Aug 2010
Location: Germany
Posts: 55
Rep Power: 16 |
Update:
I figured out, that one has to define the patches in the boundary-file as follows: ...boundary-file - region2.... minX2 { type mappedWall; nFaces 100; startFace 8600; sampleMode nearestPatchFace; sampleRegion solid1; samplePatch maxX1; offsetMode uniform; offset ( 0 0 0 ); } ... ...boundary-file - region1.... minX2 { type mappedWall; nFaces 100; startFace 8600; sampleMode nearestPatchFace; sampleRegion solid2; samplePatch minX1; offsetMode uniform; offset ( 0 0 0 ); } ... But I still do not know, how to define the boundary in time-direction-folder / variable-file... Any ideas? Regards, Martin |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Solving for an additional species CO in coalChemistryFoam | N. A. | OpenFOAM Programming & Development | 3 | February 18, 2019 06:58 |
Difficulty in calculating angular velocity of Savonius turbine simulation | alfaruk | CFX | 14 | March 17, 2017 07:08 |
emag beta feature: charge density | charlotte | CFX | 4 | March 22, 2011 10:14 |