CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   pimpleDyMFoam issue (https://www.cfd-online.com/Forums/openfoam-solving/119245-pimpledymfoam-issue.html)

giovanidiniz June 12, 2013 16:57

pimpleDyMFoam issue
 
Guys,

I want to use OF to analyze marine propellers and, following the "propeller" tutorial, I have created my case test. I use shm to do the meshing, followed by topoSet, createBaffles and pimpleDyMFoam.
When I run createBaffles, I have a warning that some cells are set in two different zones, but I new that because the propeller hub intersects the inlet patch.
I'm using dynamicMesh to rotate the mesh as the tutorial, however, when I try to run pimpleDyMFoam, I get this log:

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.2.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 2.2.0-5be49240882f
Exec : pimpleDyMFoam
Date : Jun 12 2013
Time : 16:46:20
Host : "giovanidiniz-VirtualBox"
PID : 7004
Case : /home/giovanidiniz/Documents/OpenFoam/Prop241186
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0

Selecting dynamicFvMesh solidBodyMotionFvMesh
Selecting solid-body motion function rotatingMotion
Applying solid body motion to cellZone PropellerCell
#0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam220/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#1 Foam::sigSegv::sigHandler(int) in "/opt/openfoam220/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#2 Uninterpreted:
#3 Foam::solidBodyMotionFvMesh::solidBodyMotionFvMesh (Foam::IOobject const&) in "/opt/openfoam220/platforms/linuxGccDPOpt/lib/libdynamicFvMesh.so"
#4 Foam::dynamicFvMesh::addIOobjectConstructorToTable <Foam::solidBodyMotionFvMesh>::New(Foam::IOobjec t const&) in "/opt/openfoam220/platforms/linuxGccDPOpt/lib/libdynamicFvMesh.so"
#5 Foam::dynamicFvMesh::New(Foam::IOobject const&) in "/opt/openfoam220/platforms/linuxGccDPOpt/lib/libdynamicFvMesh.so"
#6
in "/opt/openfoam220/platforms/linuxGccDPOpt/bin/pimpleDyMFoam"
#7 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6"
#8
in "/opt/openfoam220/platforms/linuxGccDPOpt/bin/pimpleDyMFoam"
Segmentation fault (core dumped)
]0;giovanidiniz@giovanidiniz-VirtualBox: ~/Documents/OpenFoam

Any one has any idea what might be causing this problem? I have gone over and over through the input files and I just can't find the problem.

Artur July 5, 2013 07:25

Quote:

Applying solid body motion to cellZone PropellerCell
Did you change the dynamicMeshDict in your constant directory? I had the same problem because I left it as "innerCylinderSmall" when I was building my own case based on that tutorial.


All times are GMT -4. The time now is 00:36.