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 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: johndeas
Forum: OpenFOAM Meshing & Mesh Conversion July 20, 2009, 04:36
Replies: 28
Views: 5,566
Posted By johndeas
Something that might be attractive (my 2...

Something that might be attractive (my 2 cents...) would be to have the same kind of rule for field reading. If I apply a preprocess on the mesh, which outputs to other time directories, the process...
Forum: OpenFOAM Meshing & Mesh Conversion July 19, 2009, 13:52
Replies: 28
Views: 5,566
Posted By johndeas
Thank you for the information ! Well...

Thank you for the information !

Well rewriting the whole polyMesh forced me to dive a little into OF structure which wasn't a bad thing, after all :)
Forum: OpenFOAM Meshing & Mesh Conversion July 16, 2009, 05:49
Replies: 28
Views: 5,566
Posted By johndeas
I tried to understand a little how all this work....

I tried to understand a little how all this work.

In an fvMesh, the write() method is a reimplementation of the virtual write() inherited from polyMesh, itself inherited from objectRegistry (and...
Forum: OpenFOAM Meshing & Mesh Conversion July 16, 2009, 04:21
Replies: 28
Views: 5,566
Posted By johndeas
I modified the end of my code this way: ...

I modified the end of my code this way:

mesh.movePoints(points);

runTime.functionObjects().off();

runTime++;

mesh.write();And I don't have errors related to fieldAverage anymore. A new...
Forum: OpenFOAM Meshing & Mesh Conversion July 15, 2009, 15:23
Replies: 28
Views: 5,566
Posted By johndeas
I think one day I saw a piece of code which...

I think one day I saw a piece of code which deactivated functionObjects, but I can not find it again. Do you see what I am refering to ?

-EDIT-

Just found it, it seems to be the...
Forum: OpenFOAM Meshing & Mesh Conversion July 15, 2009, 12:25
Replies: 28
Views: 5,566
Posted By johndeas
To be more accurate, here is my new code ...

To be more accurate, here is my new code

#include "argList.H"
#include "Time.H"
#include "polyMesh.H"
#include "transformField.H"

#include "fvMesh.H"

using namespace Foam;
Forum: OpenFOAM Meshing & Mesh Conversion July 15, 2009, 12:14
Replies: 28
Views: 5,566
Posted By johndeas
Hi, I would like to output the polyMesh in a new...

Hi, I would like to output the polyMesh in a new time directory. I tried to add runTime++;

mesh.write();Unfortunately, at runtime I get:

Requested field U does not exist in the database

...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT -4. The time now is 11:45.