|
[Sponsors] |
July 29, 2010, 14:40 |
alphaEff scalarField
|
#1 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
I have a question, as I am gradually digging into OpenFOAM for my doctoral research and it is indeed interestingly challenging. So, subsequent to looking up the alphaEff (effective thermal diffusivity), I want these quantities at the wall and the following code is not working thus far:
Code:
IOdictionary LESProperties ( IOobject ( "LESProperties", runTime.constant(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE ) ); dimensionedScalar alphaEff(LESProperties.lookup("alphaEff")); const scalarField alphaEffw = alphaEff().boundaryField()[patchI]; |
|
July 29, 2010, 15:12 |
|
#2 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
So can anyone kindly give me some feedback as to how I can read the alphaEff at the wall. Thanks.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to set up an AUTO_WRITE scalarField | xiao | OpenFOAM Running, Solving & CFD | 9 | July 22, 2010 04:23 |
scalarField inlet profile BC | potac | OpenFOAM Pre-Processing | 0 | January 16, 2010 12:09 |
max for scalarField | maka | OpenFOAM Bugs | 9 | February 19, 2009 10:43 |
ScalarField division | maka | OpenFOAM Pre-Processing | 2 | August 27, 2007 06:10 |
[CGNS] Computing a cellcentered scalarField from a vertexcentered scalarField | mbeaudoin | OpenFOAM Meshing & Mesh Conversion | 10 | February 22, 2007 08:43 |