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

alphaEff scalarField

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 29, 2010, 13:40
Default alphaEff scalarField
  #1
Senior Member
 
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 16
deji is on a distinguished road
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];
deji is offline   Reply With Quote

Old   July 29, 2010, 14:12
Default
  #2
Senior Member
 
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 16
deji is on a distinguished road
So can anyone kindly give me some feedback as to how I can read the alphaEff at the wall. Thanks.
deji 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
How to set up an AUTO_WRITE scalarField xiao OpenFOAM Running, Solving & CFD 9 July 22, 2010 03:23
scalarField inlet profile BC potac OpenFOAM Pre-Processing 0 January 16, 2010 11:09
max for scalarField maka OpenFOAM Bugs 9 February 19, 2009 09:43
ScalarField division maka OpenFOAM Pre-Processing 2 August 27, 2007 05:10
[CGNS] Computing a cellcentered scalarField from a vertexcentered scalarField mbeaudoin OpenFOAM Meshing & Mesh Conversion 10 February 22, 2007 07:43


All times are GMT -4. The time now is 13:31.