CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

meaning of this symbol ".*"

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By Bernhard

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 28, 2013, 04:54
Default meaning of this symbol ".*"
  #1
Senior Member
 
Ahmed Khattab's Avatar
 
ahmed
Join Date: Feb 2010
Posts: 182
Blog Entries: 1
Rep Power: 16
Ahmed Khattab is on a distinguished road
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;
            }
i don't understand which patch exactly is descried by this BC, this make me experience great problems with pressure BCs.

thanks in advance.
Ahmed Khattab is offline   Reply With Quote

Old   February 28, 2013, 07:05
Default
  #2
Senior Member
 
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 21
Bernhard is on a distinguished road
The dictionary files accept regular expressions. The . means any charachter, and the * any amount times. So this would basically match ALL boundaries.
Ahmed Khattab and Mojtaba.a like this.
Bernhard is offline   Reply With Quote

Reply

Tags
".*", chtmultiregionfoam, heat transfer


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
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


All times are GMT -4. The time now is 16:18.