CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: mattijs
Forum: OpenFOAM Running, Solving & CFD July 7, 2009, 16:41
Replies: 9
Views: 1,548
Posted By mattijs
Either you already have a field on faces (e.g. a...

Either you already have a field on faces (e.g. a surfaceScalarField) or you'll need to interpolate a volField (fvc::interpolate) to create one. Then you can just index the field using the face label...
Forum: OpenFOAM Running, Solving & CFD October 19, 2005, 04:08
Replies: 9
Views: 1,548
Posted By mattijs
A 'cell' is a list of the face

A 'cell' is a list of the face labels (section 6.1.1.3 in user guide)

const cell& cFaces = mesh.cells()[cellI];
Forum: OpenFOAM Running, Solving & CFD September 29, 2005, 13:14
Replies: 9
Views: 1,548
Posted By mattijs
I would do something like: -

I would do something like:
- get the sorted face labels from the faceSet
- get the values on the faces and dump them like probes, so preserving time directory.
- extend e.g. foamToVTK to read...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 02:09.