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 25 of 40
Search took 0.00 seconds.
Search: Posts Made By: gocarts
Forum: OpenFOAM Installation January 18, 2009, 12:26
Replies: 127
Views: 25,406
Posted By gocarts
Hi Bruno, Great work gettin

Hi Bruno,

Great work getting the MinGW parallel moving. I'm not a parallel expert (at least in the league you are) so I wouldn't be confident trying to incorporate your wirk into a new patch. I...
Forum: OpenFOAM Installation January 8, 2009, 14:17
Replies: 127
Views: 25,406
Posted By gocarts
You should only be compiling z

You should only be compiling zlib from the Third Party source pack. According to:

4. Install the Third Party source pack and only compile the zlib library.

from:...
Forum: OpenFOAM Installation January 3, 2009, 18:20
Replies: 127
Views: 25,406
Posted By gocarts
snappyHex depends directly on

snappyHex depends directly on ParMetis, which I didn't try to compile for Windows.
Forum: OpenFOAM Installation January 3, 2009, 12:19
Replies: 127
Views: 25,406
Posted By gocarts
Looks to me like you're missin

Looks to me like you're missing linking to finiteVolume.dll. Try adding '-lfiniteVolume' to the link line in Make/Options.
Forum: OpenFOAM Installation January 2, 2009, 20:51
Replies: 127
Views: 25,406
Posted By gocarts
Hi Alex, I presume that lif

Hi Alex,

I presume that liftDrag is part of 1.4.1-dev, as I don't see it in vanilla 1.4.1. I suggest you look into the Make/Options file to see what libraries the executable requires and ensure...
Forum: OpenFOAM Installation January 1, 2009, 17:34
Replies: 127
Views: 25,406
Posted By gocarts
Hi Alex, Glad to hear you h

Hi Alex,

Glad to hear you had a good night. No party for me, just a warm (it was 8F and windy outside -13F wind chill) night in.

I don't see any problems with the patch download link under...
Forum: OpenFOAM Installation December 29, 2008, 19:26
Replies: 127
Views: 25,406
Posted By gocarts
Thanks to your report of the '

Thanks to your report of the 'readline' problem I've updated the 1.5.x patch (v2) with a credit to you at: http://www.symscape.com/openfoam-1-5-x-on-windows#comment-222

For patching you'll need...
Forum: OpenFOAM Installation December 29, 2008, 16:59
Replies: 127
Views: 25,406
Posted By gocarts
If you put your additions in s

If you put your additions in self contained directories (say foo) under "applications" then Allwmake will automatically visit and try to build. You'll also need to add foo/Make/options and...
Forum: OpenFOAM Installation December 29, 2008, 16:32
Replies: 127
Views: 25,406
Posted By gocarts
Hi Alex, I think your readl

Hi Alex,

I think your readline problems are because "/usr/include/readline/readline.h" exists, whereas on my system it doesn't. It appears MinGW doesn't support readline (at least by default),...
Forum: OpenFOAM Installation December 29, 2008, 09:24
Replies: 127
Views: 25,406
Posted By gocarts
I doubt it's Flexx++, it would

I doubt it's Flexx++, it would mention Flex in the error message if it was.

You should have most of the Unix binaries give or take a couple (e.g., ccm++ filter that depends on CGNS).

I'm at...
Forum: OpenFOAM Installation December 28, 2008, 21:10
Replies: 127
Views: 25,406
Posted By gocarts
I would suggest starting from

I would suggest starting from scratch again with the complete original source. It's likely that if you try anything else the source is going to be newer than the build objects/dlls anyway and force a...
Forum: OpenFOAM Installation December 28, 2008, 17:25
Replies: 127
Views: 25,406
Posted By gocarts
Hi Alex, Great news, finall

Hi Alex,

Great news, finally.

Patching only works for a known (state) version of the original source - it can't anticipate changes. So you'd have to apply the patch before making your...
Forum: OpenFOAM Installation December 28, 2008, 15:14
Replies: 127
Views: 25,406
Posted By gocarts
Hi Alex, The */lnInclude di

