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 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: tomislav_maric
Forum: OpenFOAM Programming & Development November 20, 2012, 05:40
Replies: 12
Views: 2,148
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: 2,148
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: 2,148
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: 2,148
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: 2,148
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: 2,148
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...
Showing results 1 to 6 of 6

 
Forum Jump

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