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 57
Search took 0.00 seconds.
Search: Posts Made By: gschaider
Forum: OpenFOAM Community Contributions October 22, 2023, 15:26
Replies: 182
Views: 50,882
Posted By gschaider
Hi Jinshi! If that is the only error then...

Hi Jinshi!


If that is the only error then I'd say you don't have a problem unless you want to play with the Python-integration (very few people do)


It is possible that the compilation of...
Forum: OpenFOAM Community Contributions February 8, 2023, 04:56
Replies: 182
Views: 50,882
Posted By gschaider
The file...

The file Libraries/swak4FoamParsers/Make/linux64GccDPInt32Opt/files is generated by the (OF-specific) wmake-utility and then processed by the (quite common) make-utility. The error message is from...
Forum: OpenFOAM Community Contributions October 23, 2022, 15:34
Replies: 182
Views: 50,882
Posted By gschaider
Hi! The last error message indicates that...

Hi!


The last error message indicates that the problem occurred during compiling SetRepository.C. In recent development versions I had to adapt this so that it compiles with more recent...
Forum: OpenFOAM Community Contributions September 30, 2022, 06:27
Replies: 182
Views: 50,882
Posted By gschaider
Ah. You got a tarball. Well. Specific tags...

Ah. You got a tarball. Well. Specific tags (versions) you can get from here



https://sourceforge.net/p/openfoam-extend/swak4Foam/ref/default/tags/


Check in the "History"-section of...
Forum: OpenFOAM Community Contributions September 25, 2022, 15:45
Replies: 182
Views: 50,882
Posted By gschaider
Where did you get the sources from?

Where did you get the sources from?
Forum: OpenFOAM Community Contributions September 21, 2022, 18:11
Replies: 182
Views: 50,882
Posted By gschaider
No. This is not the same error. This has to do...

No. This is not the same error. This has to do with the symmTensor-class. There were some subtle changes there in the past. Subtle means: hard to fix


Anyway: you said that you need 2.1 because...
Forum: OpenFOAM Community Contributions September 21, 2022, 05:20
Replies: 182
Views: 50,882
Posted By gschaider
Make an Allwclean and make sure that...

Make an Allwclean and make sure that Library/swak4Foam/lnInclude is removed. This looks like something were the compilation was aborted and at the second run bison did not generate the necessary files
Forum: OpenFOAM Community Contributions September 20, 2022, 06:01
Replies: 182
Views: 50,882
Posted By gschaider
Wow. OF 2.1. I'm getting nostalgic (oldest...

Wow. OF 2.1. I'm getting nostalgic (oldest version I currently test with is 2.3)



