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

What does ''.*'' means??

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By haakon

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 8, 2013, 06:28
Default What does ''.*'' means??
  #1
Member
 
Gabriel de PInho RImoli
Join Date: Mar 2013
Posts: 49
Rep Power: 13
Grimoli is on a distinguished road
Could anyone explains me what does .* means on this function??
Thanks



{
internalField uniform 300;

boundaryField
{
".*"
{
type zeroGradient;
value uniform 300;
}

"heater_to_.*"
{
type compressible::turbulentTemperatureCoupledBaffleMix ed;
neighbourFieldName T;
K solidThermo;
KName none;
value uniform 300;
}
Grimoli is offline   Reply With Quote

Old   October 8, 2013, 08:12
Default
  #2
Senior Member
 
Join Date: Dec 2011
Posts: 111
Rep Power: 19
haakon will become famous soon enough
It is a regular expression: http://en.wikipedia.org/wiki/Regular_expression

Short explanation: the period (.) matches any single character, and the asterisk (*) matches the preceding character zero or more times. The result is that .* matches any string.
fumiya likes this.
haakon is offline   Reply With Quote

Old   October 18, 2013, 10:12
Default
  #3
Member
 
Gabriel de PInho RImoli
Join Date: Mar 2013
Posts: 49
Rep Power: 13
Grimoli is on a distinguished road
so does it means that when I put a initial condition on minZ there're 2 functions on that region??(turbulent and the flux)
Grimoli is offline   Reply With Quote

Reply


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
Cl(f) and Cl(r) what it means? hhh OpenFOAM 7 June 18, 2013 05:55
What means "bounding epsilon"? gara1988 OpenFOAM Running, Solving & CFD 3 October 29, 2012 08:59
error means? hanid Main CFD Forum 0 September 8, 2008 13:25
what's couple in wall boundary conditions means? eve FLUENT 1 July 23, 2007 12:20
BC evaluation by means of external lists allocated in the solver shrina OpenFOAM Running, Solving & CFD 2 January 18, 2007 11:29


All times are GMT -4. The time now is 12:43.