|
[Sponsors] |
May 16, 2024, 03:17 |
Error to restore0Dir -processor
|
#1 |
New Member
Join Date: Apr 2024
Posts: 9
Rep Power: 2 |
Hi everyone, i have problem running command below. Why is it appears command not found?
shukrie@DESKTOP-GM7974Q:~/Run/FirstTime/motorBike$ -processor -processor: command not found Below is the Allrun file for this simulation #!/bin/sh cd "${0%/*}" || exit # Run from this directory . ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions #------------------------------------------------------------------------------ # copy motorbike surface from resources directory mkdir -p constant/triSurface cp -f \ "$FOAM_TUTORIALS"/resources/geometry/motorBike.obj.gz \ constant/triSurface/ # Make dummy 0 directory mkdir -p 0 runApplication blockMesh runApplication decomposePar -decomposeParDict system/decomposeParDict.hierarchical runParallel snappyHexMesh -decomposeParDict system/decomposeParDict.ptscotch -profiling -overwrite find . -iname '*level*' -type f -delete #- Set the initial fields restore0Dir -processor runParallel renumberMesh -overwrite runParallel potentialFoam -initialiseUBCs -writephi runParallel checkMesh -writeFields '(nonOrthoAngle)' -constant runParallel $(getApplication) #------------------------------------------------------------------------------ |
|
May 16, 2024, 04:09 |
|
#2 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,189
Rep Power: 27 |
||
May 17, 2024, 03:33 |
|
#3 |
New Member
Join Date: Apr 2024
Posts: 9
Rep Power: 2 |
I am sorry, i thought my internet is not loaded, unintentionally posted twice
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::PrintStack | almir | OpenFOAM Running, Solving & CFD | 92 | May 21, 2024 08:56 |
Decomposing meshes | Tobi | OpenFOAM Pre-Processing | 22 | February 24, 2023 10:23 |
[snappyHexMesh] Error snappyhexmesh - Multiple outside loops | avinashjagdale | OpenFOAM Meshing & Mesh Conversion | 53 | March 8, 2019 10:42 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
SigFpe when running ANY application in parallel | Pj. | OpenFOAM Running, Solving & CFD | 3 | April 23, 2015 15:53 |