|
[Sponsors] |
October 8, 2013, 07:28 |
What does ''.*'' means??
|
#1 |
Member
Gabriel de PInho RImoli
Join Date: Mar 2013
Posts: 49
Rep Power: 13 |
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; } |
|
October 8, 2013, 09:12 |
|
#2 |
Senior Member
Join Date: Dec 2011
Posts: 111
Rep Power: 19 |
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. |
|
October 18, 2013, 11:12 |
|
#3 |
Member
Gabriel de PInho RImoli
Join Date: Mar 2013
Posts: 49
Rep Power: 13 |
so does it means that when I put a initial condition on minZ there're 2 functions on that region??(turbulent and the flux)
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cl(f) and Cl(r) what it means? | hhh | OpenFOAM | 7 | June 18, 2013 06:55 |
What means "bounding epsilon"? | gara1988 | OpenFOAM Running, Solving & CFD | 3 | October 29, 2012 09:59 |
error means? | hanid | Main CFD Forum | 0 | September 8, 2008 14:25 |
what's couple in wall boundary conditions means? | eve | FLUENT | 1 | July 23, 2007 13:20 |
BC evaluation by means of external lists allocated in the solver | shrina | OpenFOAM Running, Solving & CFD | 2 | January 18, 2007 12:29 |