Jump to content

Mr. Fotios Tzortzoglou

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by Mr. Fotios Tzortzoglou


  1. Hi Karsten, yeah I am doing the exercise for SDD. Now I know whom to ask for help in case I need it :)

     

    I installed the 2.3.1 but the pin.dat is still not created. The output from the stdouterroroutput is:

    C:\Users\...\Documents\Testproject_CAESES\sduct2\manual_results\baseline\Runner>wmUNSET
    'wmUNSET' is not recognized as an internal or external command,
    operable program or batch file.
    
    C:\Users\...\Documents\Testproject_CAESES\sduct2\manual_results\baseline\Runner>C:/simFlow/engine-2.3.1/etc/bashrc
    'C:/simFlow/engine-2.3.1/etc/bashrc' is not recognized as an internal or external command,
    operable program or batch file.
    
    C:\Users\...\Documents\Testproject_CAESES\sduct2\manual_results\baseline\Runner>blockMesh.exe -dict system/blockMeshDict   2>&1  | tee.exe $BLOCK_LOG 
    'tee.exe' is not recognized as an internal or external command,
    operable program or batch file.
    

    It seems that the Allrun is written for Linux and I have to transcribe it somehow for Windows right?


  2. - can you start openfoam commands from the cmd terminal like blockMesh.exe?

     

    Yes but I get this error:

    --> FOAM FATAL IO ERROR:
    cannot find file
    
    file: C:/Users/.../system/controlDict at line 0.
    
        From function regIOobject::readStream()
        in file db/regIOobject/regIOobjectRead.C at line 73.
    
    FOAM exiting
    

    Now I don't get the "start failure" error but it seems that the pin.dat file is not created. My Allrun.bat looks now like this:

    wmUNSET
    source C:/simFlow/engine-3.0+/etc/bashrc
    
    blockMesh.exe -dict system/blockMeshDict 2>&1 | tee.exe $BLOCK_LOG
    snappyHexMesh.exe -overwrite  2>&1 | tee.exe $LOG
    
    simpleFoam.exe 2>&1 | tee.exe $LOG
    
    touch.exe case.foam
    
    patchAverage.exe p -latestTime sduct_lightpink > pin.dat
    

  3. Hi, I have recently installed CAESES for an exercise in the university. I started doing the SDuct tutorial but it seems something is wrong with the connection with openFOAM. When I am executing the Runner for the first time in order to get the first results I get the error: External process start failure. The only changes I did to the Allrun script were the ones mentioned in the tutorial. As source of the bashrc file I put the one in my local system (C:/Program Files/simFlow/engine-3.0+/etc/bashrc). I have downloaded and installed openFOAM 3.0 from the simFlow website by the way.

    Any help would be appreciated

     

    Fotis

×
×
  • Create New...