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

How to specify mixingPlane averaging scheme for a field

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 3, 2020, 04:16
Arrow How to specify mixingPlane averaging scheme for a field
  #1
New Member
 
Join Date: Mar 2017
Posts: 25
Rep Power: 9
.bastian is on a distinguished road
Hello.

For a mixing plane in my actual casre, I would like to set each averaging scheme separately.
So I commented out the default option and try to set each point separately.
However, I have problems setting the scheme for rho*U.


Starting from the error message:
Code:
--> FOAM FATAL IO ERROR:
Cannot find mixing type for field (rho*U)
Please specify in fvSchemes in mixingPlane, under field name
Available types are
6
(
fluxAveraging
uniformValue
unknown
uniformGradient
zeroGradient
areaAveraging
)
Accordingly in fvSchemes i've tried the following notations specifying the field rhoU, but nothing of these worked:
Code:
rho*U              fluxAveraging;
rhoU               fluxAveraging;
(rho,U)            fluxAveraging;
field(rho*U)       fluxAveraging;
field(rhoU)        fluxAveraging;
field(rho,U)       fluxAveraging;
For other Values it looks like:
Code:
mixingPlane
{
    //default  unknown;
    p         areaAveraging;
    U         fluxAveraging;
    rho       fluxAveraging;
    T        fluxAveraging;
    k        fluxAveraging;
    episilon fluxAveraging;
 }
Has anyone an idea how to specify the field rho*U in this context?
.bastian is offline   Reply With Quote

Reply

Tags
foam-extend, fvschemes, mixing plane, rho*u


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
mixingPlane averaging schemes in foam-extend 4.1 .bastian OpenFOAM Pre-Processing 1 September 2, 2020 08:44
can you tell me best gradient, pressure & momentum order selection in fluent sanjiiv FLUENT 6 February 14, 2020 06:07
[OpenFOAM] Time Averaging a Field suraj ParaView 11 August 10, 2015 05:02
''unknown radialModelType type Gidaspow'' PROBLEM WITH THE BED TUTORIAL AndoniBM OpenFOAM Running, Solving & CFD 2 March 25, 2015 18:44
Averaging a field in parallel during the simulation saba_saeb OpenFOAM Running, Solving & CFD 4 July 23, 2013 12:13


All times are GMT -4. The time now is 23:00.