NO IMAGE FOUND

Submitted by DINESH KUMAR on Fri, 05/05/2017 - 05:29

Help me

while running Allrun.sh in cfdemSolverPisoScalar tutorials packed bed following error was found and also image viewer is opened , show no image found /home/test/..... twice.

test@test-All-Series:~/CFDEM/test-PUBLIC-devsource/run/packedBedTemp$ ./Allrun.sh
mesh was built before - using old mesh
LIGGGHTS init was run before - using existing restart file
Decomposing case.
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 4.1
Exec : decomposePar -force
Date : May 05 2017
Time : 08:53:47
Host : "test-All-Series"
PID : 7756
Case : /home/test/CFDEM/test-PUBLIC-devsource/run/packedBedTemp/CFD
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations

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

Decomposing mesh region0

Removing 2 existing processor directories
Create mesh

Calculating distribution of cells
Selecting decompositionMethod simple

Finished decomposition in 0 s

Calculating original mesh data

Distributing cells to processors

Distributing faces to processors

Distributing points to processors

Constructing processor meshes

Processor 0
Number of cells = 66
Number of faces shared with processor 1 = 6
Number of processor patches = 1
Number of processor faces = 6
Number of boundary faces = 136

Processor 1
Number of cells = 66
Number of faces shared with processor 0 = 6
Number of processor patches = 1
Number of processor faces = 6
Number of boundary faces = 136

Number of processor faces = 6
Max number of cells = 66 (0% above average 66)
Max number of processor patches = 1 (0% above average 1)
Max number of faces between processors = 6 (0% above average 6)

Time = 0

Processor 0: field transfer
Processor 1: field transfer

End

do nothing.

// run_parallel_cfdemSolverPisoScalar_packedBedTemp_CFDDEM //

/home/test/CFDEM/test-PUBLIC-devsource/run/packedBedTemp/CFD

rm: cannot remove 'couplingFiles/*': No such file or directory
--------------------------------------------------------------------------
mpirun was unable to find the specified executable file, and therefore
did not launch the job. This error was first reported for process
rank 0; it may have occurred for other processes as well.

NOTE: A common cause for this error is misspelling a mpirun command
line parameter option (remember that mpirun interprets the first
unrecognized command line token as the executable).

Node: test-All-Series
Executable: cfdemSolverPisoScalar
--------------------------------------------------------------------------
2 total processes failed to start
rm: cannot remove '*.png': No such file or directory

calc Ergun eqn:
muG = 0.0017820
dpErgun = 2561.0
final pressure drop = 2560.977345 Pa
error: load: unable to find file ../postProcessing/probes/0/p
error: called from
totalPressureDropAndNusselt.m at line 35 column 6
cp: cannot stat 'cfdemSolverPisoScalar_Nusselt.png': No such file or directory
cp: cannot stat 'cfdemSolverPisoScalar_pressureDrop.png': No such file or directory
deleting data at: /home/test/CFDEM/test-PUBLIC-devsource/run/packedBedTemp ? otherwise press Ctrl-C:\n
file:///home/test/CFDEM/test-PUBLIC-devsource/run/packedBedTemp

medvedeg | Wed, 05/10/2017 - 11:34

This is because your simulation could not start and produce post-processing data.
"mpirun was unable to find the specified executable file, and therefore did not launch the job". Looks like the solver you want to start is missing and/or not compiled (cfdemSolverPisoScalar?). You can check the presence in $CFDEM_APP_DIR folder.

Alexander Podlozhnyuk