|
[Sponsors] |
July 30, 2010, 16:35 |
Examine A dimensionedScalar at Boundary
|
#1 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
I have been going through Doxygen hoping to find a way to examine a dimensioned scalar at the boundary (patch), but thus far no luck. Can anyone please give me an insight to this particular question:
Code:
IOdictionary LESProperties ( IOobject ( "LESProperties", runTime.constant(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE ) ); dimensionedScalar alpha(fireFoamProperties.lookup("alpha")); scalarField alphaw = alpha.boundaryField()[patchi] <----- ??? :confused: |
|
July 30, 2010, 19:45 |
|
#2 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
i get the following error pertaining to alphaw:
error: ‘struct Foam::dimensionedScalar’ has no member named ‘boundaryField’ can someone help regarding this small matter. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |
CFX doesn't continue calculation... | mactech001 | CFX | 6 | November 15, 2009 22:25 |
Concentric tube heat exchanger (Air-Water) | Young | CFX | 5 | October 7, 2008 00:17 |
Boundary conditions? | Tom | Main CFD Forum | 0 | November 5, 2002 02:54 |
Boundary Conditions | Jan Ramboer | Main CFD Forum | 11 | August 16, 1999 09:59 |