CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Blog Entries

Register Blogs Community New Posts Updated Threads Search

Old

11th community OpenFOAM Workshop: finally managed to attend one of these! Part 1

Posted July 3, 2016 at 13:43 by wyldckat

While the latest OpenFOAM-dev and 4.0 snapshots are building on my machine, I'm taking the opportunity to write a bit of what happened at the 11th community OpenFOAM Workshop this year (2016), at least from my point of view. I'm not going to write everything, otherwise it would be a short book, including information that was damaged due to memory compression in my mind.

I've been using OpenFOAM since 2009 and only this year did I finally manage to go to an international community workshop...
Retired Super Moderator
Posted in Rantings
Views 4102 Comments 0 wyldckat is offline Edit Tags
Old

Improved convertToCylindrical for turbomachinery

Posted April 15, 2016 at 07:09 by skeptik (CFD notes)

A bit more advanced tool. Yet checked for OF 3.0+

https://github.com/engenegr/convertToCylindrical

Click image for larger version

Name:	screenshot2.png
Views:	1770
Size:	27.8 KB
ID:	361
Member
Posted in Uncategorized
Views 1490 Comments 0 skeptik is offline Edit Tags
Old

auto reconstructPar

Posted March 22, 2016 at 01:33 by kkk
Updated March 22, 2016 at 04:56 by kkk

It is very troublesome to do reconstructPar after calculation of interFoam, pimpleFoam or other unsteady solvers.
So I created a codeStream script executing reconstructPar at each writeTime.
If you have some trouble of reconstructPar, please try this.

Just add follow to controlDict.

Code:
functions 
( 
    autoReconstructPar
    { 
        functionObjectLibs ("libutilityFunctionObjects.so"); 
        type
...
kkk
New Member
Posted in OpenFOAM
Views 5023 Comments 0 kkk is offline Edit Tags
Old

OpenFOAM3.0+ compile commands history on redhat 7

Posted March 8, 2016 at 01:04 by donQi (ZibaldoneFoam)

INSTALLATION OF THE REQUIRED LIBRARIES
Code:
yum install system-config-users
yum groupinstall "Development Tools"
if you get the error -> Group development does not have any packages to install.
then try :
Code:
yum groups mark install "Development Tools" 
yum groups mark convert "Development Tools" 
yum groupinstall "Development Tools"
then:
Code:
yum install openmpi openmpi-devel zlib-devel gstreamer-plugins-base-devel \
...
Member
Posted in Uncategorized
Views 4308 Comments 0 donQi is offline Edit Tags
Old

acclim

Posted March 7, 2016 at 20:59 by shincoast

set a absolute limit for you max acceleration

Quote:
Originally Posted by fimbull View Post
There is one posibillity that maybe could help.

in the dynamicMeshDict you could try to add the line:

acclim [here comes your value];

Which will set a absolute limit for you max acceleration.

This value will have influence of the results of your iterations.

It also will help a little to prevent aborts.
New Member
Posted in Uncategorized
Views 2553 Comments 0 shincoast is offline Edit Tags

All times are GMT -4. The time now is 19:17.