|
[Sponsors] |
December 18, 2013, 16:22 |
a custom surface for sampling.
|
#1 |
Member
Join Date: Oct 2013
Posts: 92
Rep Power: 13 |
So, I am running this openfoam simulation and I need areaAverage velocity and pressure on a surface,currently the entire plane is being read, I wan't to specify my own in sampleSurfaceDict,
new_plane { type faceSource; functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; outputControl timeStep; log true; valueOutput true; source sampledSurface; //setFormat raw; surfaceFormat vtk; sampledSurfaceDict { type plane; // always triangulated basePoint (0 -1.5 0); normalVector (0 -1 0); } operation areaAverage; fields ( p U ); } is there a type circle? or a way to specify radius? in sampledSurfaceDict sampledSurfaceDict { type plane; // always triangulated basePoint (0 -1.5 0); normalVector (0 -1 0); } I don't have any access to software which can produce stl for 2D/3D surfaces. triSurfaceMesh needs that. |
|
Tags |
openfoam, postprocessing |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to calculate pressure forces using custom field functions? | tsagaro | FLUENT | 7 | June 23, 2017 16:45 |
Comsol (4.3): convert parametric surface into block? | sgalaz | COMSOL | 0 | November 9, 2012 10:20 |
[snappyHexMesh] Add additional boundary layers to complex stl surface | tobijingles | OpenFOAM Meshing & Mesh Conversion | 1 | October 26, 2011 11:45 |
Patran Volume Meshing | Deb | CFX | 19 | April 17, 2003 11:56 |
free convection heat transfer from a heated horizontal surface through a liquid to a thin cooled fin | Kaushik | FLUENT | 1 | May 8, 2000 07:47 |