|
[Sponsors] |
May 4, 2006, 08:39 |
Look: try 'which as' to check
|
#21 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Look: try 'which as' to check whether the binutils are correctly installed.
BTW: it's much easier to use OpenFOAM on Linux (everything you need is already installed)
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
May 5, 2006, 02:12 |
Dear Bernhard Gschaider:
Th
|
#22 |
New Member
Look
Join Date: Mar 2009
Posts: 5
Rep Power: 17 |
Dear Bernhard Gschaider:
Thank for your help. I kown what is wrong. Look |
|
July 31, 2006, 22:10 |
Hello,
Thank OP groups for th
|
#23 |
New Member
Liu Zhaowei
Join Date: Mar 2009
Posts: 9
Rep Power: 17 |
Hello,
Thank OP groups for the nice CFD codes. I install the foam-1.3 on the cygwin operating system, and it is run well. now, I want to run the complied solver on the compute without installint cygwin by copy some dll files into one fold. there are some thing wrong, /*---------------------------------------------------------------------------*\ | ========= | | | \ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \ / O peration | Version: 1.3 | | \ / A nd | Web: http://www.openfoam.org | | \/ M anipulation | | \*---------------------------------------------------------------------------*/ fileName::stripInvalid<> called for string /cygdrive/c/DocumentstandSettings/Administrator 3 [sig] water2D 1856 open-stackdumpfile: Dumping strack trace to water2D.exe.sackdump who can help me, thanks advance! |
|
August 1, 2006, 07:13 |
You need to set some enviromen
|
#24 |
Member
|
You need to set some enviromental variables as in Linux.
|
|
August 20, 2006, 14:35 |
Brooks has provided a comprehe
|
#25 |
New Member
Ian Cowan
Join Date: Mar 2009
Location: London, UK
Posts: 28
Rep Power: 17 |
Brooks has provided a comprehensive set of patches etc., with the help of Petr & Niklas, for v1.3. How simple would it be to update these to a new beta version of OF? Were the patches created semi-automatically (i.e. relatively easily), or is it a question of editing each patch manually (i.e. long-winded!)?
This is in reference to Hrv's development version of the code, which includes some additional dynamic mesh goodies that aren't present in v1.3. |
|
August 21, 2006, 03:11 |
Ian: Unfortunately, they were
|
#26 |
Guest
Posts: n/a
|
Ian: Unfortunately, they were only created semi-automatically insofar as my text editor has a "search and replace on disk" feature that I used for some of the file renaming. After I finished the 1.3 port, I put "write scripts to do this automatically" on my to-do list, but it's still there.
The vast bulk of the work was involved in taking care of the case-sensitivity issues. This required renaming the relevant files (a couple of dozen or so, if you ignore the non-ported FoamX stuff) on a Linux machine, copying the tree to a Windows machine, and going through and search-and-replacing all the #include lines for those files. As I recall, that took about three or four hours, including some trial-and-error finding files I'd neglected to rename the first time. After that, there was porting Petr's build system over, which was rather straightforward (and should be identical in the new version, I'd think, so you can probably reuse the old patch). Then, many of the Make/options files in the source need to be updated to reference additional libraries to build on Windows. This, again, was rather a bit of a trial-and-error process, taking about a day (but much of it doing other things while waiting for things to build). If the new development version hasn't changed too much in the overall structure, though, it may be relatively easy to take the diff files for the v1.3 and development code, and edit them a little bit to apply to the ported v1.3 code -- that's certainly how I'd try to do it! The only thing that really should need to be changed are the filenames in #include lines and occasional Make/files files, and the changelog.cygwin file in the port has a complete list (unless the dev code adds more). I couldn't do that going from v1.2 to v1.3 because so much of the core OpenFOAM source was moved into the FiniteVolume library, which affected everything. Feel free to email me if you'd like, or ask more questions here. Also, the changelog.cygwin file has a bit more explanation of exactly what changes were made, which may be useful. |
|
August 21, 2006, 03:25 |
The things is that the develop
|
#27 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
The things is that the development version has got the same structure as 1.3 but there is lots of new stuff. This includes bug fixes (e.g. moving wall calculations don't work properly with the release), new libraries of moving meshes, topo changes and mesh deformation free surface solvers, examples of top-level codes together with tutorials, new boundary conditions and lots of bug fixes.
I know Ian needs this (been in touch) but I don't do any work on the Windows (allergical reaction) :-) If anyone wants to have a go, I'll point you to the snapshot + provide background info as requested. I don;t think there are additional name clashes and a set of scripts that would do the job would be very welcome. Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
August 22, 2006, 07:56 |
Sounds like a project for when
|
#28 |
New Member
Ian Cowan
Join Date: Mar 2009
Location: London, UK
Posts: 28
Rep Power: 17 |
Sounds like a project for when I have a little more time. Thanks for the offers Brooks & Hrv; I will be back in touch about this next month when hopefully things have quietened down a little!
|
|
November 6, 2006, 12:51 |
dear everyone,
when i run ./A
|
#29 |
Senior Member
|
dear everyone,
when i run ./Allrun in IcoFoam,i have problem like: block mesh:not found runing icoFoam on cavity IcoFoam:not found case already cloned:remove case directory Cavity fine to clone sed:cannot read cavitifine/constant/polyesh/Blocakmeshdict:no file or directory mv cannot regular file "cavitifine/constant/polyesh/Blocakmeshdict":no file or directory ... ... what is wrong with it? how could i do? thanks |
|
November 30, 2006, 06:49 |
I'm using the cygwin port of O
|
#30 |
Member
Luca Gasparini
Join Date: Mar 2009
Location: Italy
Posts: 37
Rep Power: 17 |
I'm using the cygwin port of OpenFOAM 1.3.
It seems to me that solvers (as well as other OpenFOAM executable) run at most to 50% cpu usage whereas a completely different application (compiled with gcc) can run up to 100% cpu. Does anybody have an idea why ? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FoamX CygWin port problem Boundary conds cannot be altered | kranenborg | OpenFOAM Pre-Processing | 0 | July 18, 2007 22:01 |
FoamX problem with Brooksb Cygwin port | irc | OpenFOAM Installation | 3 | February 20, 2007 19:46 |
DieselFoam problem with Brookbs cygwin port | leosding | OpenFOAM Installation | 4 | August 12, 2006 05:51 |
Cygwin port computer crashed | hsieh | OpenFOAM Installation | 2 | May 31, 2006 10:28 |
OpenFOAM with Cygwin | kitchener | OpenFOAM Installation | 6 | April 25, 2006 00:09 |