|
[Sponsors] |
February 22, 2014, 15:46 |
Strange thing in boundary file
|
#1 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hi all,
is it normal that I am able to run a case where I define no boundary type like that: Code:
6 ( up { type ; nFaces 40; startFace 15760; } down { type ; nFaces 40; startFace 15800; } heatedWall { type ; nFaces 20; startFace 15840; } left { type ; nFaces 180; startFace 15860; } right { type ; nFaces 200; startFace 16040; } frontAndBack { type empty; nFaces 16000; startFace 16240; } ) Solver: buoyantBoussinesqSimpleFoam I am confused... |
|
February 24, 2014, 16:39 |
|
#2 |
New Member
Join Date: Jan 2014
Posts: 16
Rep Power: 12 |
This file is from constant folder. You should have defined them in 0 folder. Or it cannot run I believe.
|
|
February 24, 2014, 17:24 |
|
#3 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Normally if you define the boundary as slip you have to use it in the initialfiles to (U,p,T...).
If there is a mismatch you will get an error. But in this case i can use wall on boundary condition and slip in T file (for example). |
|
February 25, 2014, 03:39 |
|
#4 | |
Senior Member
|
Hi,
Quote:
Code:
if (cstrIter == dictionaryConstructorTablePtr_->end()) { if (!disallowGenericPolyPatch) { cstrIter = dictionaryConstructorTablePtr_->find("genericPatch"); } ... |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
centOS 5.6 : paraFoam not working | yossi | OpenFOAM Installation | 2 | October 9, 2013 02:41 |
[swak4Foam] swak4Foam-groovyBC build problem | zxj160 | OpenFOAM Community Contributions | 18 | July 30, 2013 14:14 |
friction forces icoFoam | ofslcm | OpenFOAM | 3 | April 7, 2012 11:57 |
2.0.x on Mac OSX | niklas | OpenFOAM Installation | 74 | March 28, 2012 17:46 |
error while compiling the USER Sub routine | CFD user | CFX | 3 | November 25, 2002 16:16 |