Hi Alex,

The */lnInclude directories are generated during the allwamke build and filled with symbolic links to the relevant header/source files within a top level directory such as OpenFOAM....
Forum: OpenFOAM Installation December 28, 2008, 12:37
Replies: 127
Views: 25,406
Posted By gocarts
Hi Alex, I see two problems

Hi Alex,

I see two problems from your build log:

1) "signals/sigFpe.C:52: error: '_clearfp' was not declared in this scope" - this function should be available in your MinGW compiler...
Forum: OpenFOAM Installation December 27, 2008, 19:19
Replies: 127
Views: 25,406
Posted By gocarts
One more thing. There won't be

One more thing. There won't be a libPStream.dll.

I suggest you concentrate on building OpenFOAM.dll - stop the build if it fails, there's no point in going any further. Once it does build it's...
Forum: OpenFOAM Installation December 27, 2008, 19:13
Replies: 127
Views: 25,406
Posted By gocarts
Hi Alex, I think your patch

Hi Alex,

I think your patching of OpenFOAM 1.5 failed because you need to use 1.5.x from the git repository: http://opencfd.co.uk/openfoam/download.html

Back to your 1.4.1 build. Any error...
Forum: OpenFOAM Installation December 26, 2008, 13:45
Replies: 127
Views: 25,406
Posted By gocarts
Hi Alex, I think you have t

Hi Alex,

I think you have to step back a little.

If your objective is to modify or write your own OpenFOAM solver then using the MinGW port is going to be a tough call. OpenFOAM is really...
Forum: OpenFOAM Installation December 24, 2008, 21:28
Replies: 127
Views: 25,406
Posted By gocarts
Hi Alex, My recommendation

Hi Alex,

My recommendation is to install the MinGW compiler in a local directory and then add it your path prior to the system binaries etc.

Within the script I used at:...
Forum: OpenFOAM Installation April 4, 2008, 17:13
Replies: 127
Views: 25,406
Posted By gocarts
Hi Jason, Thanks again for

Hi Jason,

Thanks again for the feedback. When you find a spare moment - a summary of the directories that wouldn't compile and stopped the build would be useful.

There are a few known...
Forum: OpenFOAM Installation April 4, 2008, 16:52
Replies: 127
Views: 25,406
Posted By gocarts
Hi Allen, Great that it wor

Hi Allen,

Great that it worked out. Thanks for your feedback along with everyone else in this thread. If you get a chance to provide credit for this work in your product documentation please...
Forum: OpenFOAM Installation April 4, 2008, 09:26
Replies: 127
Views: 25,406
Posted By gocarts
Hi Jason, I think the probl

Hi Jason,

I think the problem lies not with you, but with the vanilla OpenFOAM distribution containing 'lnInclude' directories.

This prevents the initialization of the...
Forum: OpenFOAM Installation April 3, 2008, 13:09
Replies: 127
Views: 25,406
Posted By gocarts
Hi Allen, I made no attempt

Hi Allen,

I made no attempt to get those libraries (libcgns or metis) to compile. A juicy piece of work for anyone interested.

As you said, they fail but the build still continues.

Rich
Forum: OpenFOAM Installation April 3, 2008, 13:03
Replies: 127
Views: 25,406
Posted By gocarts
Hi Jason, Looks like as you

Hi Jason,

Looks like as you say OSspecific.H is missing.

You have to remove src/OpenFOAM/OSspecific *prior* to applying the patch. *After* applying the patch it will recreate the...
Forum: OpenFOAM Installation April 3, 2008, 11:57
Replies: 127
Views: 25,406
Posted By gocarts
Hi Allen, First thanks for

Hi Allen,

First thanks for figuring out the missing Make/options file problem. I've updated the patch (v5) to fix this problem. For details visit: ...
Forum: OpenFOAM Installation April 2, 2008, 18:42
Replies: 127
Views: 25,406
Posted By gocarts
Anyone spot the mistakes? a

Anyone spot the mistakes?

argv should be argv[]
std::endl should be std::endl;

Hope that's it.
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT -4. The time now is 16:54.