View Issue Details

IDProjectCategoryView StatusLast Update
0004077OpenFOAMFeaturepublic2024-05-13 16:14
ReporterTuomo Keskitalo Assigned Tohenry  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformGNU/LinuxOSUbuntuOS Version12.04
Product Versiondev 
Summary0004077: faceZoneFlowRate function object fails to find phase fraction field for weightField
DescriptionfaceZoneFlowRate function object fails to find phase fraction field when specifying phase fraction for weightField
Steps To Reproduce- Use tutorial case /opt/openfoam-dev/tutorials/incompressibleVoF/trayedPipe
- Add to system/controlDict:
functions { #includeFunc faceZoneFlowRate(name=test, faceZone=innerBaffles, fields=(phi), operation=orientedSum, weightField="alpha.water") }
- Run case with Allrun. Received error message in log.foamRun:
```
--> FOAM FATAL ERROR:
surfaceFieldValue test: faceZone(innerBaffles):
    Unable to process internal faces for volume field alpha.water
```
TagsNo tags attached.

Activities

henry

2024-05-13 16:14

manager   ~0013239

> Unable to process internal faces for volume field alpha.water

Correct, alpha.water is a volScalarField not a surfaceScalarField.

User support request.

Issue History

Date Modified Username Field Change
2024-05-13 15:50 Tuomo Keskitalo New Issue
2024-05-13 16:14 henry Assigned To => henry
2024-05-13 16:14 henry Status new => closed
2024-05-13 16:14 henry Resolution open => no change required
2024-05-13 16:14 henry Note Added: 0013239