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

Search Results

Register Blogs Members List Search Today's Posts Mark Forums Read

Showing results 1 to 25 of 188
Search took 0.13 seconds.
Search: Posts Made By: tomislav_maric
Forum: OpenFOAM Programming & Development November 20, 2012, 05:40
Replies: 12
Views: 348
Posted By tomislav_maric
unrefined cells

Hi,

it seems that the dynamicRefineFvMesh rewrites the connectivity info of a mesh when the unrefine method is called. This is a problem, since there is another layer of operations present...
Forum: OpenFOAM Programming & Development November 15, 2012, 14:23
Replies: 12
Views: 348
Posted By tomislav_maric
It's a deal! I'll drop you an invite to the...

It's a deal! I'll drop you an invite to the repository, and we can start from there. :)

Oh, my bet is that there'll be a truck full of worms to deal with.. :D I wold gladly deal with only just a...
Forum: OpenFOAM Programming & Development November 15, 2012, 13:47
Replies: 12
Views: 348
Posted By tomislav_maric
I have some data that maps to the old mesh and...

I have some data that maps to the old mesh and doesn't get hit by the dynamicFvMesh::update(), so I tried to address the elements of the storage using the parentIndex(label), and setting values...
Forum: OpenFOAM Programming & Development November 15, 2012, 13:36
Replies: 12
Views: 348
Posted By tomislav_maric
It will for the current refinement: ...

It will for the current refinement:


label parentIndex(const label cellI) const
{
label index = visibleCells_[cellI];

if (index < 0)
{
...
Forum: OpenFOAM Programming & Development November 15, 2012, 13:26
Replies: 12
Views: 348
Posted By tomislav_maric
No chance getting this from refinementHistory,...

No chance getting this from refinementHistory, hexRef8, or anything other, than the mapPolyMesh. I managed to inherit from dynamicRefineFvMesh and make it store an autoPtr<mapPolyMesh> and provide it...
Forum: OpenFOAM Programming & Development November 15, 2012, 06:09
Replies: 12
Views: 348
Posted By tomislav_maric
Hi Kyle, I'm trying to figure this out as...

Hi Kyle,

I'm trying to figure this out as well. Here's how far I've got:

It seems that both the visibleCells and splitCells relate to the current mesh. If the cell is visible by the refinement...
Forum: OpenFOAM Pre-Processing October 4, 2012, 05:25
Replies: 13
Views: 856
Posted By tomislav_maric
Thanks, we are already in contact with each...

Thanks, we are already in contact with each other, it's time to bring the frustration to the Forum...:D
Forum: OpenFOAM Pre-Processing October 2, 2012, 02:04
Replies: 13
Views: 856
Posted By tomislav_maric
Thanks, I will check it out. :) Best...

Thanks, I will check it out. :)

Best regards,
Tomislav
Forum: OpenFOAM Pre-Processing October 1, 2012, 08:26
Replies: 13
Views: 856
Posted By tomislav_maric
Hi, I'm bumping this thread, because I need...

Hi,

I'm bumping this thread, because I need to use dynamic load balancing for the code I wrote. It's a two phase library with a geometrical transport of the volume fraction field, so the "action"...
Forum: OpenFOAM Running, Solving & CFD September 13, 2012, 10:32
Replies: 4
Views: 258
Posted By tomislav_maric
Hehehehe marketing is always good.. and your...

Hehehehe marketing is always good.. and your stuff is worth advertising, so no worries there! :D Thanks for the info, I will try it!
Forum: OpenFOAM Running, Solving & CFD September 13, 2012, 10:24
Replies: 4
Views: 258
Posted By tomislav_maric
Thanks! Nope, didn't check this.... I'm working...

Thanks! Nope, didn't check this.... I'm working with Salome, so I'm not sure how it goes about generating tet meshes..

As for smoothing-remeshing: how can I be sure that the dual will result in...
Forum: OpenFOAM Running, Solving & CFD September 13, 2012, 08:47
Replies: 4
Views: 258
Posted By tomislav_maric
polyDualMesh results in non-planar faces and non-convex cells

Hi everyone,

