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

Unable to process internal faces for volume field

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By student_cfd

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 6, 2014, 03:18
Default Unable to process internal faces for volume field
  #1
New Member
 
Jignesh Chokshi
Join Date: Aug 2011
Posts: 7
Rep Power: 14
Jimmy Chokshi is on a distinguished road
Using the Functions Utility I am trying to calculate total mass flow at internal faceZones using interFoam solver. But while running the case I got the error. The same case was running in OpenFOAM 2.1.0 version but using openFOAM 2.3.0 I got this error. is there any difference between these two versions ? How to deal with internal faceZones in version 2.3.0 for post Processing ?

__________________________________________________ ______________
--> FOAM FATAL ERROR:
faceSource faceSource2: faceZone(breach):
Unable to process internal faces for volume field alpha.water


From function fieldValues::faceSource::filterField(const GeometricField<Type, fvPatchField, volMesh>&) const
in file fieldValues/faceSource/faceSourceTemplates.C at line 383.

FOAM aborting



_________________________________________

In controlDict, I am using the functions utility.

functions
{
faceSource2
{
type faceSource ;
functionObjectLibs ("libfieldFunctionObjects.so") ;
log false ;
valueOutput false ;
surfaceFormat none ;
source faceZone ;
sourceName breach ;
operation sum ;
weightField alpha.water ;
fields
(
phi
) ;
}
}
Jimmy Chokshi is offline   Reply With Quote

Old   December 29, 2015, 04:13
Default
  #2
New Member
 
Join Date: May 2015
Posts: 7
Rep Power: 10
masterd-@gmx.de is on a distinguished road
Hi Jimmy,

did you solve your problem? I got a similar one and don't know how how to solve it
masterd-@gmx.de is offline   Reply With Quote

Old   June 15, 2018, 15:04
Default
  #3
New Member
 
Join Date: Jul 2017
Posts: 2
Rep Power: 0
student_cfd is on a distinguished road
Your issue is likely because alpha.water is a volume field, but you're using surfaceRegion. It is expecting a surface field, instead of a volume field. Maybe try to interpolate the field onto a surface field?
AnnaF likes this.
student_cfd is offline   Reply With Quote

Old   January 23, 2019, 04:14
Default
  #4
Senior Member
 
Syavash Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18
syavash is on a distinguished road
Quote:
Originally Posted by student_cfd View Post
Your issue is likely because alpha.water is a volume field, but you're using surfaceRegion. It is expecting a surface field, instead of a volume field. Maybe try to interpolate the field onto a surface field?



I don't think that volume field is the issue. As in the original post, it has been indicated that the same case was successfully run with OF2.1.
syavash 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
problems after decomposing for running alessio.nz OpenFOAM 7 March 5, 2021 04:49
creating an internal field? maybee OpenFOAM Programming & Development 2 February 4, 2021 17:15
Possible Bug in pimpleFoam (or createPatch) (or fluent3DMeshToFoam) cfdonline2mohsen OpenFOAM 3 October 21, 2013 09:28
AMI interDyMFoam for mixer danny123 OpenFOAM Running, Solving & CFD 4 June 19, 2013 04:49
Boundary Conditions for internal faces in 3D interFoam unikrsn OpenFOAM 9 September 27, 2011 12:09


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