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 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: vinz
Forum: OpenFOAM Programming & Development November 2, 2009, 01:26
Replies: 11
Views: 7,612
Posted By vinz
Hi everybody, And Thanks a lot Francesco,...

Hi everybody,

And Thanks a lot Francesco, that works perfectly now!
I hope I'll get some results that I can post here later on.

Regards,

Vincent
Forum: OpenFOAM Programming & Development October 30, 2009, 10:03
Replies: 11
Views: 7,612
Posted By vinz
Ok I reply to myself, here is the solution which...

Ok I reply to myself, here is the solution which works now:

const label cellZoneID = mesh.cellZones().findZoneID("boundaryZone");
const cellZone& zone = mesh.cellZones()[cellZoneID];
...
Forum: OpenFOAM Programming & Development October 30, 2009, 05:01
Replies: 11
Views: 7,612
Posted By vinz
I tried this in my code since the name of my zone...

I tried this in my code since the name of my zone in cellZones file is "boundaryZone"

word boundaryZone;
label cellZoneID = mesh.cellZones().findZoneID(boundaryZone);
const cellZone&...
Forum: OpenFOAM Programming & Development October 30, 2009, 04:30
Replies: 11
Views: 7,612
Posted By vinz
Hi Niels, And thanks a lot for your fast...

Hi Niels,

And thanks a lot for your fast reply.
I am going to try your solution which seems rather logical.
However, one more question, what do you mean by "adressing" the cellZone? and how do...
Forum: OpenFOAM Programming & Development October 30, 2009, 03:35
Replies: 11
Views: 7,612
Posted By vinz
How to compute cellZone volume

Dear OpenFoamers,

I am currently trying to develop a solver derived from simpleFoam. In this one I add a source term S which is zero almost everywhere except on a cellZone. In my equation I would...
Showing results 1 to 5 of 5

 
Forum Jump

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