|
[Sponsors] |
Unable to process internal faces for volume field |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 6, 2014, 04:18 |
Unable to process internal faces for volume field
|
#1 |
New Member
Jignesh Chokshi
Join Date: Aug 2011
Posts: 7
Rep Power: 15 |
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 ) ; } } |
|
December 29, 2015, 05:13 |
|
#2 |
New Member
Join Date: May 2015
Posts: 7
Rep Power: 11 |
Hi Jimmy,
did you solve your problem? I got a similar one and don't know how how to solve it |
|
June 15, 2018, 16:04 |
|
#3 |
New Member
Join Date: Jul 2017
Posts: 2
Rep Power: 0 |
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?
|
|
January 23, 2019, 05:14 |
|
#4 | |
Senior Member
Ehsan Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18 |
Quote:
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. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problems after decomposing for running | alessio.nz | OpenFOAM | 7 | March 5, 2021 05:49 |
creating an internal field? | maybee | OpenFOAM Programming & Development | 2 | February 4, 2021 18:15 |
Possible Bug in pimpleFoam (or createPatch) (or fluent3DMeshToFoam) | cfdonline2mohsen | OpenFOAM | 3 | October 21, 2013 10:28 |
AMI interDyMFoam for mixer | danny123 | OpenFOAM Running, Solving & CFD | 4 | June 19, 2013 05:49 |
Boundary Conditions for internal faces in 3D interFoam | unikrsn | OpenFOAM | 9 | September 27, 2011 13:09 |