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 Post-Processing January 31, 2008, 05:04
Replies: 68
Views: 15,861
Posted By mattijs
pull out the bits of code from

pull out the bits of code from subsetMesh. It takes a cellSet and creates a whole new fvMesh from it and subsets the cells as well.
Forum: OpenFOAM Post-Processing January 30, 2008, 16:09
Replies: 68
Views: 15,861
Posted By mattijs
foamToVTK .. cavity -cellSet c

foamToVTK .. cavity -cellSet c0

works for me (1.4.1):

Time constant

Internal : "../cavity/VTK/c0_0.vtk"
Original cells:5 points:24 Additional cells:0 additional points:0 ...
Forum: OpenFOAM Post-Processing January 29, 2008, 04:57
Replies: 68
Views: 15,861
Posted By mattijs
Get the cells from the cutting

Get the cells from the cutting plane and construct a cellSet from them. Something like

const labelList& cutCells = cutPlane.cells();

cellSet someCells(mesh, "someCells", cutCells);
...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 18:32.