|
[Sponsors] |
February 28, 2013, 05:54 |
meaning of this symbol ".*"
|
#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. |
|
February 28, 2013, 08:05 |
|
#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 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CGNS Compiling | Diego | Main CFD Forum | 17 | December 21, 2014 02:40 |
using METIS functions in fortran | dokeun | Main CFD Forum | 7 | January 29, 2013 05:06 |
OpenFOAM install on Ubuntu Natty 11.04 | bkubicek | OpenFOAM | 13 | May 26, 2011 06:48 |
POSDAT problem | piotka | STAR-CD | 4 | June 12, 2009 09:43 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |