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

Entries for March 2016

Register Blogs Community New Posts Updated Threads Search

Old

auto reconstructPar

Posted March 22, 2016 at 00:33 by kkk
Updated March 22, 2016 at 03: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 4670 Comments 0 kkk is offline Edit Tags
Old

OpenFOAM3.0+ compile commands history on redhat 7

Posted March 8, 2016 at 00: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 4199 Comments 0 donQi is offline Edit Tags
Old

acclim

Posted March 7, 2016 at 19: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 2485 Comments 0 shincoast is offline Edit Tags
Old

How to use sixDoFRigidBodyDisplaceme nt?

Posted March 7, 2016 at 19:55 by shincoast

mark to study

Quote:
Originally Posted by DLC View Post
Hi Foamers!
i am playing with OF 1.7 and particularly with the tutorial regarding the floating object.
Does anyone know how to use restrains and constraints?
The new six DOF (sixDoFRigidBodyDisplacement) is told to be very nice, but I couldnt understand how to use it!
Can anyone please help?

Thanks a lot!
DLC
New Member
Posted in Uncategorized
Views 1786 Comments 0 shincoast is offline Edit Tags
Old

OpenFoam 3.0.x Moving Solid Body Through Mesh

Posted March 7, 2016 at 19:33 by shincoast

Mthods to add immersed bc to solver.

Quote:
Originally Posted by hxaxtma View Post
Hi,
I do not know if you still need the information you requested, but you can find here an instruction how to add immersedBC compatibility to any solver (foam-extend3.2)

https://openfoamwiki.net/index.php/E...mersedBoundary
New Member
Posted in Uncategorized
Views 1088 Comments 0 shincoast is offline Edit Tags

All times are GMT -4. The time now is 07:49.