|
[Sponsors] |
![]() |
![]() |
#1 |
Senior Member
|
Hi Foamers,
good day for you all, I'm work working with chtMultiRegionFoam, in changeDictionaryDict file there is a symbol i can't understand ".*" like this boundary conditions for pressre Code:
p_rgh { internalField uniform 0; boundaryField { ".*" { type buoyantPressure; value uniform 0; } thanks in advance. |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 ![]() |
The dictionary files accept regular expressions. The . means any charachter, and the * any amount times. So this would basically match ALL boundaries.
|
|
![]() |
![]() |
![]() |
Tags |
".*", chtmultiregionfoam, heat transfer |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
CGNS Compiling | Diego | Main CFD Forum | 17 | December 21, 2014 01:40 |
using METIS functions in fortran | dokeun | Main CFD Forum | 7 | January 29, 2013 04:06 |
OpenFOAM install on Ubuntu Natty 11.04 | bkubicek | OpenFOAM | 13 | May 26, 2011 05:48 |
POSDAT problem | piotka | STAR-CD | 4 | June 12, 2009 08:43 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 20:30 |