I think that it is more the compiler (gcc 4.2 isn't the youngest kid on the block). Anyway. Try this. Go to the...
Forum: OpenFOAM Community Contributions January 11, 2021, 12:08
Replies: 182
Views: 50,882
Posted By gschaider
The problem is not swak4Foam. The problem is your...

The problem is not swak4Foam. The problem is your distro: usually Linux-distros have an executable "python" that points to either "python2" or "python3". The scripts in swak are written in such a way...
Forum: OpenFOAM Community Contributions September 24, 2020, 17:35
Replies: 182
Views: 50,882
Posted By gschaider
I think the only problem is that...

I think the only problem is that funkySetAreaField should not compile on your machine: it needs the finiteArea-stuff which only foam-extend and the ESI release have.


So there is a problem in the...
Forum: OpenFOAM Community Contributions May 17, 2020, 19:51
Replies: 182
Views: 50,882
Posted By gschaider
Which version of the sources is this? Currently...

Which version of the sources is this? Currently only the development version supports OF7
Forum: OpenFOAM Community Contributions December 25, 2018, 15:53
Replies: 182
Views: 50,882
Posted By gschaider
Just checked my sources. The workaround is needed...

Just checked my sources. The workaround is needed in 2 other places. So maybe ypur error message was similar but not the same (because it stumbled on those cases). Check the line in the error...
Forum: OpenFOAM Community Contributions December 25, 2018, 15:47
Replies: 182
Views: 50,882
Posted By gschaider
No. The other rules should be fine. ...

No. The other rules should be fine.


Before trying anything else do ./Allwclean and recompile. Maybe the intermediate file from the grammar was not correctly produced/written


Anyway: check...
Forum: OpenFOAM Community Contributions December 21, 2018, 06:57
Replies: 182
Views: 50,882
Posted By gschaider
I think the problem is that around the time of...

I think the problem is that around the time of 2.3 the behaviour of "a & b" with a and b being symmetrical tensors changed. Your OpenFOAM-version says that the result is a general tensor while...
Forum: OpenFOAM Community Contributions March 26, 2018, 19:48
Replies: 182
Views: 50,882
Posted By gschaider
That problem is mentioned in the README. It is a...

That problem is mentioned in the README. It is a problem that OF 4.0 and 1606+ have: when re-factoring the code one change in d2dt was missed. As nobody except swak4Foam seemed to use that part...
Forum: OpenFOAM Community Contributions February 1, 2018, 20:50
Replies: 182
Views: 50,882
Posted By gschaider
Ah. I could have told from the "Icc" in your...

Ah. I could have told from the "Icc" in your output.

I'm afraid that might be the problem: I've had people submit patches so that swak compiles with the Intel-compiler (that compiler seems to see...
Forum: OpenFOAM Community Contributions January 30, 2018, 21:24
Replies: 182
Views: 50,882
Posted By gschaider
Any reason why you're using a 5 year old version...

Any reason why you're using a 5 year old version of OpenFOAM?



That shouldn't be a problem. The swak-version is quite old. But OK



Which compiler do you use? Because as far as a can see...
Forum: OpenFOAM Community Contributions November 5, 2014, 05:55
Replies: 182
Views: 50,882
Posted By gschaider
You probably have your reasons for using 1.6-ext...

You probably have your reasons for using 1.6-ext (and not foam-extend-3.x) but you must understand that it is quite hard to support such an old version (so if you can: upgrade)

The error is quite...
Forum: OpenFOAM Community Contributions June 11, 2014, 05:58
Replies: 182
Views: 50,882
Posted By gschaider
It's only needed for compilation. What the script...

It's only needed for compilation. What the script described above does is compile it locally, install into the directory swak-sources and use it ONLY during compilation. No root-rights required for...
Forum: OpenFOAM Community Contributions June 11, 2014, 05:41
Replies: 182
Views: 50,882
Posted By gschaider
2.3 is too old to compile swak4Foam. But the...

2.3 is too old to compile swak4Foam. But the script Libraries/Allwmake tests for that and ends with an error message. Seems like you set the variable USE_OLD_BISON to bypass that. Only chance to get...
Forum: OpenFOAM Community Contributions June 4, 2014, 06:07
Replies: 182
Views: 50,882
Posted By gschaider
0.2.3 is over a year old. It knows nothing about...

0.2.3 is over a year old. It knows nothing about OF 2.3. Use the latest release version and if you still have problems we can talk
Forum: OpenFOAM Community Contributions May 20, 2014, 13:28
Replies: 182
Views: 50,882
Posted By gschaider
My recommendation is to compile swak from the...

My recommendation is to compile swak from the ./Allmake.stage5-script in the ThirdParty-folder of foam-extend-3

I notice that your compiler calls don't have -DFOAM_DEV. That is used by swak to...
Forum: OpenFOAM Community Contributions March 25, 2014, 10:55
Replies: 182
Views: 50,882
Posted By gschaider
Look at the options your added (or the compiler...

Look at the options your added (or the compiler command line that is printed). My guess is that there is somewhere a -Dnu there
Forum: OpenFOAM Community Contributions March 19, 2014, 19:35
Replies: 182
Views: 50,882
Posted By gschaider
If error.H and Pstream.H are missing then there...

If error.H and Pstream.H are missing then there is something fundamental wrong. Check whether the link $FOAM_SRC/foam/lnInclude/error.H is there
Forum: OpenFOAM Community Contributions February 27, 2014, 13:09
Replies: 182
Views: 50,882
Posted By gschaider
Yep. That is what I'm talking about. This is a...

Yep. That is what I'm talking about. This is a header that was renamed in newer versions and now and the utility that generates the dep-files does not find it. This is not a problem for the actual...
Showing results 1 to 25 of 57

 
Forum Jump

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