|
[Sponsors] |
January 6, 2013, 12:05 |
how to run the propeller Tutrial
|
#1 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
the example of propeller has the below error when i use pimpleDymFoam:
Code:
thesis@thesis-X58A-UD7:~/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller$ pimpleDyMFoam /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.1.0-0bc225064152 Exec : pimpleDyMFoam Date : Feb 06 2012 Time : 19:24:38 Host : "thesis-X58A-UD7" PID : 15830 Case : /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller 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 innerCylinderSmall #0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam210/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #1 Foam::sigSegv::sigHandler(int) in "/opt/openfoam210/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #2 in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::solidBodyMotionFvMesh::solidBodyMotionFvMesh(Foam::IOobject const&) in "/opt/openfoam210/platforms/linux64GccDPOpt/lib/libdynamicFvMesh.so" #4 Foam::dynamicFvMesh::addIOobjectConstructorToTable<Foam::solidBodyMotionFvMesh>::New(Foam::IOobject const&) in "/opt/openfoam210/platforms/linux64GccDPOpt/lib/libdynamicFvMesh.so" #5 Foam::dynamicFvMesh::New(Foam::IOobject const&) in "/opt/openfoam210/platforms/linux64GccDPOpt/lib/libdynamicFvMesh.so" #6 in "/opt/openfoam210/platforms/linux64GccDPOpt/bin/pimpleDyMFoam" #7 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #8 in "/opt/openfoam210/platforms/linux64GccDPOpt/bin/pimpleDyMFoam" Segmentation fault thesis@thesis-X58A-UD7:~/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller$ thanks. |
|
January 6, 2013, 12:16 |
|
#2 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Have you tried executing the "Allrun" script?
- Niels |
|
January 6, 2013, 12:40 |
|
#3 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
hi niels
I did that now.this appears and cursor is shown: Code:
thesis@thesis-X58A-UD7:~/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller$ ./Allrun Running blockMesh on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running surfaceFeatureExtract on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running surfaceFeatureExtract on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running surfaceFeatureExtract on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running surfaceFeatureExtract on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running surfaceFeatureExtract on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running surfaceFeatureExtract on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running surfaceFeatureExtract on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running snappyHexMesh on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running topoSet on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running topoSet on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running topoSet on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running createPatch on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running changeDictionary on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running mergeOrSplitBaffles on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running decomposePar on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller Running pimpleDyMFoam in parallel on /home/thesis/Desktop/opt/openfoam210/tutorials/incompressible/pimpleDyMFoam/propeller using 4 processes |
|
January 6, 2013, 13:25 |
|
#4 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
I looks correct to me. You can always check the log-files, which are being generated or see if data is outputted.
- Niels |
|
January 6, 2013, 15:05 |
|
#5 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
nothing of results are shown on the command shell.is it true?all is done at the background?what commands can i use manually?
Thanks. |
|
January 6, 2013, 15:08 |
|
#6 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Yes, everything is put into log files. If you want, you can do all the steps in the Allrun manually.
/ Niels |
|
May 23, 2013, 11:52 |
question
|
#7 | |
New Member
David
Join Date: Jan 2011
Posts: 1
Rep Power: 0 |
Quote:
how can i implement a new propeller geometery into the pimpleDymfoam solver? fluentMeshToFoam is ok?what can i do for boundarycondition of (*propeller)? |
||
May 25, 2013, 05:39 |
|
#8 |
Senior Member
Join Date: Dec 2011
Posts: 111
Rep Power: 19 |
Dhujd: see bullet point three: http://www.cfd-online.com/Forums/ope...uncements.html
|
|
October 16, 2013, 07:40 |
|
#9 |
Member
yehanyu
Join Date: Mar 2012
Location: Beijing, China
Posts: 48
Rep Power: 14 |
You can try the latest version. I had a lot of experience on this issue. I have tried to run the propeller tutorial by using OpenFOAM 2.1.1 on Fedora, but it diverge at t=0.02s. Then I tried the latest version of OpenFOAM --- it works!
|
|
December 15, 2013, 20:55 |
|
#10 |
New Member
neek honeys
Join Date: Dec 2013
Posts: 7
Rep Power: 12 |
Dhujd,
Were you ever able to figure out how to incorporate a new propeller geometry into the propeller case? |
|
February 22, 2014, 10:33 |
|
#11 |
Senior Member
Himanshu Sharma
Join Date: Jul 2012
Posts: 101
Rep Power: 14 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Propeller calculation | toil | CFX | 15 | May 22, 2017 05:06 |
Modelling an accelerating propeller | siw | CFX | 2 | September 21, 2011 10:53 |
Modelling a propeller | tomg | STAR-CCM+ | 4 | April 28, 2011 18:22 |
Help-Edit Run in Progress | BalanceChen | CFX | 0 | March 30, 2011 10:23 |
Windows 64-bit, Distributed Parallel Run Issues... | Erich | CFX | 3 | March 28, 2006 17:36 |