I have an extremely simple domain: a box of dimensions [0,1]^3 which is meshed with tetrahedrons using the Netgen algorithm of Salome (version 6.4.0, 64 bit). When I use the...
Forum: OpenFOAM Announcements from Other Sources July 24, 2012, 07:15
Replies: 56
Views: 11,051
Posted By tomislav_maric
No problem, sorry again for the error. We have...

No problem, sorry again for the error. We have re-named the directories as well, so that there are no problems with names when one downloads multiple archives. An update will follow soon.

Tomislav
Forum: OpenFOAM Announcements from Other Sources July 24, 2012, 04:24
Replies: 56
Views: 11,051
Posted By tomislav_maric
Exclamation Broken training material

Hello everyone,

the problems with the training material are my fault; actually, there is something wrong with the USBs on the laptop I used to sort out the training material. :confused:

I...
Forum: OpenFOAM Programming & Development July 18, 2012, 10:31
Replies: 2
Views: 200
Posted By tomislav_maric
@Mahdi.. Hi, can you post the whole error...

@Mahdi..

Hi, can you post the whole error message?
Forum: OpenFOAM Programming & Development July 17, 2012, 05:04
Replies: 15
Views: 563
Posted By tomislav_maric
@iamed: I'm not sure why this happens, I've...

@iamed:

I'm not sure why this happens, I've tried it on simple box hex meshes and it seems to be working without a problem.

Anyway: you have a starting point now, time to do some debugging. :)
Forum: OpenFOAM Programming & Development July 17, 2012, 04:50
Replies: 12
Views: 567
Posted By tomislav_maric
Foam::Time is an objectRegistry, you can register...

Foam::Time is an objectRegistry, you can register the IOdictionary to it:


IOdictionary myDict
(
IOobject
(
"myDict",
runTime.constant(),
...
Forum: OpenFOAM Programming & Development July 13, 2012, 05:41
Replies: 4
Views: 234
Posted By tomislav_maric
Hi Rupert, why do you need to calculate the...

Hi Rupert,

why do you need to calculate the relative flux in this order, when it is actually prescribed with a given velocity field and the existing, non-moved mesh?

Tomislav
Forum: OpenFOAM Programming & Development July 13, 2012, 05:22
Replies: 5
Views: 328
Posted By tomislav_maric
Well, when you try this with Pstream, the thing...

Well, when you try this with Pstream, the thing just hangs in the air... If you don't believe me, uncomment SOLUTION 0 in the source I linked below... it's just weird. :)

Added: I wrote it for...
Forum: OpenFOAM Programming & Development July 13, 2012, 05:16
Replies: 5
Views: 328
Posted By tomislav_maric
Thanks, I'm on it! :D

Thanks, I'm on it! :D
Forum: OpenFOAM Programming & Development July 13, 2012, 04:47
Replies: 5
Views: 328
Posted By tomislav_maric
(bump) O.K. , let me rephrase the question:...

(bump)

O.K. , let me rephrase the question: there are two processes available.

How do I use Pstream to exchange the number Pstream::myProcNo() between the processes without deadlocking?
Forum: OpenFOAM Programming & Development July 12, 2012, 14:22
Replies: 15
Views: 563
Posted By tomislav_maric
No need to apologize, just think it's faster to...

No need to apologize, just think it's faster to get help this way! :D

Okay, so basically, you have to re-create this connectivity for the whole mesh, since OF mesh has no idea about the axis...
Forum: OpenFOAM Programming & Development July 12, 2012, 10:27
Replies: 4
Views: 234
Posted By tomislav_maric
This is from interDyMFoam.C: { ...

This is from interDyMFoam.C:

{
// Calculate the relative velocity used to map the relative flux phi
volVectorField Urel("Urel", U);

if...
Forum: OpenFOAM Programming & Development July 12, 2012, 03:43
Replies: 5
Views: 337
Posted By tomislav_maric
You'll manage, I'm sure. :) "Just keep...

You'll manage, I'm sure. :) "Just keep swimming."
Forum: OpenFOAM Programming & Development July 12, 2012, 03:41
Replies: 15
Views: 563
Posted By tomislav_maric
In this case, you can loop over cells without a...

In this case, you can loop over cells without a problem and you don't need to worry about owner-neighbour relationship. I thought you will need the distances for some implicit numerical calculations,...
Showing results 1 to 25 of 188

 
Forum Jump

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