Hello, I have seen similar issues with no resolution. In this case I have pasted the text of my generated runCase file of the UAV tutorial, I am using blueCFD for of12. The same result happens with the shark tutorial, I have pasted my settings file at the bottom incase that is causing the issue. Thanks, Max N —————————– #!/bin/bash nCPUs=$(foamDictionary -entry numberOfSubdomains -value system/decomposeParDict)CASE=\”$( cd \”$( dirname \”${BASH_SOURCE[0]}\” )\” && pwd )\” blockMesh -case $CASEdecomposePar -force -case $CASEsurfaceFeatures -case $CASE 2>&1 | tee $CASE/surfaceFeatureExtract.logmpirun -np $nCPUs snappyHexMesh -case $CASE -parallel -overwrite 2>&1 | tee $CASE/mesh.logmpirun -np $nCPUs renumberMesh -case $CASE -constant -overwrite -parallel 2>&1 | tee $CASE/renumMesh.logmpirun -np $nCPUs checkMesh -case $CASE -parallel -constant 2>&1 | tee $CASE/checkmesh.log for procDir in $CASE/proc*; domkdir $procDir/0cp $CASE/0/* $procDir/0done mpirun -np $nCPUs potentialFoam -case $CASE -noFunctionObjects -writep -initialiseUBCs -parallel 2>&1 | tee $CASE/potentialFoam.logmpirun -np $nCPUs foamRun -solver incompressibleFluid -case $CASE -parallel 2>&1 | tee $CASE/solver.log mpirun -np $nCPUs foamPostProcess -func Lambda2 -case $CASE -latestTime -parallel | tee $CASE/calc_lambda2.logmpirun -np $nCPUs foamPostProcess -func \”staticPressureIncompressible (rhoInf=1.205)\” -case $CASE -latestTime -parallel 2>&1 | tee $CASE/pStatCalc.logmpirun -np $nCPUs foamPostProcess -func \”totalPressureIncompressible (rhoInf=1.205)\” -fields \”(p U)\” -case $CASE -latestTime -parallel 2>&1 | tee $CASE/pTotCalc.logmpirun -np $nCPUs foamPostProcess -case $CASE -func \”isoSurface(isoField = Lambda2, isoValue=35000, fields=(U))\” -latestTime -parallel 2>&1 | tee $CASE/create_lamda2_isosurface.logmpirun -np $nCPUs foamPostProcess -case $CASE -func \”isoSurface(isoField = total(p), isoValue=0)\” -latestTime -parallel 2>&1 | tee $CASE/create_ptot_isosurface.logmpirun -np $nCPUs foamPostProcess -case $CASE -func \’streamlinesLine(name=streams_01, start=(-1.3063263803720475 -1.0505497395992278 -0.04576316326856613), end=(-1.3063263803720475 1.050549679994583 -0.04576316326856613), nPoints=120, U)\’ -latestTime -parallel 2>&1 | tee $CASE/streamlines.logmpirun -np $nCPUs foamPostProcess -case $CASE -func sampleDict -latestTime -parallel 2>&1 | tee $CASE/sample.logmpirun -np $nCPUs foamPostProcess -case $CASE -func \’streamlinesLine(name=streams_02, start=(-1.3063263803720475 -1.0505497395992278 0.06521538645029068), end=(-1.3063263803720475 1.050549679994583 0.06521538645029068), nPoints=120, U)\’ -latestTime -parallel 2>&1 | tee $CASE/streamlines.logmpirun -np $nCPUs foamPostProcess -case $CASE -func sampleDict -latestTime -parallel 2>&1 | tee $CASE/sample.logmpirun -np $nCPUs foamPostProcess -case $CASE -func \’streamlinesLine(name=streams_03, start=(-1.3063263803720475 -1.0505497395992278 0.1761939361691475), end=(-1.3063263803720475 1.050549679994583 0.1761939361691475), nPoints=120, U)\’ -latestTime -parallel 2>&1 | tee $CASE/streamlines.logmpirun -np $nCPUs foamPostProcess -case $CASE -func sampleDict -latestTime -parallel 2>&1 | tee $CASE/sample.logtouch $CASE/case.foam——————————————— [global_settings] local_OS=Windows numCPUs=4 ###### OF Settings ########## local_OF_vers=12 #local_OF_vers=12 # This is the root folder for many OF Installations # To use OF in WSL2, with a precompiled version of OpenFOAM, this would look like this: # local_OF_location=/usr/lib/openfoam/ local_OF_location=E:\\blueCFD
OK, copy-pasting did not work out very well here.
Do you think, you can provide one of the cases, containing the log files in a *.zip or something?
Ok, so I saw your new post and have deleted it, as I hope we can continue in this thread:
- Try to answer below. If it somehow still does not work, open a new question and I will know that this support tool is somehow still broken, thank you.
- I have viewed your file. It does not contain any logs. Did you forget them or does nothing happen when you try to run the case? If running fails, please list the steps you take and copy paste any output you can get during the process.