|
[Sponsors] |
calculating volume flow over a specified surface[OF 4.1] |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 3, 2016, 09:21 |
calculating volume flow over a specified surface[OF 4.1]
|
#1 |
New Member
Join Date: Jul 2016
Posts: 4
Rep Power: 10 |
Dear users!
The problem i'm currently working on is that i'd like to calculate the volume Flow over a specified surface. The code i'm using is this: Code:
type surfaceRegion; libs ("libfieldFunctionObjects.so"); writeControl timeStep; writeInterval 1; writeFields false; log false; region air regionType sampledSurface; name sampleSurfaceDict; sampledSurfaceDict { type sampledTriSurfaceMesh; surface samplingsurface1.stl; regionType cells; interpolate true; } fields (U); operation areaNormalIntegrate; if you could help me to solve this problem i'd really appreciate that. Yours sincerly, David |
|
Tags |
post-process, volume |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
multiphase flow ,mass and volume fraction imbalance | sope111 | CFX | 16 | September 3, 2018 01:10 |
Volume flow rate calculation | wanna88 | FLUENT | 0 | December 3, 2014 03:35 |
Volume flow rate boundary condition in OpenFOAM | mayank.dce2k7 | OpenFOAM Running, Solving & CFD | 13 | August 11, 2014 21:16 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |