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 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: ChrisA
Forum: OpenFOAM Programming & Development December 9, 2013, 18:52
Replies: 28
Views: 7,403
Posted By ChrisA
Hard to say what's giving you a segmentation...

Hard to say what's giving you a segmentation fault, looks like its solved all of your equations (your new Y equations included), try finding out what line is causing the fault (if you can) check your...
Forum: OpenFOAM Programming & Development December 9, 2013, 14:50
Replies: 28
Views: 7,403
Posted By ChrisA
Here's a copy of my chemistryProperties and...

Here's a copy of my chemistryProperties and combustionProperties files, they should get you started.
Forum: OpenFOAM Programming & Development December 9, 2013, 13:58
Replies: 28
Views: 7,403
Posted By ChrisA
The first few lines are as follows: ...

The first few lines are as follows:

autoPtr<combustionModels::psiCombustionModel> reaction
(
combustionModels::psiCombustionModel::New(mesh)
);

psiReactionThermo& thermo =...
Forum: OpenFOAM Programming & Development December 9, 2013, 13:16
Replies: 28
Views: 7,403
Posted By ChrisA
Yeah, somethings wrong with your compiler's error...

Yeah, somethings wrong with your compiler's error messages, I've never ever seen that happen; and I've seen my fair share of errors :P.

So, the error here comes in because Y is a list (or a list...
Forum: OpenFOAM Programming & Development December 9, 2013, 12:29
Replies: 28
Views: 7,403
Posted By ChrisA
That's and interesting and slightly uninformative...

That's and interesting and slightly uninformative error message that i've never seen before... not sure why it's not giving you actual functions and variable names. Anyway, based on the lines it...
Forum: OpenFOAM Programming & Development December 7, 2013, 01:02
Replies: 28
Views: 7,403
Posted By ChrisA
Ah, yes, Dijeqn.h was for calculating the laminar...

Ah, yes, Dijeqn.h was for calculating the laminar binary diffusion coefficient for a case I was running with binary laminar diffusion, not terribly interesting and not really ready for any sort of...
Forum: OpenFOAM Programming & Development December 6, 2013, 18:09
Replies: 28
Views: 7,403
Posted By ChrisA
This is an issue with the method being used. Mass...

This is an issue with the method being used. Mass conservation isn't satisfied with the way the Y equation is written. There are a couple solutions to this which are available in many combustion...
Forum: OpenFOAM Programming & Development December 6, 2013, 18:02
Replies: 28
Views: 7,403
Posted By ChrisA
Henning, Your Yeqn.H implementation is...

Henning,

Your Yeqn.H implementation is missing the central upwind scheme, you're going to notice some strange behavior in your solutions as a result. I've been using the following yeqn which...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 10:46.