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 35
Search took 0.00 seconds.
Search: Posts Made By: mike_jaworski
Forum: OpenFOAM Running, Solving & CFD May 13, 2008, 15:03
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hi all, I got an email aski

Hi all,

I got an email asking about running conjugateHeatFoam in parallel. I wrote a lengthy reply and I figured I'd post my progress here. Unfortunately I'm still learning C++ so this is all...
Forum: OpenFOAM Running, Solving & CFD April 3, 2008, 18:49
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, Yes to the resolved. A

Hrv,

Yes to the resolved. At least from my perspective.

The only thing left, I suppose, is figuring out how to make it run parallel. I just started looking at this but it looks like the...
Forum: OpenFOAM Running, Solving & CFD March 28, 2008, 00:01
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv and Stephen (and others),

Hrv and Stephen (and others),
Changing the tolerance did the trick. I must admit to be quite befuddled by this since in my brain, 1e-5 is already a very small number and why is the solution...
Forum: OpenFOAM Running, Solving & CFD March 27, 2008, 18:23
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, Unfortunately, I can'

Hrv,
Unfortunately, I can't report success. Are there additional key-words or new specifications for the fvSchemes or fvSolution files that I need to enter? If not (I skimmed the tutorial files...
Forum: OpenFOAM Running, Solving & CFD March 27, 2008, 00:01
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, I am updating now and

Hrv,
I am updating now and will report back as soon as possible. I apologize for not being able to help more lately. Finding online tools and information lacking, I just recently (3 days ago)...
Forum: OpenFOAM Running, Solving & CFD March 13, 2008, 13:35
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv (and others), I starte

Hrv (and others),
I started trying to pull the diffusivity out of the solutions I had. I just downloaded the updated svn and I'm compiling now, so I can test the updated libraries/etc. It'll be...
Forum: OpenFOAM Running, Solving & CFD March 12, 2008, 02:55
Replies: 172
Views: 55,863
Posted By mike_jaworski
I have constructed another ben

I have constructed another benchmark case for this solver and it shows the same odd behavior with respect to changing solutions when it should not be changing.

Introduction:
The case is a...
Forum: OpenFOAM Running, Solving & CFD March 5, 2008, 12:22
Replies: 172
Views: 55,863
Posted By mike_jaworski
Jens, Hrv discovered that som

Jens,
Hrv discovered that some of the post-processing steps can result in visual artifacts. First, make sure you have the latest subversion revision (512 came out several days ago). Also, edit your...
Forum: OpenFOAM Running, Solving & CFD February 28, 2008, 03:00
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, First, this is really

Hrv,
First, this is really good to know about what's going on in post-processing and the nice pictures are not to be under-estimated, in my opinion. I had shown a picture with this sort of odd...
Forum: OpenFOAM Running, Solving & CFD February 26, 2008, 01:08
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, The updated solver compi

Hrv,
The updated solver compiles, and I was eager to look at what the missing steps were and run it through the benchmark cases I have, however it produces a segmentation fault.

Now I'm...
Forum: OpenFOAM Running, Solving & CFD February 25, 2008, 12:15
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, "Basic" is a relative

Hrv,
"Basic" is a relative term. I'm learning both C++ and OF at the same time. Your help and patience is greatly appreciated.

Regards,
Mike J.
Forum: OpenFOAM Running, Solving & CFD February 24, 2008, 15:51
Replies: 172
Views: 55,863
Posted By mike_jaworski
Update with SVN revision 492:

Update with SVN revision 492:

Errors above are unchanged.

Regards,
Mike J.
Forum: OpenFOAM Running, Solving & CFD February 23, 2008, 23:28
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, Thanks for the added

Hrv,
Thanks for the added suggestions. I added the code as you suggested. There remain compiler errors.. First, the dynamic_cast error remains in there as before(conversion casts away...
Forum: OpenFOAM Running, Solving & CFD February 23, 2008, 01:43
Replies: 172
Views: 55,863
Posted By mike_jaworski
Mark, Radiation with parti

Mark,
Radiation with participating media is an interesting problem, however it's a little outside my direct research focus at the moment. Perhaps if there are areas where it overlaps with the...
Forum: OpenFOAM Running, Solving & CFD February 23, 2008, 01:35
Replies: 172
Views: 55,863
Posted By mike_jaworski
Good news and bad news, I supp

Good news and bad news, I suppose.

First the good: I think I understand more of what is going on in OF here

Bad news: There's a road block error.

code I've added:

const...
Forum: OpenFOAM Running, Solving & CFD February 22, 2008, 15:33
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, Thank you for the sni

Hrv,
Thank you for the snippets. I will be able to try them out this weekend and report back next week on the results.

-Mike J.
Forum: OpenFOAM Running, Solving & CFD February 21, 2008, 12:13
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hi Mark, Yes. I believe th

Hi Mark,
Yes. I believe the first issue had to do with the sample utility and not the solver itself, though I must admit that after determining the temperature and slopes were the correct...
Forum: OpenFOAM Running, Solving & CFD February 21, 2008, 02:36
Replies: 172
Views: 55,863
Posted By mike_jaworski
This is a hack, but I'm trying

This is a hack, but I'm trying and getting stuck.

I'm trying to decouple and recouple the meshes before solving the fluid equations. This will hopefully correct the present errors in this...
Forum: OpenFOAM Running, Solving & CFD February 10, 2008, 18:49
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, Sorry again: is there

Hrv,
Sorry again: is there an example on the usage of attach and detach... or how should the conjugateHeatFoam solver be altered so that it correctly solves the momentum problem? I'm still...
Forum: OpenFOAM Running, Solving & CFD February 10, 2008, 10:31
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hi Hrv, Thanks for the rep

Hi Hrv,
Thanks for the reply. So it look slike a detach() command needs to be given before the momentum equation is solved and then attach() needs to given before the energy equations are...
Forum: OpenFOAM Running, Solving & CFD February 10, 2008, 01:23
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, I think I've found a

Hrv,
I think I've found a bug of sorts in the solver. I noticed this in my own edited/altered solver based on conjugateHeatFoam, but checking things more closely with the tutorial file, I see...
Forum: OpenFOAM Running, Solving & CFD February 3, 2008, 17:20
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, Thanks again for enli

Hrv,
Thanks again for enlightening me. Being a beginner to a lot of this (including coding), OpenFOAM is a bit daunting and intricate to take in all at once.

-Mike
Forum: OpenFOAM Running, Solving & CFD February 3, 2008, 14:41
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, Thanks for the inform

Hrv,
Thanks for the information on the time-step material. This answers my question.

About the diffusivity coupling I have an additional question:
If one allows for spatial and time...
Forum: OpenFOAM Running, Solving & CFD February 3, 2008, 01:24
Replies: 172
Views: 55,863
Posted By mike_jaworski
Hrv, I have a question reg

Hrv,
I have a question regarding the machinery of the region coupling code. For my own purposes, I modified the solver in a similar way that Daniele did to include two new fields, k and rhoCp...
Forum: OpenFOAM Running, Solving & CFD January 16, 2008, 00:30
Replies: 172
Views: 55,863
Posted By mike_jaworski
Florante, The tutorials in

Florante,
The tutorials in the User Guide are about as visual as I've seen so far. You might also go through this "getting started with OpenFOAM" paper which is on Hrv's website.
...
Showing results 1 to 25 of 35

 
Forum Jump

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